[Bug 2042849] Re: [needs-packaging] xlnx-platformstats package from Xilinx

2024-06-10 Thread Loïc Minier
(I went ahead and uploaded this version after fixing copyright file.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2042849

Title:
  [needs-packaging] xlnx-platformstats package from Xilinx

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2042849] Re: [needs-packaging] xlnx-platformstats package from Xilinx

2024-06-10 Thread Loïc Minier
Hi Talha,
Did another pass on this, and I only spotted one area that should be easy to 
fix: debian/copyright says GPL-3+ for debian/, but license grant snippet says 
exactly version 3 is offered:
License: GPL-3+
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU General Public License version 3, as
 published by the Free Software Foundation.

it also refers to the Lesser GPL for some reason "See the applicable
version of the GNU Lesser General Public License for more details."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2042849

Title:
  [needs-packaging] xlnx-platformstats package from Xilinx

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2034648] Re: [needs-packaging] optee-os-s32

2024-06-09 Thread Loïc Minier
I'm starting to take a look at optee-os-s32 (optee-
os-s32_3.18-bsp37.0-0ubuntu1~ppa4.dsc) towards sponsoring it.

0) I think it's worth stating why we want the package. optee-os provides
the "secure world" side of the OPTEE TEE implementation, which is
typically loaded very early in the boot process of Arm platforms such as
the NXP S32x family, and could be needed as part of the boot process.
NXP has forked from https://github.com/OP-TEE/optee_os/ to add support
for their S32x platform. Separately, NXP's OPTEE implementation can
optionally be built with support for NXP's discrete security component
called "HSE". We would like to add this package to Ubuntu as for its
binaries to be included in to-be-created Ubuntu images for S32x
platforms. These images would initially be without HSE support as it
currently depends on a proprietary non-redistributable NXP firmware.

1) First, I thought we had a copy of optee_os in Debian/Ubuntu for some time 
already, but actually we only had optee_client (Source: optee-client) – 
until... oracular since we just imported optee-os_4.2.0-3.dsc from Debian. It 
was failing to build, I've just uploaded a build fix.
  optee-os and optee-os-s32 probably have disjoint development history, but it 
would be in our interest to keep these close as to find some similarities when 
we address one issue in one to carry the fix in the other. Unfortunately, these 
are quite far apart in terms of upstream versions. I'm not sure how much there 
is to align on between the two packages, but at least the way the build is 
called is slightly different since optee-os was failing to build due to taking 
Ubuntu's LDFLAGS while optee-os-s32 builds and seems not pass LDFLAGS through. 
It's not exactly a run of the mill shared ELF file to start with, but it might 
be worth comparing the ways both are built. I think we should at least try to 
align package names/splits and list of files as to imagine a world where S32x 
support for upstream, and optee-os can build a flavor for S32x (much like the 
u-boot package).
  optee-os provides subdirs under usr/lib/optee for each target platform:
/usr/lib/optee/k3-am62x/tee-raw.bin
/usr/lib/optee/vexpress-qemu_armv8a/tee-header_v2.bin
/usr/lib/optee/vexpress-qemu_armv8a/tee-pageable_v2.bin
/usr/lib/optee/vexpress-qemu_armv8a/tee-pager_v2.bin
/usr/lib/optee/vexpress-qemu_armv8a-virtualized/tee-header_v2.bin
/usr/lib/optee/vexpress-qemu_armv8a-virtualized/tee-pageable_v2.bin
/usr/lib/optee/vexpress-qemu_armv8a-virtualized/tee-pager_v2.bin
  while optee-os-dev provides a bunch of development files suc as headers, 
pre-built binaries, assembly files and makefiles. These are also under platform 
specific directories:
/usr/lib/optee-os-dev/PLATFORM/host_include/**/*.{h,ta,a,S}
/usr/lib/optee-os-dev/PLATFORM/host_include/conf.{mk,.h,cmake}
/usr/lib/optee-os-dev/PLATFORM/include/**/*.h
/usr/lib/optee-os-dev/PLATFORM/mk/*.mk
/usr/lib/optee-os-dev/PLATFORM/scripts/*.py
/usr/lib/optee-os-dev/PLATFORM/src/*.{S,c}
/usr/lib/optee-os-dev/PLATFORM/ta/*.ta
  where PLATFORM is in arm-plat-k3, vexpress-qemu_armv8a, 
vexpress-qemu_armv8a-virtualized. (I didn't attempt diffing the headers)

The optee-os-s32 deb follows a similar layout as optee-os:
/usr/lib/optee-os-s32/s32g2/tee-header_v2.bin
/usr/lib/optee-os-s32/s32g2/tee-pager_v2.bin
(not sure why no tee-pageable_v2, I don't know what it does)
  while optee-os-s32-dev install similar headers as optee-os-dev but under a 
slightly different pathes
/usr/share/optee-os-s32/export-ta_arm64/host_include/
/usr/share/optee-os-s32/export-ta_arm64/include/
/usr/share/optee-os-s32/export-ta_arm64/lib/
/usr/share/optee-os-s32/export-ta_arm64/mk/
/usr/share/optee-os-s32/export-ta_arm64/scripts/
/usr/share/optee-os-s32/export-ta_arm64/src/
/usr/share/optee-os-s32/export-ta_arm64/ta/

=> I think this should be "s32g2" instead of "export-ta_arm64" since
optee is built with PLATFORM=s32 PLATFORM_FLAVOR=s32g2

=> I think we should align the build command between optee-os and optee-
os-s32 (config flags)

2) In general, presence of .c/.S/.a files suggest we should use Built-
Using in packages build-depending on optee-* dev packages; this should
be documented in some README.Debian (also missing in Debian's optee-os)

3) optee-os-s32 build-depends on nemos-dev-cert and nemos-dev-key; first, I 
don't think it makes sense to use a project specific key for general purpose 
S32x enablement, so think this should be at least ubuntu-s32-default-key or 
something rather than nemos-xyz, but in optee-os I've spotted files such as:
/usr/lib/optee-os-dev/arm-plat-k3/keys/default.pem
/usr/lib/optee-os-dev/arm-plat-k3/keys/default_ta.pem -> default.pem
  these suggest that there is a strategy to build a default root of trust in 
the optee-os package, so perhaps there is already a solution there.

4) IMO the build-dep on binutils can be dropped; binutils is pulled
through gcc through build-essential, so pretty much no package will list
it explicitly


5) 

[Bug 2056099] Re: [MIR] tree

2024-06-09 Thread Loïc Minier
[ NB: debdiff from Mate was uploaded to noble by Simon; see also bug
#2060550; thanks Mate and Simon! ]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056099

Title:
  [MIR] tree

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2043448] Re: [needs-packaging] nemos-dev-key

2024-04-22 Thread Loïc Minier
Hi, I saw that Laider addressed the last remaining issue called here
(the specific debian/copyright Indicator Weather copy-paste typo);
reviewing only this change compared to 1.7, I sponsored the delta.

Since this is a new package and the first time I am sponsporing it, I took a 
wider look and noted the following opportunities for improvement:
 * the control file lists Isaac as original maintainer with his Canonical 
address; this should be removed
 * I've personally just now subscribed to the nemos-team@LP mailing-list, 
perhaps Laider and others should too
 * description of the package is a bit terse, should mention that it is used to 
sign the boot in generated images for the NemOS project
 * subjective/personal perspective: I suspect this is broken down into too many 
very small packages; could probably be just a single package
 * there is no explanation/documentation for the Provides; this is likely a 
case of someone being able to craft their own key-carrying deb and host that 
privately (would need to think of hosting this so that only CI/CD for image 
generation could get access to the private key!)
 * there is no documentation as to where the pre-built files 
(rsa2048_private.pem, rsa2048_public.pem, u-boot-signature.dtsi) are coming 
from, nor how these were generated; these are fairly obvious (perhaps the 
u-boot device tree source snippet a bit less), but would seem useful

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2043448

Title:
  [needs-packaging] nemos-dev-key

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056099] Re: [MIR] tree

2024-03-29 Thread Loïc Minier
Uploaded debdiff adding a basic unit test framework from upstream gitlab
merge proposal to noble as tree 2.1.1-2ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056099

Title:
  [MIR] tree

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058460] Re: Recursion limit too low for jammy universe

2024-03-20 Thread Loïc Minier
** Changed in: germinate (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058460

Title:
  Recursion limit too low for jammy universe

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2043448] Re: [needs-packaging] nemos-dev-key

2024-03-20 Thread Loïc Minier
I'm getting all files installed in nemos-dev-key and the two other packages are 
empty:
W: nemos-dev-cert: empty-binary-package
W: nemos-dev-cert-u-boot: empty-binary-package

Did you perhaps not git add newly added debian/*.install files?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2043448

Title:
  [needs-packaging] nemos-dev-key

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058460] Re: Recursion limit too low for jammy universe

2024-03-20 Thread Loïc Minier
** Changed in: germinate (Ubuntu)
 Assignee: (unassigned) => Loïc Minier (lool)

** Changed in: germinate (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058460

Title:
  Recursion limit too low for jammy universe

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2030784] Re: Backport Intel's AVX512 patches on openssl 3.0

2024-03-07 Thread Loïc Minier
It might cause performance regressions in production though; would you
be able to document the failing tests here?

I wonder if we would simply have to cherry pick more from 3.2 for these
to pass.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2030784

Title:
  Backport Intel's AVX512 patches on openssl 3.0

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-03-05 Thread Loïc Minier
Thanks John!

I've changed the bug tasks back to lintian as it sounds like the most
reasonable short-term option would be to patch lintian to pick a
predictable directory and update the apparmor profiles; later, we will
have new apparmor to deal with this situation more elegantly

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-03-05 Thread Loïc Minier
@Seth: I was only using /tmp/output to not write to the current dir; the
typical case is lintian creating a safe tmpdir.

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

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

** No longer affects: groff (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-02-29 Thread Loïc Minier
I'm not sure how to properly fix this, we allow the shell to write
anywhere, then file_inherit is triggered because we don't want man to
write anywhere, which seems to be what we typically want to achieve with
the apparmor profile.

Should we teach lintian and perhaps every other tool to use a specific
directory?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-02-29 Thread Loïc Minier
This is due to the apparmor profile and the man pipeline trying to flush
and stat the output file which can be anywhere in the fs

[Thu Feb 29 11:23:53 2024] audit: type=1400 audit(1709205849.791:651): 
apparmor="DENIED" operation="file_inherit" class="file" 
namespace="root//lxd-daily_" profile="man_groff" 
name="/tmp/output" pid=97274 comm="troff" requested_mask="w" denied_mask="w" 
fsuid=1001000 ouid=1001000
[Thu Feb 29 11:23:53 2024] audit: type=1400 audit(1709205849.819:652): 
apparmor="DENIED" operation="getattr" class="file" info="Failed name lookup - 
disconnected path" error=-13 
namespace="root//lxd-daily_" profile="/usr/bin/man" 
name="apparmor/.null" pid=97274 comm="troff" requested_mask="r" denied_mask="r" 
fsuid=1001000 ouid=0
[Thu Feb 29 11:23:53 2024] audit: type=1400 audit(1709205849.819:653): 
apparmor="DENIED" operation="getattr" class="file" info="Failed name lookup - 
disconnected path" error=-13 
namespace="root//lxd-daily_" profile="man_groff" 
name="apparmor/.null" pid=97274 comm="troff" requested_mask="r" denied_mask="r" 
fsuid=1001000 ouid=0


** Description changed:

  groff crash when redirecting output to a file
  
  % man --warnings -E UTF-8 -l -Tutf8 -Z /usr/share/man/man1/cat.1.gz >output
  troff::3: fatal error: unable to flush output file: 
Permission denied
  groff: error: troff: Segmentation fault (core dumped)
  man: command exited with status 2: /usr/libexec/man-db/zsoelim | 
/usr/libexec/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e 
UTF-8 | tbl | groff -mandoc -Z -rLL=78n -rLT=78n -wmac -Tutf8
+ 
+ This is typically triggered by lintian when scanning man pages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-02-29 Thread Loïc Minier
** Description changed:

- Hello,
+ groff crash when redirecting output to a file
  
- I was trying to run lintian on some deb packages an run onto some errors
- messages from groff.
- 
- Steps to reproduce:
- 
- 1. Setup a LXD container with mantic or Noble:
- 
- lxc launch ubuntu-daily:noble #or lxc launch ubuntu:mantic
- 
- 2. After getting connected to the container: Install lintian on it
- 
- apt install lintian
- 
- 3. Run lintian on some package inside the container:
- 
- apt download tree && lintian tree_*.deb
- 
- 4. Enjoy the groff-message logs:
- 
- W: tree: groff-message command exited with status 2: 
/usr/libexec/man-db/zsoelim | /usr/libexec/man-db/manconv -f UTF-8:ISO-8859-1 
-t UTF-8//IGNORE | preconv -e UTF-8 | groff -mandoc -Z -rLL=117n -rLT=117n 
-wmac -Tutf8 [usr/share/man/man1/tree.1.gz:2]
- W: tree: groff-message error: troff: Segmentation fault (core dumped) 
[usr/share/man/man1/tree.1.gz:1]
- 
- * Container infos:
- 
- lsb_release -rd
- 
- No LSB modules are available.
- Description:Ubuntu Noble Numbat (development branch)
- Release:24.04
- 
- * Packages infos:
- 
- apt-cache policy groff
- groff:
-   Installed: (none)
-   Candidate: 1.23.0-3
-   Version table:
-  1.23.0-3 500
- 500 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages
- 
- apt-cache policy lintian
- lintian:
-   Installed: 2.117.0ubuntu1
-   Candidate: 2.117.0ubuntu1
-   Version table:
-  *** 2.117.0ubuntu1 500
- 500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
- 100 /var/lib/dpkg/status
- 
- * Expected output (on Jammy): No segfault and no problem on the tested
- package with lintian (tree_2.1.1-2_amd64.deb)
+ % man --warnings -E UTF-8 -l -Tutf8 -Z /usr/share/man/man1/cat.1.gz >output
+ troff::3: fatal error: unable to flush output file: 
Permission denied
+ groff: error: troff: Segmentation fault (core dumped)
+ man: command exited with status 2: /usr/libexec/man-db/zsoelim | 
/usr/libexec/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e 
UTF-8 | tbl | groff -mandoc -Z -rLL=78n -rLT=78n -wmac -Tutf8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-02-29 Thread Loïc Minier
** No longer affects: lintian (Ubuntu)

** No longer affects: ubuntu

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962289] Re: Mediatek AIoT i500 support

2022-04-13 Thread Loïc Minier
Upload is pending review in focal Unapproved queue:
https://launchpad.net/ubuntu/focal/+queue?queue_state=1_text=

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962289

Title:
  Mediatek AIoT i500 support

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962289] Re: Mediatek AIoT i500 support

2022-04-13 Thread Loïc Minier
** Changed in: flash-kernel (Ubuntu Focal)
 Assignee: (unassigned) => Loïc Minier (lool)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962289

Title:
  Mediatek AIoT i500 support

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962289] Re: Mediatek AIoT i500 support

2022-04-06 Thread Loïc Minier
** Also affects: flash-kernel (Ubuntu Focal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962289

Title:
  Mediatek AIoT i500 support

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962289] Re: Mediatek AIoT i500 support

2022-04-04 Thread Loïc Minier
flash-kernel (3.104ubuntu8) jammy; urgency=medium

  * mkimage_fit: subst KERNEL_VERSION in ITS file with actual kernel
version.
  * Add DB entry, bootscript and ITS templates for Mediatek AIoT i500 board.

Date: Sun, 03 Apr 2022 19:33:03 +0200
Changed-By: Ethan Hsieh 
Maintainer: Ubuntu Developers 
Signed-By: Loïc Minier 
https://launchpad.net/ubuntu/+source/flash-kernel/3.104ubuntu8

==

 OK: flash-kernel_3.104ubuntu8.tar.xz
 OK: flash-kernel_3.104ubuntu8.dsc
 -> Component: main Section: utils


** Changed in: flash-kernel (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962289

Title:
  Mediatek AIoT i500 support

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962289] Re: Mediatek AIoT i500 support

2022-04-03 Thread Loïc Minier
I've re-reviewed this, updated README to match the new behavior and
tweaked changelog slightly, and I've uploaded this to jammy - failing to
add the LP: #1962289 in changelog; it's currently in the UNAPPROVED
queue
https://launchpad.net/ubuntu/jammy/+queue?queue_state=1_text=

I agree this should go with Debian along with a bazillion changes we
have in Ubuntu, but such "API" like changes would indeed ideally be
prioritized in our upstreaming efforts.

** Changed in: flash-kernel (Ubuntu)
 Assignee: (unassigned) => Loïc Minier (lool)

** Changed in: flash-kernel (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962289

Title:
  Mediatek AIoT i500 support

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962289] Re: Mediatek AIoT i500 support

2022-03-09 Thread Loïc Minier
@Ethan: sounds good; perhaps one way to think about it could be:
1) the kernel knows which dtbs and dtbos are supported with a particular kernel 
build
2) flash-kernel has a clear and stable interface to pull the right bits into a 
FIT image but does not need to keep track of the list in flash-kernel itself

One way to go would be to agree that all *.dtbo in a particular
subdirectory of the kernel deb should be included, or even better,
having a list of dtbos for a particular board; flash-kernel could keep
the FIT image template, but would iterate over the dtbos listed in the
kernel-provided file to generate the FIT image.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962289

Title:
  Mediatek AIoT i500 support

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962289] Re: Mediatek AIoT i500 support

2022-03-08 Thread Loïc Minier
Hi there,

Thanks for the nice debdiffs; reading through these, I see the following 
changes:
1) a new boot script – fine, albeit flash-kernel seems to collect more and more 
of them and it would be good to avoid having too many
2) support for using the kernel ABI version in substs – why not, albeit it's a 
bit surprising this wasn't needed so far, and it looks like this might be 
breaking an abstraction
3) a new its file as a template for the FIT image; this one seems really wrong 
to me because it has this long list of dtbos which will likely evolve across 
kernel versions

IMO the job of flash-kernel is to keep track of the method with which we
install kernels/initramfses/other boot assets, but once a method is
implemented, it can be used for a long time. Here, the list of dtbos is
very long and seems very platform specific, so it's likely to evolve
with kernel versions, so it will likely result in having to update
flash-kernel for a new kernel, or having to manage versioned
dependencies like "at least this version of flash-kernel to get the its
that installs this list of dtbos".

I'm not sure what the proper solution is, it could be that the its file
should be provided by the kernel rather than flash-kernel, like dtbs, or
perhaps we need to scan for dtbo files.

What would be really useful would be to explain how these dtbos are
being used, what's the scenario in which they are used in the FIT image?

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962289

Title:
  Mediatek AIoT i500 support

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962133] Re: Intermittent very low fps(sometimes zero) with few specific h264 and h265 RTSP input streams sources when used with gst-v4l2 based gstreamer-1.0(version gst-1.14.5) decode pipeline

2022-03-03 Thread Loïc Minier
Please attach the reproducing pipeline; it's a bit tricky to organise
access to Jetson hardware to the right people, so if you had a
reproducer that we could run without Jetson hardware, that would be
best!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962133

Title:
  Intermittent very low fps(sometimes zero) with few specific h264 and
  h265 RTSP input streams sources when used with gst-v4l2 based
  gstreamer-1.0(version gst-1.14.5) decode pipeline

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer1.0/+bug/1962133/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962134] Re: Resolve "GStreamer-CRITICAL **: 13:33:23.770: gst_buffer_resize_range: assertion 'bufmax >= bufoffs + offset + size' failed" warning on gstreamer version 1.16 on ubuntu-20.04

2022-03-03 Thread Loïc Minier
Hi Kunal,
It might be tricky to organise testing on Jetson platforms for people that will 
prepare the fix.

In any case, could you share instructions to reproduce? If there's a way
to craft a test pipeline that trigger the issue without Jetson hardware,
that would be best.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962134

Title:
  Resolve "GStreamer-CRITICAL **: 13:33:23.770: gst_buffer_resize_range:
  assertion 'bufmax >= bufoffs + offset + size' failed" warning on
  gstreamer version 1.16 on ubuntu-20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962134] Re: Resolve "GStreamer-CRITICAL **: 13:33:23.770: gst_buffer_resize_range: assertion 'bufmax >= bufoffs + offset + size' failed" warning on gstreamer version 1.16 on ubuntu-20.04

2022-02-26 Thread Loïc Minier
Would you be able to share a reproducing pipeline? ideally that can be
run on vanilla Ubuntu rather than on specific hardware or with Nvidia
added plugins

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962134

Title:
  Resolve "GStreamer-CRITICAL **: 13:33:23.770: gst_buffer_resize_range:
  assertion 'bufmax >= bufoffs + offset + size' failed" warning on
  gstreamer version 1.16 on ubuntu-20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962134] Re: Resolve "GStreamer-CRITICAL **: 13:33:23.770: gst_buffer_resize_range: assertion 'bufmax >= bufoffs + offset + size' failed" warning on gstreamer version 1.16 on ubuntu-20.04

2022-02-26 Thread Loïc Minier
This patch landed upstream in 1.17.90, marking only bionic and focal as
possibly affected

** Also affects: gstreamer1.0 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: gstreamer1.0 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962134

Title:
  Resolve "GStreamer-CRITICAL **: 13:33:23.770: gst_buffer_resize_range:
  assertion 'bufmax >= bufoffs + offset + size' failed" warning on
  gstreamer version 1.16 on ubuntu-20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962135] Re: Upgrade defalult gstreamer version 1.16 minor version on ubuntu-20.04

2022-02-26 Thread Loïc Minier
** Also affects: gstreamer1.0 (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962135

Title:
  Upgrade defalult gstreamer version 1.16 minor version on ubuntu-20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962133] Re: Intermittent very low fps(sometimes zero) with few specific h264 and h265 RTSP input streams sources when used with gst-v4l2 based gstreamer-1.0(version gst-1.14.5) decode pipeline

2022-02-26 Thread Loïc Minier
The mentioned upstream patch was included in the 1.15.2 release and
jammy and focal are unaffected; bionic does not have this patch in
1.14.5-0ubuntu1~18.04.3

** Package changed: gstreamer1.0 (Ubuntu) => gst-plugins-base1.0
(Ubuntu)

** Also affects: gst-plugins-base1.0 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: gst-plugins-base1.0 (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962133

Title:
  Intermittent very low fps(sometimes zero) with few specific h264 and
  h265 RTSP input streams sources when used with gst-v4l2 based
  gstreamer-1.0(version gst-1.14.5) decode pipeline

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer1.0/+bug/1962133/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962133] Re: Intermittent very low fps(sometimes zero) with few specific h264 and h265 RTSP input streams sources when used with gst-v4l2 based gstreamer-1.0(version gst-1.14.5) decode pipeline

2022-02-26 Thread Loïc Minier
Hi Kunal,

thanks for your report; I looked at the upstream bug, and I didn't find
a reproducer to confirm the bug and its resolution with the patch; would
you have one?

This might be a candidate for a SRU update; the process is outlined in
https://wiki.ubuntu.com/StableReleaseUpdates and is largely about
assessing risk of regressions.


** Bug watch added: bugzilla.gnome.org/ #796771
   https://bugzilla.gnome.org/show_bug.cgi?id=796771

** Also affects: gstreamer1.0 via
   https://bugzilla.gnome.org/show_bug.cgi?id=796771
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962133

Title:
  Intermittent very low fps(sometimes zero) with few specific h264 and
  h265 RTSP input streams sources when used with gst-v4l2 based
  gstreamer-1.0(version gst-1.14.5) decode pipeline

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer1.0/+bug/1962133/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931278] Re: Creating FIT images is not supported

2021-06-08 Thread Loïc Minier
thanks for the patch!

this might be easier to review as smaller atomic changes, but perhaps I
can still follow around the debdiff :)

1) The its files are data, so they should to /usr/share; I wouldn't
encourage local customizations by dropping them in /etc unless that's an
important function; a way to give control would be to install a local
flash-kernel database entry that overrides the shipped defaults for that
hardware; this should be possible with /etc/flash-kernel/db?

2) would you add the new Boot-FIT-Path and Boot-ITS-Path to README?

3) seems "Boot-ITS-Path: /.../foo.its" should be written "U-Boot-ITS-
Name: foo.its" and should be searched in the default flash-kernel
directory

4) would it be possible to avoid the cp calls for kernel and initrd and
just generate the fit image from their locations? the kernels / initrds
tend to be big, so I suspect this adds non-trivial time to the run on SD
cards

5) mkimage_fit(): why is padding needed? perhaps deserves a comment.
Should this be a config?

6) the full path name in DTB-Id is the first one in the database,
perhaps this suggests the corresponding deb should be in Required-
Packages? would help with d-i usage

6) "cd" looks pretty singular compared to rest of functions; could it be
avoided?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931278

Title:
  Creating FIT images is not supported

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1881631] Re: arm64 Ubuntu kernel builds missing CONFIG_NLS_ASCII

2020-06-02 Thread Loïc Minier
ubuntu-focal.git, focal/raspi2 branch:
debian.raspi2/config/config.common.ubuntu:CONFIG_NLS_ASCII=y

ubuntu-bionic.git, bionic/raspi2 branch:
debian.raspi2/config/config.common.ubuntu:CONFIG_NLS_ASCII=y

So not quite sure where this is coming from

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1881631

Title:
  arm64 Ubuntu kernel builds missing CONFIG_NLS_ASCII

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1859287] Re: iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

2020-03-14 Thread Loïc Minier
Can confirm 5.4.0-18.22 in proposed fixes iwlwifi for me; thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1859287

Title:
  iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1859287] Re: iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

2020-03-05 Thread Loïc Minier
Should also mention I've upgraded all packages to latest in focal
including linux-firmware 1.186.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1859287

Title:
  iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1859287] Re: iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

2020-03-05 Thread Loïc Minier
Just to confirm that I still have broken WiFi with linux-
image-5.4.0-14-generic 5.4.0-14.17 (but it works with linux-
image-5.3.0-26-generic 5.3.0-26.28 and worked with iwlwifi backports
when I tried).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1859287

Title:
  iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1859287] Re: iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

2020-01-14 Thread Loïc Minier
Dkms module worked with 5.4.0-9-generic and current linux-firmware,
thanks!

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859287/+attachment/5320091/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1859287

Title:
  iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1859287] Re: iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

2020-01-13 Thread Loïc Minier
Tried with:
linux-image-unsigned-5.5.0-050500rc6-generic_5.5.0-050500rc6.202001122031_amd64.deb
linux-modules-5.5.0-050500rc6-generic_5.5.0-050500rc6.202001122031_amd64.deb
(after disabling secure boot)

=> no wifi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1859287

Title:
  iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1859287] [NEW] iwlwifi broken for Killer Wi-Fi 6 AX1650i with 5.4/20.04

2020-01-11 Thread Loïc Minier
Public bug reported:

Hi there,

Laptop: Dell XPS 13 7390 2-in-1
Built-in wireless: Killer Wi-Fi 6 AX1650i 160MHz

iwlwifi worked fine with 19.10 but breaks when upgrading to 20.04.
Firmware crashes after loading and interface doesn't show up.

This is with:
linux-image-5.4.0-9-generic   5.4.0-9.12
linux-firmware 1.184

I've noticed the driver was trying to load a more recent firmware:
Direct firmware load for iwlwifi-Qu-b0-hr-b0-50.ucode failed with error -2

I've downloaded this file from upstream iwlwifi firmware git and tried
unloading/reloading iwlwifi. Driver crashes as well, but with a
different error code.

Best,
- LM

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-9-generic 5.4.0-9.12
ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
Uname: Linux 5.4.0-9-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lool   1579 F pulseaudio
 /dev/snd/pcmC0D0p:   lool   1579 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sat Jan 11 15:02:08 2020
InstallationDate: Installed on 2019-12-02 (39 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
MachineType: Dell Inc. XPS 13 7390 2-in-1
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-9-generic 
root=UUID=854f3bc2-da3a-4a3c-82a1-6b04a932bb29 ro pcie_aspm=off 
plymouth.force-scale=3 quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-9-generic N/A
 linux-backports-modules-5.4.0-9-generic  N/A
 linux-firmware   1.184
RfKill:
 0: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to focal on 2020-01-11 (0 days ago)
dmi.bios.date: 11/10/2019
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.1.3
dmi.board.name: 06CDVY
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 31
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.3:bd11/10/2019:svnDellInc.:pnXPS1373902-in-1:pvr:rvnDellInc.:rn06CDVY:rvrA00:cvnDellInc.:ct31:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 7390 2-in-1
dmi.product.sku: 08B0
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug focal

** Description changed:

  Hi there,
  
  Laptop: Dell XPS 13 7390 2-in-1
  Built-in wireless: Killer Wi-Fi 6 AX1650i 160MHz
  
  iwlwifi worked fine with 19.10 but breaks when upgrading to 20.04.
  Firmware crashes after loading and interface doesn't show up.
  
  This is with:
  linux-image-5.4.0-9-generic   5.4.0-9.12
  linux-firmware 1.184
  
  I've noticed the driver was trying to load a more recent firmware:
- Direct firmware load for iwlwifi-Qu-b0-hr-b0-49.ucode failed with error -2
+ Direct firmware load for iwlwifi-Qu-b0-hr-b0-50.ucode failed with error -2
  
  I've downloaded this file from upstream iwlwifi firmware git and tried
  unloading/reloading iwlwifi. Driver crashes as well, but with a
  different error code.
  
  Best,
  - LM
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-9-generic 5.4.0-9.12
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  lool   1579 F pulseaudio
-  /dev/snd/pcmC0D0p:   lool   1579 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  lool   1579 F pulseaudio
+  /dev/snd/pcmC0D0p:   lool   1579 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jan 11 15:02:08 2020
  InstallationDate: Installed on 2019-12-02 (39 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. XPS 13 7390 2-in-1
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-9-generic 
root=UUID=854f3bc2-da3a-4a3c-82a1-6b04a932bb29 ro pcie_aspm=off 
plymouth.force-scale=3 quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-5.4.0-9-generic N/A
-  linux-backports-modules-5.4.0-9-generic  N/A
-  linux-firmware   1.184
+  linux-restricted-modules-5.4.0-9-generic N/A
+  linux-backports-modules-5.4.0-9-generic  N/A
+  linux-firmware   1.184
  RfKill:
-  0: hci0: Bluetooth
-   Soft blocked: no
-   Hard blocked: no
+  0: hci0: Bluetooth
+   Soft 

[Bug 1818547] Re: hid-sensor-hub spamming dmesg in 4.20 - 5.3

2019-12-01 Thread Loïc Minier
** Bug watch added: Linux Kernel Bug Tracker #204837
   https://bugzilla.kernel.org/show_bug.cgi?id=204837

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=204837
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818547

Title:
  hid-sensor-hub spamming dmesg in 4.20 - 5.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1851263] Re: Ubuntu 18.04.3 LTS bump Glibc 2.27 to the latest stable

2019-11-06 Thread Loïc Minier
Hi Romain and thanks for your report,

In general, we don't make large upstream updates after release, especially for 
LTS and even more so for a critical piece like glibc. If you've identified the 
single patch that would address your issue, it can be considered for the SRU 
process:
https://wiki.ubuntu.com/StableReleaseUpdates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1851263

Title:
  Ubuntu 18.04.3 LTS bump Glibc 2.27 to the latest stable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1811984] Re: flash-kernel 3.90ubuntu3.18.10.1 fails with mkimage: not found if no uboot is used

2019-01-16 Thread Loïc Minier
NB: If you're using an official image and it's missing mkimage, could
you point at the specific image you used?  :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1811984

Title:
  flash-kernel 3.90ubuntu3.18.10.1 fails with mkimage: not found if no
  uboot is used

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1811984] Re: flash-kernel 3.90ubuntu3.18.10.1 fails with mkimage: not found if no uboot is used

2019-01-16 Thread Loïc Minier
This is by design, flash-kernel has different dependencies depending on
the target hardware; the piece of software making the system bootable
(e.g. the flash-kernel udeb in d-i/ubiquity) will install flash-kernel
and the hardware-specific deps (such as u-boot-tools).

** Changed in: flash-kernel (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1811984

Title:
  flash-kernel 3.90ubuntu3.18.10.1 fails with mkimage: not found if no
  uboot is used

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1732411] Re: On upgrade, daemon-reexec should only be issued if safe

2017-12-15 Thread Loïc Minier
Could you describe the minimal steps to reproduce the issue on top of a
standard 16.04?

NB: /sys is not read-only on official images and deployments, and this
doesn't seem to affect official images.

** Description changed:

  Dear all,
  
- Following up the bug report #1713674, when executing systemd in a
- hardened LXC context, it might not be suitable to reexec systemd daemon,
- that would not be able to perform.
+ Following up the bug #1713674, when executing systemd in a hardened LXC
+ context, it might not be suitable to reexec systemd daemon, that would
+ not be able to perform.
  
  For instance, in our LXC, we drop several capabilities, including
  sys_admin and we set /sys to read-only (in which, systemd will find its
  cgroups). This means, systemd cannot be reexecuted, it will fail to
  restart and will freeze (properly) at restart making the LXC container
  in frozen state (still working, but no new services startable, no
  interaction with systemd possible anymore).
  
  When upgrading systemd the debian package, as postinst, will always
  attempt to reexecute systemd, possibly breaking every other upgrade
  where a daemon restart is made in postinst, and leaving the system in a
  degraded state.
  
  It would likely be appropriate the check whether the reexecute can work
  will before performing it: checking capabilities, sys mount point perms,
  etc. If not applicable, not performing a reexucte and possibly print a
  message to the user.
  
  Occurs with Ubuntu Xenial 16.04.3 LTS and systemd 229-4ubuntu21.
  
  Cheers

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1732411

Title:
  On upgrade, daemon-reexec should only be issued if safe

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1717232] Re: RM: duplicate package

2017-09-14 Thread Loïc Minier
Seeing source was changed in 2012, I also believe it's long dead; for 
reference, here's the list of targeted platforms:
# configpackage build   install
# targetnametarget  target(s)
#
efikamx efikamx u-boot.imx  u-boot.imx
highbankhighbank-   u-boot.bin
igep0020igep0020-   u-boot.bin
mx51evk mx51evk u-boot.imx  u-boot.imx
mx53ard mx53ard u-boot.imx  u-boot.imx
mx53locomx53locou-boot.imx  u-boot.imx
mx6qarm2mx6qarm2u-boot.imx  u-boot.imx
mx6qsabrelite   mx6qsabrelite   u-boot.imx  u-boot.imx
omap3_overo omap3-overo -   MLO u-boot.img 
u-boot.bin
omap3_beagleomap3-beagle-   MLO u-boot.img 
u-boot.bin
omap4_panda omap4-panda -   MLO u-boot.img 
u-boot.bin
omap4_panda_splusb  omap4-panda-splusb  -   MLO u-boot.img 
u-boot.bin spl/u-boot-spl.bin
omap4_sdp4430   omap4-sdp4430   -   MLO u-boot.img 
u-boot.bin
origen  origen  -   u-boot.bin 
spl/origen-spl.bin
smdk5250smdk5250-   u-boot.bin 
spl/smdk5250-spl.bin
snowballsnowball-   u-boot.bin
vexpress_ca9x4  ca9x4-ct-vxp-   u-boot.bin
vexpress_ca9x4  vexpress-ca9x4  -   u-boot.bin
vexpress_ca5x2  vexpress-ca5x2  -   u-boot.bin

And this is the one from the u-boot package:
# ARCH  subarch platformtarget
# 
armel   -   dockstaru-boot.kwb
armel   -   dreamplug   u-boot.kwb
armel   -   guruplugu-boot.kwb
armel  -   openrd_base u-boot.kwb
armel  -   openrd_client u-boot.kwb
armel  -   openrd_ultimate u-boot.kwb
armel   rpi rpi u-boot.bin
armel   -   sheevaplug  u-boot.kwb
armhf   exynos  arndale u-boot-dtb.bin spl/arndale-spl.bin
armhf   exynos  odroid  u-boot-dtb.bin
armhf   exynos  odroid-xu3  u-boot-dtb.bin
armhf   imx mx53locou-boot.imx
armhf   imx mx6cuboxi   u-boot.img spl/u-boot-spl.bin SPL
armhf   imx nitrogen6q  u-boot.imx
armhf   imx novena  u-boot.img spl/u-boot-spl.bin SPL
armhf   imx udoou-boot.img spl/u-boot-spl.bin SPL
armhf   imx usbarmory   u-boot.imx
armhf   imx wandboard   u-boot.img spl/u-boot-spl.bin SPL
armhf   tegra   jetson-tk1  u-boot-dtb-tegra.bin
armhf   omapam335x_boneblack u-boot.img spl/u-boot-spl.bin MLO
armhf   omapam57xx_evm  u-boot-dtb.img spl/u-boot-spl.bin MLO
armhf   omapdra74_evm   u-boot.img spl/u-boot-spl.bin MLO
armhf   omapigep0020u-boot.img spl/u-boot-spl.bin MLO
armhf   omapnokia_rx51  u-boot.bin
armhf   omapomap3_beagleu-boot.img spl/u-boot-spl.bin MLO
armhf   omapomap4_panda u-boot.img spl/u-boot-spl.bin MLO
armhf   rockchipfirefly-rk3288  u-boot-dtb.img 
spl/u-boot-spl-dtb.bin
armhf   rpi rpi_2   u-boot.bin
armhf   sunxi   A10-OLinuXino-Lime  u-boot-sunxi-with-spl.bin
armhf   sunxi   A10s-OLinuXino-Mu-boot-sunxi-with-spl.bin
armhf   sunxi   A20-Olimex-SOM-EVB  u-boot-sunxi-with-spl.bin
armhf   sunxi   A20-OLinuXino-Lime  u-boot-sunxi-with-spl.bin
armhf   sunxi   A20-OLinuXino-Lime2 u-boot-sunxi-with-spl.bin
armhf  sunxiA20-OLinuXino_MICRO u-boot-sunxi-with-spl.bin
armhf   sunxi   Bananapiu-boot-sunxi-with-spl.bin
armhf   sunxi   Bananapro   u-boot-sunxi-with-spl.bin
armhf   sunxi   Cubieboard  u-boot-sunxi-with-spl.bin
armhf   sunxi   Cubieboard2 u-boot-sunxi-with-spl.bin
armhf   sunxi   Cubietruck  u-boot-sunxi-with-spl.bin
armhf   sunxi   Lamobo_R1   u-boot-sunxi-with-spl.bin
armhf   sunxi   Linksprite_pcDuino  u-boot-sunxi-with-spl.bin
armhf   sunxi   Linksprite_pcDuino3 u-boot-sunxi-with-spl.bin
armhf   sunxi   Mini-X  u-boot-sunxi-with-spl.bin
armhf   sunxi   orangepi_plus   u-boot-sunxi-with-spl.bin
arm64   tegra   p2371-2180  u-boot-dtb.bin
avr32   -   hammerhead  u-boot.img
mips-   qemu_mips   u-boot.bin
sh4 -  

[Bug 1684521] Re: Ubuntu Core first configuration does not support proxy

2017-04-26 Thread Loïc Minier
Adding subiquity task as I think this is where console-conf items are
tracked

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1684521

Title:
  Ubuntu Core first configuration does not support proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1664368] Re: snap refresh hangs on arm architecture

2017-02-14 Thread Loïc Minier
This shows RPi kernel for Ubuntu 16.04 versions:
https://launchpad.net/ubuntu/+source/linux-raspi2

Latest in xenial-updates is 4.4.0-1042.49, so you seem to have an older
version.

Could you check that you have xenial-updates in your
/etc/apt/sources.list*?

What's the reported .deb version with dpkg -l linux-image\*|grep ^ii

If you have the latest deb but not the latest kernel installed, this
might indicate a non-working flash-kernel upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1664368

Title:
  snap refresh hangs on arm architecture

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1507505] Re: Unable to install GRUB in /dev/nvme

2017-02-14 Thread Loïc Minier
Workaround: when installer starts, select manual partitioning and select
/dev/nvme0n1 as the place where to install the bootloader (bottom of the
partitioning window).

(I didn't manage to boot this particular system with UEFI enabled, this
workaround only works in legacy mode for me)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507505

Title:
  Unable to install GRUB in /dev/nvme

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub-installer/+bug/1507505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1626848] Re: flash-kernel postrm.d script fails on kernel removal

2016-09-23 Thread Loïc Minier
** Changed in: flash-kernel (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1626848

Title:
  flash-kernel postrm.d script fails on kernel removal

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1626848] Re: flash-kernel postrm.d script fails on kernel removal

2016-09-23 Thread Loïc Minier
The presence of a flash-kernel deb on a system is meant to imply that
kernel installations/removal/upgrades should update the bootloader
state. When using image building tools, flash-kernel's behavior needs to
be entirely disabled, much like daemons shouldn't be started in such a
chroot. To disable flash-kernel's behavior, set FLASH_KERNEL_SKIP=1 in
the environment.

Another approach used commonly by image building tools is to dpkg-divert
binaries (e.g. start-stop-daemon) to avoid services from being started;
a similar approach could be taken to disable flash-kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1626848

Title:
  flash-kernel postrm.d script fails on kernel removal

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551321] Re: Not multiarchified; uses legacy lib32 path

2016-03-21 Thread Loïc Minier
The issue is that the lib uses the legacy usr/lib32 pathnames which only
work with libc6-i386 installed. The lib would work by default if it was
in the multiarch pathname.

** Summary changed:

- Not multiarchified and no 32-bits version available on 64-bits
+ Not multiarchified; uses legacy lib32 path

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551321

Title:
  Not multiarchified; uses legacy lib32 path

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551321] Re: Not multiarchified and no 32-bits version available on 64-bits

2016-03-04 Thread Loïc Minier
Actually the lib is biarch, so it ships a /lib32 variant and ought to
work; not sure what's wrong here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551321

Title:
  Not multiarchified and no 32-bits version available on 64-bits

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551321] [NEW] Not multiarchified and no 32-bits version available on 64-bits

2016-02-29 Thread Loïc Minier
Public bug reported:

Hi,

when using libnss-extrausers with 32-bits program doing getpwnam and
such on a 64-bits system, libnss-extrausers is only available for the
current architecture (64-bits) and this results in entries not being
found from the extra users db.

The solution is to install both 32-bits (i386) and 64-bits (amd64)
version of this library package whenever relying on it. However that's
not possible with the current pathnames which arent multiarch friendly.

Cheers,
- Loïc

** Affects: libnss-extrausers (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551321

Title:
  Not multiarchified and no 32-bits version available on 64-bits

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1494719] Re: Support for the RaspberryPi2 platform

2015-10-10 Thread Loïc Minier
Paolo, see https://wiki.ubuntu.com/ARM/RaspberryPi for the list of PPAs
(stable, staging, nightly)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494719

Title:
  Support for the RaspberryPi2 platform

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1494719] Re: Support for the RaspberryPi2 platform

2015-09-29 Thread Loïc Minier
Hmm two quick things:
- this doesn't seem to match the flash-kernel changes done in the PPA for RPi2 
support which also defines a Kernel-Flavors field in the db (and which is 
missing raspi2, only has rpi2) – not sure that's intentional or not
- do we really want to copy over the DTB from linux? I thought we could only 
use the upstream one?!

Thanks,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494719

Title:
  Support for the RaspberryPi2 platform

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1484567] Re: Please add mkenvimage to u-boot-tools

2015-08-13 Thread Loïc Minier
Hi,

I believe this is already fixed in wily:
https://launchpad.net/ubuntu/+source/u-boot/2015.04+dfsg1-2ubuntu1

Cheers,

** Changed in: u-boot (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484567

Title:
  Please add mkenvimage to u-boot-tools

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1470727] Re: ubuntu-device-flash touch fails with: failed to find user uid/gid

2015-07-31 Thread Loïc Minier
snappy.install() is failing on generic-amd64: failed to find uid/gid

** Package changed: goget-ubuntu-touch (Ubuntu) = snappy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1470727

Title:
  ubuntu-device-flash touch fails with: failed to find user uid/gid

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1274320] Re: Error: diskfilter writes are not supported

2015-06-23 Thread Loïc Minier
keeping this as new as to not expire it -- potentially no one has this
issue without LVM/MD, so Mathieu's question might not get an answer but
we still want to fix this

** Changed in: grub2 (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1274320

Title:
  Error: diskfilter writes are not supported

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1450383] [NEW] doesn't cope with corrupted SSH key files

2015-04-30 Thread Loïc Minier
Public bug reported:

Hi,

when cloud-init starts on snappy for the first time, it will generate
host SSH keys. If power is removed after this point, fsck might replace
this uncommitted data by zero files, in which case it's impossible to
login to the system.

A workaround would be to flush/sync data to disk after writing the
files, but I guess the root cause fix would be to check on each boot if
the files were successfully written in full or otherwise regenerate
them.

Cheers,

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1450383

Title:
  doesn't cope with corrupted SSH key files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1415029] Re: Not yet available but configured providers should be added as soon as they become available

2015-01-27 Thread Loïc Minier
** Also affects: ubuntu-location-provider-here (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1415029

Title:
  Not yet available but configured providers should be added as soon as
  they become available

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1415029] Re: Not yet available but configured providers should be added as soon as they become available

2015-01-27 Thread Loïc Minier
** Changed in: ubuntu-location-provider-here (Ubuntu)
 Assignee: (unassigned) = Loïc Minier (lool)

** Changed in: ubuntu-location-provider-here (Ubuntu)
   Status: New = In Progress

** Changed in: ubuntu-location-provider-here (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1415029

Title:
  Not yet available but configured providers should be added as soon as
  they become available

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1394204] Re: dbus daemon spinning with NM AP properties change event

2015-01-08 Thread Loïc Minier
** Changed in: location-service
   Status: New = In Progress

** Changed in: location-service (Ubuntu RTM)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394204

Title:
  dbus daemon spinning with NM AP properties change event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1394204] Re: dbus daemon spinning with NM AP properties change event

2015-01-07 Thread Loïc Minier
I've prepared some test binaries with the proposed fix at
http://people.canonical.com/~lool/lp-1394204/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394204

Title:
  dbus daemon spinning with NM AP properties change event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1394204] Re: dbus daemon spinning with NM AP properties change event

2015-01-07 Thread Loïc Minier
(there are some binaries for rtm in silo 7)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394204

Title:
  dbus daemon spinning with NM AP properties change event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389250] Re: Location updates stop when screen is locked for a bit

2014-11-21 Thread Loïc Minier
Might be the same bug as https://bugs.launchpad.net/ubuntu/+source
/location-service/+bug/1387643 but  need to debug with Thomas

** Changed in: location-service (Ubuntu)
 Assignee: (unassigned) = Thomas Voß (thomas-voss)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389250

Title:
  Location updates stop when screen is locked for a bit

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1328689] Re: ecryptfs-utils does not work with Ubuntu 14.04.1

2014-11-17 Thread Loïc Minier
** Also affects: ecryptfs-utils (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1328689

Title:
  ecryptfs-utils does not work with Ubuntu 14.04.1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389874] Re: Location detection is not working

2014-11-12 Thread Loïc Minier
** Changed in: location-service (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389874

Title:
  Location detection is not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391863] [NEW] horizontal accuracy meters keeps getting higher

2014-11-12 Thread Loïc Minier
Public bug reported:

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,

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391863

Title:
  horizontal accuracy meters keeps getting higher

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389874] Re: Location detection is not working

2014-11-09 Thread Loïc Minier
** Branch linked: lp:~lool/ubuntu-location-provider-here/lp1389874

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389874

Title:
  Location detection is not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389874] Re: Location detection is not working

2014-11-07 Thread Loïc Minier
Adding a sleep 15 before slpgwd exec has helped at least Alexander get a
position more reliably.

HERE debug on some affected phones shows a general error being
reported.

I've run a connectivity upstart job with start on started dbus to
start it in similar conditions; it did show a problematic pattern: it
only gets GSM information, and no cell information. As soon as it's
restarted, it correctly gets wifi information too. This might be an
explanation for lack of HERE location.

I'll debug this further, and also try running the HERE debug binaries to
try to find out more about the underlying cause.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389874

Title:
  Location detection is not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1390490] [NEW] Race between connectivity-api and network-manager

2014-11-07 Thread Loïc Minier
Public bug reported:

Hi,

https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1389874
was a symptom for an issue with connectivity API which doesn't work when
it starts before network-manager is started or when leaving airplane
mode.

To reproduce, create an upstart job like connectivity.conf with:
start on started dbus

console log

respawn
respawn limit unlimited

script
GLOG_logtostderr=1
GLOG_v=200
export GLOG_logtostderr GLOG_v
exec /home/phablet/connectivity
end script

with connectivity from http://people.canonical.com/~lool/connectivity

Then boot with airplane mode enabled, and leave airplane mode: only cell
data is logged, not wifi data.

Cheers,

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1390490

Title:
  Race between connectivity-api and network-manager

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1386177] Re: All preinstalled clicks should be moved to custom tarball

2014-11-05 Thread Loïc Minier
Victor, remove shorts as in remove entirely or just remove from rootfs
and add to custom tarball? (just making sure)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1386177

Title:
  All preinstalled clicks should be moved to custom tarball

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389250] [NEW] Location updates stop when screen is locked for a bit

2014-11-04 Thread Loïc Minier
Public bug reported:

Hi,

1. start one or more location using apps; see that they get location updates as 
you move around
2. lock your screen, wait 30s
3. unlock screen, none of the apps get any location update anymore
4. kill and restart one of the location using apps, all apps now get location 
updates again

Our location-service/platform-api/qt/etc. stack should resume location
updates after locked screen / sleep.

Cheers,

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

** Changed in: location-service (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389250

Title:
  Location updates stop when screen is locked for a bit

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387708] Re: [TOPBLOCKER] Location services not getting location

2014-11-01 Thread Loïc Minier
To test whether the low-level HERE stack gets a location, put 
http://people.canonical.com/~lool/espoo-cli on your phone (will be included 
along HERE bits in the future) and run with:
chmod a+x espoo-cli
GLOG_logtostderr=1 GLOG_v=100 
LD_LIBRARY_PATH=/custom/vendor/here/location-provider/lib/arm-linux-gnueabihf 
./espoo-cli 5

NB: 5 is the number of location updates after which the tool exits; updates 
should come in at approx 15s interval. Output looks like:
I1101 21:30:01.285964  4403 cli.cpp:117] Requested number of updates is 2
I1101 21:30:01.299002  4403 cli.cpp:133] Starting location updates
I1101 21:30:01.301888  4403 cli.cpp:141] Starting GLib main loop
I1101 21:30:11.304612  4403 cli.cpp:158] Location: tstamp=1414891811 lat=xyz 
long=foo hor. acc.=2569 alt=nan vert. acc.=nan tech=cell
I1101 21:30:11.306061  4403 cli.cpp:170] Remaining updates: 1
I1101 21:30:26.736821  4403 cli.cpp:158] Location: tstamp=1414891826 lat=xyz 
long=foo hor. acc.=2824 alt=nan vert. acc.=nan tech=cell
I1101 21:30:26.738348  4403 cli.cpp:148] Stopping location updates

This worked for me on mako and krillin with respectively latest vivid
and rtm from yesterday (139); however I did manage to get a general
error in one case on krillin, seemingly because I started this when the
device was still booting.

Interestingly, I get tech=cell for krillin and tech=wifi for mako,
despite both being on the same table; this suggests these dont have the
same wifi and/or cell visibility.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387708

Title:
  [TOPBLOCKER] Location services not getting location

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387708] Re: Location services not getting location

2014-10-30 Thread Loïc Minier
** Also affects: location-service (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: location-service (Ubuntu)
   Importance: Undecided = Critical

** Changed in: location-service (Ubuntu)
   Status: New = Confirmed

** Also affects: location-service (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Also affects: location-service (Ubuntu-rtm 14.09)
   Importance: Undecided
   Status: New

** Changed in: location-service (Ubuntu-rtm 14.09)
   Status: New = Confirmed

** Changed in: location-service (Ubuntu-rtm 14.09)
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387708

Title:
  Location services not getting location

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382066] Re: Drop sleep for GPS hardware before launching location-service

2014-10-29 Thread Loïc Minier
Dropped before landing

** Changed in: location-service (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382066

Title:
  Drop sleep for GPS hardware before launching location-service

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382066] Re: Drop sleep for GPS hardware before launching location-service

2014-10-29 Thread Loïc Minier
Dropped before landing

** Changed in: lxc-android-config (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382066

Title:
  Drop sleep for GPS hardware before launching location-service

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1383724] Re: In the welcome wizard enable location but not here services and in here maps app you get no location

2014-10-29 Thread Loïc Minier
Is that still an issue? we've fixed a startup issue in recent images

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1383724

Title:
  In the welcome wizard enable location but not here services and in
  here maps app you get no location

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1378480] Re: Location detection is always on, despite indicator

2014-10-29 Thread Loïc Minier
** Summary changed:

- Location detection insists on being turned on
+ Location detection is always on, despite indicator

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1378480

Title:
  Location detection is always on, despite indicator

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1341685] Re: When unconstrained, udm sometimes downloads files to wrong location

2014-10-22 Thread Loïc Minier
Testsuite now passes on above branch; would like to get a build of it.

** Changed in: ubuntu-download-manager
 Assignee: (unassigned) = Loïc Minier (lool)

** Changed in: ubuntu-download-manager
   Status: New = In Progress

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

** Changed in: ubuntu-download-manager (Ubuntu)
   Importance: Undecided = Critical

** Changed in: ubuntu-download-manager (Ubuntu)
   Status: New = In Progress

** Also affects: ubuntu-download-manager (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-download-manager (Ubuntu RTM)
   Importance: Undecided = Critical

** Changed in: ubuntu-download-manager (Ubuntu RTM)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1341685

Title:
  When unconstrained, udm sometimes downloads files to wrong location

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1354092] Re: Location service needs internationalization

2014-10-20 Thread Loïc Minier
unconfined should never be shown.

On Monday, October 20, 2014, Víctor R. Ruiz 1354...@bugs.launchpad.net
wrote:
 Some of the strings still appear untranslated, specially unconfined.
 The trust-store.mo appear to ship half of those strings (and maybe
 location-service the other half of them??)

 current build number: 118
 device name: krillin
 channel: ubuntu-touch/ubuntu-rtm/14.09-proposed


 ** Attachment added: trust-store-unconfined.png

https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1354092/+attachment/4240838/+files/trust-store-unconfined.png

 --
 You received this bug notification because you are subscribed to
 location-service in Ubuntu.
 https://bugs.launchpad.net/bugs/1354092

 Title:
   Location service needs internationalization

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


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1354092

Title:
  Location service needs internationalization

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1182658] Re: Geolocation is not working in the browser

2014-10-19 Thread Loïc Minier
This bug was about a specific issue which got resolved; there might be other 
bugs tracked elsewhere, like:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1382501
which affected webapps; this one has a fix proposed in rtm silo 4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1182658

Title:
  Geolocation is not working in the browser

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382066] [NEW] Drop sleep for GPS hardware before launching location-service

2014-10-16 Thread Loïc Minier
Public bug reported:

(This is a tracking bug)

When Android GPS device / GPS hardware is accessed too early, it
sometimes gets confused on krillin/mako.

To workaround this, location-service upstart job shipped in lxc-android-
config sleeps for 10 seconds before startup.

This is obviously an ugly workaround, and we ought to fix this properly
in the GPS stack.

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

** Affects: lxc-android-config (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: location-service (Ubuntu)
   Status: New = Confirmed

** Also affects: lxc-android-config (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382066

Title:
  Drop sleep for GPS hardware before launching location-service

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1374577] Re: 'unconfined' should be precached for trusted helpers

2014-10-16 Thread Loïc Minier
** Changed in: location-service (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1374577

Title:
  'unconfined' should be precached for trusted helpers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1380668] Re: [DUAL SIM] Connectivity subsystem has to account for Ofono's racy cell announcement

2014-10-15 Thread Loïc Minier
** Summary changed:

- Connectivity subsystem has to account for Ofono's racy cell announcement
+ [DUAL SIM] Connectivity subsystem has to account for Ofono's racy cell 
announcement

** Changed in: location-service (Ubuntu)
   Importance: Critical = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1380668

Title:
  [DUAL SIM] Connectivity subsystem has to account for Ofono's racy cell
  announcement

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1356468] Re: TOP RTM CRASHER: /usr/bin/trust-stored-skeleton:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_rethrow:__shared_count

2014-10-15 Thread Loïc Minier
** Changed in: trust-store (Ubuntu)
   Importance: Critical = High

** Changed in: location-service (Ubuntu RTM)
   Importance: Critical = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356468

Title:
  TOP RTM CRASHER: /usr/bin/trust-stored-
  
skeleton:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_rethrow:__shared_count

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310715] Re: Provide final 14.04 frameworks

2014-10-15 Thread Loïc Minier
Have checked the packages in -proposed have the expected contents.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310715

Title:
  Provide final 14.04 frameworks

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1374577] Re: 'unconfined' should be precached for trusted helpers

2014-10-15 Thread Loïc Minier
** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: David Barth (dbarth) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1374577

Title:
  'unconfined' should be precached for trusted helpers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1356468] Re: TOP RTM CRASHER: /usr/bin/trust-stored-skeleton:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_rethrow:__shared_count

2014-10-15 Thread Loïc Minier
Crashes have dried down completely

** Changed in: location-service (Ubuntu RTM)
   Status: Confirmed = Invalid

** Changed in: trust-store (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: location-service (Ubuntu RTM)
   Status: Invalid = Incomplete

** Changed in: trust-store (Ubuntu)
   Status: Invalid = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356468

Title:
  TOP RTM CRASHER: /usr/bin/trust-stored-
  
skeleton:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_rethrow:__shared_count

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1356468] Re: TOP RTM CRASHER: /usr/bin/trust-stored-skeleton:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_rethrow:__shared_count

2014-10-15 Thread Loïc Minier
** Changed in: location-service (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356468

Title:
  TOP RTM CRASHER: /usr/bin/trust-stored-
  
skeleton:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_rethrow:__shared_count

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1358918] Re: ubuntu-location-serviced cpu usage spikes to 100% occasionally

2014-10-02 Thread Loïc Minier
This hits other users of dbus-cpp API; e.g.
https://bugs.launchpad.net/espoo/+bug/1368247

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1358918

Title:
  ubuntu-location-serviced cpu usage spikes to 100% occasionally

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1375896] Re: location not working reliably in browser or webapps

2014-10-01 Thread Loïc Minier
In my experience, due to LP #1367244 it's rare that HERE works on boot.
However, I can reliably get a position in my regular testing setup by
restarting ubuntu-location-provider-here-posclientd after boot. Then I
always get a position after 30s in OSMTouch and in webapps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1375896

Title:
  location not working reliably in browser or webapps

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364003] Re: [FFE] mesa 10.3

2014-09-26 Thread Loïc Minier
This broke autopkgtests of some packages; see bug #1374131.

This is likely to be removed from utopic-proposed for now to allow other
packages to keep transitioning to utopic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364003

Title:
  [FFE] mesa 10.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1339916] Re: SystemIdentifier can change between reboots

2014-09-25 Thread Loïc Minier
Possibly fixed by whoopsie 0.2.37:

whoopsie (0.2.37) utopic; urgency=medium

  [ Evan Dandrea ]
  * Attempt to use the android serial number before falling back to the
system UUID. Thanks Dimitri.
  * Log in more parts of the connectivity check.
  * Provide timestamps when logging to the foreground.

  [ Brian Murray ]
  * Merge Ted's branch that allows uploading of any field with data less than
1KB, creating a whitelist of fields with large data, and a blacklist of
fields we don't want in the error tracker.
  * Fix bug in how timestamps are provided.

 -- Brian Murray br...@ubuntu.com  Thu, 28 Aug 2014 15:25:15 -0700


** Also affects: whoopsie (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Tags added: rtm-14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339916

Title:
  SystemIdentifier can change between reboots

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367835] Re: Error downloading GPS Xtra data: [...] Timeout was reached: No space left on device

2014-09-22 Thread Loïc Minier
so first, the GPS download warning is indeed just a warning; the GPS
provider currently only works standalone, there's a bug preventing it to
work with the HERE location provider (Espoo).

The issue you now have is that the default location service config
points to the HERE location provider which you seem not to have. It's in
the custom tarballs for krillin and mako on utopic and rtm and the
wrappers are in the ubuntu-location-provider-here package.

Cheers,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367835

Title:
  Error downloading GPS Xtra data: [...] Timeout was reached: No space
  left on device

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1355793] Re: [updates] Shows Software is up-to-date while actually checking for updates

2014-09-17 Thread Loïc Minier
does not seem to be an issue anymore; thanks

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Incomplete = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355793

Title:
  [updates] Shows Software is up-to-date while actually checking for
  updates

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1370697] [NEW] Avoid sleep loop in rild.conf

2014-09-17 Thread Loïc Minier
Public bug reported:

Hi,

while reviewing other jobs, James Hunt kindly pointed out:

Looking at these jobs, I noticed /etc/init/rild.conf - why aren't we using the 
upstart-local-bridge to avoid that horrid poll? Is it because rild.conf needs 
multiple getprop values? If so, you should be able to say in /etc/init/rild.conf

start on android-container init.svc.ril-daemon=running

script
  # query rild variables using getprop
end script


it would be good to remove the ugly sleep loop indeed.

Cheers,

** Affects: lxc-android-config (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1370697

Title:
  Avoid sleep loop in rild.conf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1369692] [NEW] Sleep 2 -- Trust store dbus intf doesn't come fast enough up on start

2014-09-15 Thread Loïc Minier
Public bug reported:

Hey

when restarting ubuntu-location-service, trust-store agent is restarted but 
spawns too quickly; this is its upstart snippet:
start on (started dbus and xsession SESSION=ubuntu-touch) or \
:sys:started JOB=ubuntu-location-service
stop on desktop-end or :sys:stopping JOB=ubuntu-location-service

Currently, there's a sleep 2 to let some time to the service to come up,
but we should get rid of it by making location-service listen on that
immediately.

Cheers,

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1369692

Title:
  Sleep 2 -- Trust store dbus intf doesn't come fast enough up on start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1369692] Re: Sleep 2 -- Trust store dbus intf doesn't come fast enough up on start

2014-09-15 Thread Loïc Minier
** Changed in: location-service (Ubuntu)
 Assignee: (unassigned) = Thomas Voß (thomas-voss)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1369692

Title:
  Sleep 2 -- Trust store dbus intf doesn't come fast enough up on start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1369703] [NEW] upstart-monitor requires Gtk GIR bits

2014-09-15 Thread Loïc Minier
Public bug reported:

Hey,

due to this:
class UpstartEventsGui(Gtk.Window):

upstart-monitor fails to start when the gi.repository.Gtk import failed
(was skipped).

Cheers,

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1369703

Title:
  upstart-monitor requires Gtk GIR bits

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367835] [NEW] Error downloading GPS Xtra data: [...] Timeout was reached: No space left on device

2014-09-10 Thread Loïc Minier
Public bug reported:

Hi,

To test location-service with latest utopic-proposed image on mako, I had to 
make some adjustments:
1) change:
export HERE_IMEI_FRAGMENT=$Serial
to:
export HERE_IMEI_FRAGMENT=35513605
in /etc/init/ubuntu-location-provider-here-posclientd.conf to help the service 
come up on boot (see bug #1367244), not sure it helps though.

2) change
exec /usr/bin/ubuntu-location-serviced --bus system --provider $provider 
$poptions
to:
exec /usr/bin/ubuntu-location-serviced --bus system --provider $provider 
$poptions --provider remote::Provider 
--remote::Provider::name=com.ubuntu.espoo.Service.Provider 
--remote::Provider::path=/com/ubuntu/espoo/Service/Provider
in /etc/init/ubuntu-location-service.override.

I saw this in location-service log:
E0910 16:42:09.632657  4078 android_hardware_abstraction_layer.cpp:157] Error 
downloading GPS Xtra data: 
/build/buildd/net-cpp-1.1.0+14.10.20140804/src/core/net/http/impl/curl/request.h@157
 - execute: Timeout was reached: No space left on device

$ system-image-cli -i
current build number: 235
device name: mako
channel: ubuntu-touch/utopic-proposed
last update: 2014-09-10 15:19:31
version version: 235
version ubuntu: 20140910
version device: 20140903.1
version custom: mako-0.3a

Seems this is due to GPS data file being saved to the wrong place:
$ df -hl
Filesystem  Size  Used Avail Use% Mounted on
/dev/loop0  2,0G  1,5G  423M  78% /
udev916M  4,0K  916M   1% /dev
tmpfs   184M  728K  183M   1% /run
/dev/mmcblk0p23  13G  1,7G   11G  14% /home
/dev/loop1  107M  105M  1,5M  99% /lib/modules
none4,0K 0  4,0K   0% /android
tmpfs   918M  4,0K  918M   1% /etc/fstab
/dev/disk/by-partlabel/cache552M   55M  498M  10% /android/cache
/dev/disk/by-partlabel/persist   16M  4,2M   12M  27% /android/persist
/dev/disk/by-partlabel/modem 64M   54M   11M  83% /android/firmware
none4,0K 0  4,0K   0% /sys/fs/cgroup
tmpfs   918M   32K  918M   1% /tmp
none5,0M 0  5,0M   0% /run/lock
none918M   96K  918M   1% /run/shm
none100M   24K  100M   1% /run/user
tmpfs   918M 0  918M   0% /media
tmpfs   918M  8,0K  918M   1% /var/lib/sudo

Cheers,

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367835

Title:
  Error downloading GPS Xtra data: [...] Timeout was reached: No space
  left on device

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >