[Bug 2107455] Re: segfault of lsblk s390x in containers due to apparmor

2025-04-16 Thread Maxime Bélair
Actually, this issue is not directly related to containers but to delegations. Unconfined does object delegation of open descriptors. This is not the case for confined profiles. So when lsblk is launched from a confined process (the container), then the permission is required. $ aa-exec -p Xorg -

[Bug 2107455] Re: segfault of lsblk s390x in containers due to apparmor

2025-04-16 Thread Maxime Bélair
Thanks for finding this issue This should be fixed upstream by https://gitlab.com/apparmor/apparmor/-/merge_requests/1632 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107455 Title: segfault of ls

[Bug 2107402] Re: lsblk on IBM z Systems blocked by apparmor in 25.04

2025-04-16 Thread Maxime Bélair
This is fixed upstream by the following MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1632 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107402 Title: lsblk on IBM z Systems blocked by

[Bug 2095370] Re: AppArmor early policy load not funcitoning

2025-04-05 Thread Maxime Bélair
Verification completed on oracular linux-intel/6.11.0-1008.8 user@sec-oracular-amd64:~$ uname -a Linux sec-oracular-amd64 6.11.0-1008-intel #8 SMP PREEMPT_DYNAMIC Wed Mar 19 16:31:19 CET 2025 x86_64 x86_64 x86_64 GNU/Linux user@sec-oracular-amd64:~$ journalctl -b | grep systemd | grep -i apparmo

[Bug 2092232] Re: not able to deploy Plucky Puffin

2025-04-05 Thread Maxime Bélair
The patch has been added today in the upstream repository and is therefore not yet present in the current plucky release. Until the next release, you can modify /etc/apparmor.d/lsblk like below Replace `@{sys}/devices/LNXSYSTM:*/LNXSYBUS:*/** r,` by `@{sys}/devices/**/host@{int}/** r,` After relo

[Bug 2092232] Re: not able to deploy Plucky Puffin

2025-04-02 Thread Maxime Bélair
This issue should be fixed upstream by https://gitlab.com/apparmor/apparmor/-/merge_requests/1606. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2092232 Title: not able to deploy Plucky Puffin To m

[Bug 2095370] Re: AppArmor early policy load not funcitoning

2025-03-26 Thread Maxime Bélair
Verified that the patch was applied to branch linux-nvidia- tegra/6.8.0-1004.4 ** Tags removed: verification-needed-noble-linux-nvidia-tegra ** Tags added: verification-done-noble-linux-nvidia-tegra -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 2067900] Re: apparmor unconfined profile blocks pivot_root

2025-03-25 Thread Maxime Bélair
Verified that the patch was applied to branch linux-nvidia- tegra/6.8.0-1004.4 ** Tags removed: verification-needed-noble-linux-nvidia-tegra ** Tags added: verification-done-noble-linux-nvidia-tegra -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 2065685] Re: aa-logprof fails with 'runbindable' error

2025-03-19 Thread Maxime Bélair
This issue is fixed by 1f33fc9b29c174698fdf0116a4a9f50680ec4fdb, however it is not included in the 4.0 branch used by noble. Oracular and Plucky are not affected by this bug. To fix that locally, you can either: - Replace `mount "" -> "/tmp/",` by `mount -> "/tmp/",` (and similarly for other em

[Bug 2067900] Re: apparmor unconfined profile blocks pivot_root

2025-03-19 Thread Maxime Bélair
Verification completed on oracular kernel linux-intel/6.11.0-1008.8 # lxc launch ubuntu:24.10 test -c security.nesting=true Launching test # lxc exec test bash Linux test 6.11.0-1008-intel #8 SMP PREEMPT_DYNAMIC Wed Mar 19 16:31:19 CET 2025 x86_64 x86_64 x86_64 GNU/Linux root@test:~# apt update;

[Bug 2103524] Re: lsblk apparmor profile denies block device lookup on Azure

2025-03-19 Thread Maxime Bélair
Thank you for reporting this bug. Indeed, we must give access to `/sys/devices/LNXSYSTM:*/LNXSYBUS:*/**` to lsblk. This should be fixed upstream by https://gitlab.com/apparmor/apparmor/-/merge_requests/1584 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2102694] Re: dangerous "sanitized_helper" contains /** rwkl,

2025-03-15 Thread Maxime Bélair
The sanitized_helper profile is designed to be as generic as possible to make it work with most binaries when a more restrictive profile is unavailable. As you pointed out, this approach raises several concerns: - The security level of this profile is only slightly above unconfined, which can u

[Bug 2101869] [NEW] apparmor utils tools cannot parse fusermount3 profile

2025-03-11 Thread Maxime Bélair
Public bug reported: On Ubuntu Plucky, apparmor utils tools such as aa-notify, aa-logprof, aa-cleanprof cannot parse fusermount3 profile. $ aa-notify -p skipping unparseable profile /etc/apparmor.d/fusermount3 (Can't parse mount rule mount fstype=fuse options=(nosuid,nodev,rw) revokefs-fuse -> /

[Bug 2099811] Re: Os-prober segmentation fault one message for each partition on same PC

2025-03-05 Thread Maxime Bélair
Indeed, a profile for linux-boot-prober is also needed. Find it below. Again, if you face any issue with these two profiles don't hesitate to give feedback. ``` #-- # Copyright (C) 2025 Canonical Ltd. # # Author: Maxime B

[Bug 2099811] Re: Os-prober segmentation fault one message for each partition on same PC

2025-03-05 Thread Maxime Bélair
dback. ``` #-- #Copyright (C) 2025 Canonical Ltd. # #Author: Maxime Bélair # #This program is free software; you can redistribute it and/or #modify it under the terms of version 2 of the GNU General Public #License published by the Free Software Found

[Bug 2067900] Re: apparmor unconfined profile blocks pivot_root

2025-02-20 Thread Maxime Bélair
** Tags removed: verification-needed-noble-linux ** Tags added: verification-done-noble-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067900 Title: apparmor unconfined profile blocks pivot_ro

[Bug 2067900] Re: apparmor unconfined profile blocks pivot_root

2025-02-20 Thread Maxime Bélair
Verification completed on noble kernel 6.8.0-56.58: $ lxc launch ubuntu:24.04 test -c security.nesting=true Launching test $ lxc exec test bash root@test:~# uname -a Linux test 6.8.0-56-generic #58-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 14 15:33:28 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux root@

[Bug 2006456] Re: Wayland: No autocompletion in Payee and Category

2024-12-24 Thread Maxime DOYEN
** Changed in: homebank Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2006456 Title: Wayland: No autocompletion in Payee and Category To manage notifications about thi

[Bug 2085598] [NEW] Support for multiple VLANs with vlan=.

2024-10-25 Thread Maxime Accadia
Public bug reported: In initramfs-tools manual, the vlan section indicates that it's possible to configure multiple VLAN. > vlan tells to create a VLAN tagged device. Allows one to configure > one or multipleVLANtaggeddevicesusingthe > "

[Bug 2083435] Re: AppArmor 4.1.0-beta1 contains an ABI break for aa_log_record

2024-10-01 Thread Maxime Bélair
This bug is fixed by https://gitlab.com/apparmor/apparmor/-/merge_requests/1345 ** Changed in: apparmor Assignee: (unassigned) => Maxime Bélair (mbelair) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 2068541] Re: Installing dracut on a encrypted hardrive make the sytem not boot

2024-08-07 Thread Maxime Accadia
I had to use hostonly="yes" to make dracut work with full disk encryption, as suggested in https://unix.stackexchange.com/a/775019. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068541 Title: Insta

[Bug 2006456] Re: Wayland: No autocompletion in Payee and Category

2024-06-16 Thread Maxime DOYEN
Waste of time to try convice Tk team to fix this n 3.x It's completely understandable not to want to spend time on a stable and obsolete branch when the current version is free of the problem, I will do the same. -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 2006456] Re: Wayland: No autocompletion in Payee and Category

2024-06-09 Thread Maxime DOYEN
as we discussed with Jeff Fortin Tam (kiddo) in https://bugs.launchpad.net/homebank/+bug/2006456/comments/12 https://bugs.launchpad.net/homebank/+bug/2006456/comments/13 It seems this is pure GTK feature = nothing I can do If you can reproduce this with gtk3-demo then please open a GTK bug. --

[Bug 2065685] Re: aa-logprof fails with 'runbindable' error

2024-05-22 Thread Maxime Bélair
** Changed in: apparmor (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/2065685 Title: aa-logprof fails with 'runbindable' error To manage notifications a

[Bug 2065685] Re: aa-logprof fails with 'runbindable' error

2024-05-20 Thread Maxime Bélair
@Christian Thank you for pointing this out. After investigation, I found that this bug stems from the following restriction not being implemented consistently in aa-* and apparmor_parser. > $ man 2 mount > > If mountflags includes one of MS_SHARED, MS_PRIVATE, MS_SLAVE, or > MS_UNBINDABLE [..

[Bug 2065685] Re: aa-logprof fails with 'runbindable' error

2024-05-17 Thread Maxime Bélair
So, the error was related to passt, not apparmor. This is because it uses an incorrect rule in abstractions/passt. By design, rules containing some options, such as runbindable, cannot include a source. I just sent the following patch for passt that should solve your issue https://archives.passt.

[Bug 2065685] Re: aa-logprof fails with 'runbindable' error

2024-05-16 Thread Maxime Bélair
I have implemented a patch for this issue, but before submitting it, I want to understand its origin to determine if other edge cases need to be addressed. Do you know which profile created this issue? Perhaps running sudo grep -r "runbindable*/*" /etc/apparmor.d could help identify the source of

[Bug 1955583] [NEW] Do-release-upgrade fails

2021-12-22 Thread Maxime Chambonnet
Public bug reported: Hello, I don't understand the problem. I would think that packages that cannot be upgraded would be discarded and listed somewhere. I would be happy to supply more information on the issue. BR, Maxime ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubuntu-re

[Bug 1943039] [NEW] Touchpad and/or keyboard stop working after some time

2021-09-08 Thread Maxime Paillassa
Public bug reported: I have a DELL XPS and since several weeks, after some time after login the touchpad (but also mouse when I connect a mouse) stops working. Sometimes, the keyboard also stops working. Before that, it almost always make a random right clic for no reason. I have been waiting for

[Bug 1927100] Re: Slow file dialogs, open and save

2021-08-27 Thread Maxime Pasquier
Yes, please could the fix be included on Ubuntu 20.04 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1927100 Title: Slow file dialogs, open and save To manage notifications about this bug go to: h

[Bug 1931848] [NEW] Default pam configuration with 'sufficient' may lead to security issue

2021-06-14 Thread Maxime Accadia
Public bug reported: I have noticed that pam_script.so is set to 'sufficient' upon installation. This may lead the user to inadvertently authorize users with any password. Example procedure : ``` apt install libpam-scrip printf '#!/bin/sh\nexit 0' > /usr/share/libpam-script/pam_script_auth chmod

[Bug 1888942]

2021-06-08 Thread Maxime Accadia
I found a (not very clean) workaround based on https://github.com/SebastianSimon/firefox-selection-fix. See https://github.com/MAccadia/firefox-selection- fix/tree/primary_select_fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1676164] Re: REQ: firefox-esr package needed

2021-06-04 Thread Maxime Accadia
My bad. https://launchpad.net/~mozillateam/+archive/ubuntu/ppa *does* have languages packs for Firefox ESR (see http://ppa.launchpad.net/mozillateam/ppa/ubuntu/pool/main/f/firefox- esr/). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1676164] Re: REQ: firefox-esr package needed

2021-06-02 Thread Maxime Accadia
An other reason not to use https://launchpad.net/~mozillateam/+archive/ubuntu/ppa for Firefox ESR : it doesn't have any language packs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676164 Title: R

[Bug 1676164] Re: REQ: firefox-esr package needed

2021-05-17 Thread Maxime Accadia
I work in education and we use Firefox ESR from https://launchpad.net/~mozillateam/+archive/ubuntu/ppa. This is not ideal ; a year ago or so, this repository was not up to date. Organizations can use Firefox policies for configuration[1] and some of them are ESR-only (or at least one of them : ht

[Bug 1888942]

2021-05-04 Thread Maxime Accadia
How can we move forward on this issue ? Would it be possible to workaround this with an addon ? a patch ? some JS somewhere ? What is the position of the UX designers ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1625517] Re: Clicking inside address bar does not update PRIMARY buffer (middle-mouse clipboard)

2021-04-27 Thread Maxime Accadia
This is also an issue with Firefox : see upstream bug https://bugzilla.mozilla.org/show_bug.cgi?id=1653191 Either an agreement is found with Chromium and Firefox developers or I think this should be patched to comply with the standard behavior and what users can expect to happen. I tested nautilus

[Bug 1625517] Re: Clicking inside address bar does not update PRIMARY buffer (middle-mouse clipboard)

2021-04-27 Thread Maxime Accadia
** Also affects: firefox (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/1625517 Title: Clicking inside address bar does not update PRIMARY buffer

[Bug 1912880] Re: Touchpad (MSFT) not detected on Lenovo Ideapad Flex 5 AMD

2021-04-08 Thread Maxime S.
I tried mainline kernel 5.12-rc5 and it didn't work. I can try with newer kernel versions when they become available to see if it gets fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1912880 Titl

[Bug 1912880] Re: Touchpad (MSFT) not detected on Lenovo Ideapad Flex 5 AMD

2021-04-03 Thread Maxime S.
I have the same issue. Let me know if you need any more info. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1912880 Title: Touchpad (MSFT) not detected on Lenovo Ideapad Flex 5 AMD To manage notifi

[Bug 1901922] Re: [SRU][Lenovo ThinkPad T14 Gen 1] No sound output device on startup

2021-02-21 Thread Maxime Lemonnier
I followed these instructions https://askubuntu.com/a/1291789/671740 and it works, so basically the "udev" path is broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901922 Title: [SRU][Lenovo Th

[Bug 1901922] Re: [SRU][Lenovo ThinkPad T14 Gen 1] No sound output device on startup

2021-02-21 Thread Maxime Lemonnier
I have a T14 AMD, running kubuntu 20.04-2, I have alsa-lib - 1.2.2-2.1ubuntu2.3 installed. Nothig seems wrong with my sound config until I try playing a sound. It then glitches like hell (repeating the same note at 2-4Hz) -- You received this bug notification because you are a member of Ubuntu

[Bug 1908744] [NEW] My dowload crashes at the end and a fatal error appears saying they was an issue with grab

2020-12-18 Thread Maxime Gleizes
Public bug reported: My dowload crashes at the end and a fatal error appears saying they was an issue with grab download ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: ubiquity 20.10.13 ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14 Uname: Linux 5.8.0-25-generic x86_64 NonfreeKern

[Bug 1875845] Re: keyring cannot be unlocked if used fingerprint to login gnome session

2020-10-21 Thread Dirksen Maxime
Same bug since yesterday's update ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875845 Title: keyring cannot be unlocked if used fingerprint to login gnome session To manage notifications abou

[Bug 1881675] Re: Intel Wireless 8260 [8086:24f3] Subsystem [8086:0010] iwlwifi Microcode SW Error ubuntu 20.04

2020-06-12 Thread Maxime
It has not happened to me recently. I really dont know how to reproduce, but the linked issue earlier in the conversation https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881214 seems to go into the direction of a router change that is not handled correctly by the driver? -- You received thi

[Bug 1881675] Re: Intel Wireless 8260 [8086:24f3] Subsystem [8086:0010] iwlwifi Microcode SW Error ubuntu 20.04

2020-06-04 Thread Maxime
After reading the bug you linked (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881214), it does look very similar indeed, the result is the same, and it seems to happen "randomly" after long usage, so maybe linked to a router switch indeed. I am not expert enough to try many things on my

[Bug 1881675] [NEW] iwlwifi Microcode SW Error ubuntu 20.04

2020-06-01 Thread Maxime
the computer again once. Jun 1 16:58:36 maxime-lx-home kernel: [ 3799.846676] iwlwifi :02:00.0: Microcode SW error detected. Restarting 0x200. Jun 1 16:58:36 maxime-lx-home kernel: [ 3799.846823] iwlwifi :02:00.0: Start IWL Error Log Dump: Jun 1 16:58:36 maxime-lx-home kernel

[Bug 1880795] Re: package nsd 4.1.26-1build1 failed to install/upgrade: installed nsd package post-installation script subprocess returned error exit status 1

2020-05-26 Thread Maxime
By default, nsd binds to all local interfaces, and systemd-resolved provides stub listener on 127.0.0.53, so another solution would be in adding default configuration for nsd package to bind to 127.0.0.1 interface only. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1880795] Re: package nsd 4.1.26-1build1 failed to install/upgrade: installed nsd package post-installation script subprocess returned error exit status 1

2020-05-26 Thread Maxime
Apparently, nsd package conflicts with systemd package (systemd-resolve, installed by default) on port 53, but neither package lists other one in Conflicts: section of package control file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1880795] [NEW] package nsd 4.1.26-1build1 failed to install/upgrade: installed nsd package post-installation script subprocess returned error exit status 1

2020-05-26 Thread Maxime
Public bug reported: Just tried to install nsd package using apt: `sudo apt install nsd` and it has failed. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: nsd 4.1.26-1build1 ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34 Uname: Linux 5.4.0-31-generic x86_64 ApportVersion: 2.20

[Bug 1876843] [NEW] Meld: comparison panes are left blank with lot of error messages about missed icons in Adwaita theme

2020-05-04 Thread Maxime
Public bug reported: I have tried to compare two directories using Meld. Unfortunately it left comparison panes empty blank, though color markups on the scrollbars of these panes indicate presence of changes. Meld writes to stderr a lot of messages like the following about missing icons in the Ad

[Bug 1866579] Re: VBoxClient crashed with SIGSEGV in XQueryExtension()

2020-03-08 Thread Maxime
*** This bug is a duplicate of bug 1864519 *** https://bugs.launchpad.net/bugs/1864519 But the link to the bug #1864519 says "Error: Page Not Found?" Is the duplicating bug number written correctly? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1860987] [NEW] openvswitch: same tcp session encapsulated with different udp src port for ovs vxlan tunnel

2020-01-27 Thread Maxime Leroy
Public bug reported: [SRU Justification] [Impact] Packets encapsulated into a vxlan tunnel with openvswitch don't have the same udp source port for the first packet and the following ones of the same TCP flow in a DOCKER scenario usecase. In fact, when using the kernel datapath, the upcall don'

[Bug 1860986] [NEW] openvswitch: same tcp session encapsulated with different udp src port for ovs vxlan tunnel

2020-01-27 Thread Maxime Leroy
Public bug reported: [SRU Justification] [Impact] Packets encapsulated into a vxlan tunnel with openvswitch don't have the same udp source port for the first packet and the following ones of the same TCP flow in a DOCKER scenario usecase. In fact, when using the kernel datapath, the upcall don

[Bug 1860986] Re: openvswitch: same tcp session encapsulated with different udp src port for ovs vxlan tunnel

2020-01-27 Thread Maxime Leroy
To fix this issue, some patches needs to be back-ported on openvswitch too. See the following bug: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1860987 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1860207] [NEW] Erreur lors de l'installation de 18.04.3 LTS

2020-01-18 Thread Maxime Baudry
Public bug reported: Le plantage à eu leu lors de l'installation depuis une clef USB ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.12 [modified: lib/partman/automatically_partition/question] ProcVersionSignature: Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15 Uname: Linux 5

[Bug 1844514] Re: [Radeon HD 8830M / R7 465X] *ERROR* atombios stuck in loop for more than 5secs aborting

2019-09-19 Thread Maxime Accadia
I did some more testing. All fresh installations with updates. Not affected : * 16.04 with kernel 4.4.0-164 * 16.04 with kernel 4.4.0-161 * 16.04 with kernel 4.4.0-159 * 16.04 with kernel 4.4.0-157 Affected : * 16.04 with kernel 4.15.0-64 (HWE) * 18.04 with kernel 4.15.0-29 * 18.04 with ke

[Bug 1844514] [NEW] [Radeon HD 8830M / R7 465X] *ERROR* atombios stuck in loop for more than 5secs aborting

2019-09-18 Thread Maxime Accadia
Public bug reported: Ubuntu 18.04 freezes on every startup after GDM. This happens with DELL Optiplex 7450 All In One with both an Intel graphics chipset and an AMD Graphic card. I have tested with kernels 4.15.0-29, 4.15.0-64 and latest HWE kernel (5.0.0-29) ; all are affected. As a workaround,

[Bug 1843990] Re: In split transactions only category splits are accepted

2019-09-14 Thread Maxime DOYEN
same here, read the doc, internal xfer is designed to transfer money between account in a single txn split is just to ventilate non xfer txn to various more detailed categories ** Changed in: homebank Status: New => Won't Fix -- You received this bug notification because you are a member

[Bug 1829525] Re: system-config-printer.py crashed with TypeError in on_password_stored()

2019-06-28 Thread Maxime Accadia
Same issue while trying to authenticate to a smb printer. scp-dbus-service.py crashed with TypeError: on_password_stored() missing 1 required positional argument: 'unused'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1800041] Re: bug in pkgrid product manager

2019-01-12 Thread Maxime Arthaud
** Description changed: Release: - Ubuntu 18.04.1 LTS - Debian 9 Version: 0.9.10-9build4 There is a bug in the apron package. The function ap_pkgrid_manager_alloc() always returns NULL. $ cat test.c #include "ap_global0.h" #include "ap_pkgrid.h" #include "ap_ppl.h" #inc

[Bug 1810443] [NEW] authentication while downloading windows TTF font crashes

2019-01-03 Thread Maxime Durenne
Public bug reported: Some applications require MS Windows TTF fonts (don't remember which one anymore,Wine maybe). Periodically a scripts runs to download those fonts. The script requires authentication. Authentication box show on screen but prints at once "Failed." When typing credentials in, th

[Bug 1752437]

2018-11-25 Thread maxime
(In reply to Hans de Goede from comment #88) > (In reply to Maxime from comment #87) > > I applied the latest patch, it works but it makes my touchscreen show up as > > having a battery that's at 0%. The previous patch had the same behaviour on > > my system. > &

[Bug 1752437]

2018-11-21 Thread maxime
I applied the latest patch, it works but it makes my touchscreen show up as having a battery that's at 0%. The previous patch had the same behaviour on my system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1800041] [NEW] bug in pkgrid product manager

2018-10-25 Thread Maxime Arthaud
Public bug reported: Release: - Ubuntu 18.04.1 LTS - Debian 9 Version: 0.9.10-9build4 There is a bug in the apron package. The function ap_pkgrid_manager_alloc() always returns NULL. $ cat test.c #include "ap_global0.h" #include "ap_pkgrid.h" #include "ap_ppl.h" #include "pk.h" int main() {    

[Bug 1799091] Re: missing library files

2018-10-25 Thread Maxime Arthaud
** Description changed: - Release: Ubuntu 14.04.5 LTS + Release: + - Ubuntu 14.04.5 LTS + - Ubuntu 16.04.5 LTS + - Debian 8 Version: 0.9.10-6 It seems to me that the package libapron(-dev) does not provide all of APRON. I have: # dpkg -L libapron-dev | grep /usr/lib/lib /usr/lib/

[Bug 1799091] [NEW] missing library files

2018-10-21 Thread Maxime Arthaud
Public bug reported: Release: Ubuntu 14.04.5 LTS Version: 0.9.10-6 It seems to me that the package libapron(-dev) does not provide all of APRON. I have: # dpkg -L libapron-dev | grep /usr/lib/lib /usr/lib/libboxMPQ.so /usr/lib/libapron.so /usr/lib/libboxMPFR.so /usr/lib/libpolkaRll.so /usr/lib/l

[Bug 1778592] Re: Tooltip not shown when hovering the mouse

2018-09-30 Thread Maxime
** Also affects: baobab (Arch Linux) 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/1778592 Title: Tooltip not shown when hovering the mouse To manage not

[Bug 1783147] Re: Applications compile with this crash

2018-08-02 Thread Maxime JOURDAN
*** This bug is a duplicate of bug 1782083 *** https://bugs.launchpad.net/bugs/1782083 ** This bug has been marked a duplicate of bug 1782083 Compilation seems to succeed, but binary does not run correctly -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1782083] Re: Compilation seems to succeed, but binary does not run correctly

2018-08-02 Thread Maxime JOURDAN
I got the same issue for a professional project with Bionic package. Compile is fine but program crashes on the target. Investigations revealed that the crash come from the use of atan2f in my program. the use of atanf trigger exactly the same issue. The issue is not present with Xenial package n

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-07-23 Thread Maxime Leroy
** Tags added: xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1621013 Title: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled To manage notifications about this bug go to: https://bugs.launc

[Bug 1777679] Re: ELAN1200 touchpad not working at all with kernel 4.15+; Recognized as ITE 8910 keyboard

2018-06-20 Thread Maxime TEIL
he screen backlight... et voil! Sorry for my frenglish. Maxime -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777679 Title: ELAN1200 touchpad not working at all with kernel 4.15+; Recognized a

[Bug 1673745] Re: Mousepad crashes on launch "free(): invalid next size"

2018-05-03 Thread Maxime D.
... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1673745 Title: Mousepad crashes on launch "free(): invalid next size" To manage notifications about this bug go to: https://bugs.launchpad.net/ubun

[Bug 1754777] Re: bionic casper nfsboot not reaching desktop env, failure to mount various kernel filesystems and /tmp

2018-04-27 Thread Maxime Besson
Also affected, I was able to get the system to boot by adding systemd.mask=tmp.mount to the kernel command line, but I have no DNS once the desktop environment boots, and shutdown hangs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1761559] [NEW] Firefox not launching

2018-04-05 Thread Maxime Delcroix
Public bug reported: I downloaded firefox with ubuntu software icon on desktop and it doesn't launch when i click on firefox icon ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-40.60-generic 4.4.21 Uname: Linux 4.4.0-40-generic x86_64

[Bug 1755097] Re: LLVMpipe renderer used instead of Intel on Xorg sessions

2018-04-01 Thread Maxime DOYEN
$ apt-cache policy libegl-mesa0 libglx-mesa0 libegl-mesa0: Installed: 18.0.0~rc5-1ubuntu1 Candidate: 18.0.0~rc5-1ubuntu1 Version table: *** 18.0.0~rc5-1ubuntu1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages 100 /var/lib/dpkg/status libglx-mesa0: Instal

[Bug 1748901] Re: System hang with Virtualbox & kernel 4.13.0-32-generic

2018-03-20 Thread Maxime Besson
*** This bug is a duplicate of bug 1736116 *** https://bugs.launchpad.net/bugs/1736116 ** This bug is no longer a duplicate of bug 1745938 System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34 ** This bug has been marked a duplicate of bug 1736116 [SRU] Host

[Bug 1745938] Re: System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34

2018-03-20 Thread Maxime Besson
*** This bug is a duplicate of bug 1736116 *** https://bugs.launchpad.net/bugs/1736116 ** This bug has been marked a duplicate of bug 1736116 [SRU] Host with kernel 4.13 freezes when starting a VM with VirtualBox -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1747074] Re: System Freeze When Start Virtualbox

2018-03-20 Thread Maxime Besson
*** This bug is a duplicate of bug 1736116 *** https://bugs.launchpad.net/bugs/1736116 ** This bug is no longer a duplicate of bug 1745938 System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34 ** This bug has been marked a duplicate of bug 1736116 [SRU] Host

[Bug 1755574] Re: linux kernel freezes system when starting vm in virtualbox

2018-03-20 Thread Maxime Besson
*** This bug is a duplicate of bug 1736116 *** https://bugs.launchpad.net/bugs/1736116 ** This bug is no longer a duplicate of bug 1745938 System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34 ** This bug has been marked a duplicate of bug 1736116 [SRU] Host

[Bug 1755574] Re: linux kernel freezes system when starting vm in virtualbox

2018-03-20 Thread Maxime Besson
*** This bug is a duplicate of bug 1745938 *** https://bugs.launchpad.net/bugs/1745938 ** This bug has been marked a duplicate of bug 1745938 System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34 -- You received this bug notification because you are a member o

[Bug 1745938] Re: System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34

2018-03-20 Thread Maxime Besson
I have tested kernel 4.13.0.38.57 from xenial-proposed and virtualbox is still freezing with virtualbox 5.0.40-dfsg-0ubuntu1.16.04.2. Kernel 4.15.0.13.39, also from -proposed is too recent for Virtualbox 5.0.40-dfsg-0ubuntu1.16.04.2, and the vbox kernel module fails to build. However, installing

[Bug 1748901] Re: System hang with Virtualbox & kernel 4.13.0-32-generic

2018-03-20 Thread Maxime Besson
*** This bug is a duplicate of bug 1745938 *** https://bugs.launchpad.net/bugs/1745938 ** This bug has been marked a duplicate of bug 1745938 System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34 -- You received this bug notification because you are a member o

[Bug 1747074] Re: System Freeze When Start Virtualbox

2018-03-20 Thread Maxime Besson
*** This bug is a duplicate of bug 1745938 *** https://bugs.launchpad.net/bugs/1745938 ** This bug has been marked a duplicate of bug 1745938 System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34 -- You received this bug notification because you are a member o

[Bug 1745938] Re: System Freezes while starting VM in virtualbox after Kernrel Upgrade 4.13.0-31.34

2018-03-16 Thread Maxime Besson
I have the same issue and was able to reproduce it on both 4.13.0-21 and 4.13.0-25, as well as mainline 4.13.16 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745938 Title: System Freezes while sta

[Bug 1747074] Re: System Freeze When Start Virtualbox

2018-03-16 Thread Maxime Besson
I am also affected by this bug, Virtualbox modules won't build with kernel 4.15, so I tried mainline kernel vmlinuz-4.13.16-041316-generic and it was also affected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1755898] [NEW] PyQt5 crashes when a signal from a base class is emitted

2018-03-14 Thread Maxime Lemonnier
Public bug reported: this is exactly what happened to me: http://python.6.x6.nabble.com/Signal-causes-seg-fault-td5207129.html It is quite major! It means you can't create a binding with the property of a base class. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: python-pyqt5 5.5.1+dfsg

[Bug 1673745] Re: Mousepad crashes on launch "free(): invalid next size"

2018-03-03 Thread Maxime D.
Hm, not exactly, it still crashes but the error is not the same (never see Mousepad working since my first report...) knux@knux-ubuntu:~$ date samedi 3 mars 2018, 23:55:13 (UTC+0100) knux@knux-ubuntu:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 17.1

[Bug 1749172] [NEW] Crash at execution of optimize

2018-02-13 Thread Maxime
Public bug reported: When running a simple octave example, we get: error: test.m: /usr/lib/x86_64-linux-gnu/octave/site/oct/x86_64-pc- linux-gnu/nlopt/nlopt_optimize.oct: failed to load: /usr/lib/x86_64 -linux-gnu/octave/site/oct/x86_64-pc-linux-gnu/nlopt/nlopt_optimize.oct: undefined symbol: _ZN

[Bug 1726319] Re: Cursor doesn't move using remote controle with KDE Connect

2018-01-07 Thread Maxime H
Hi, Same thing for me. cursor changing its shape but doesn't move at all on the screen. Using Ubuntu 17.10, kdeconnect amd64 1.0.3-0ubuntu2, Huawei Honor 8 (Android 7 - KdeConnect 1.6.6) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1740539] [NEW] grub unable to launch after install

2017-12-29 Thread pierre-maxime pouch
Public bug reported: After several trials to install ubuntu 16.04.3, a message appeared informing that the grub package was unable to launch, and so the installer failed. But earlier, I had tried my flash drive with the function "check my disk" on Ubuntu frontpage, and it said everything is OK,

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-08 Thread Maxime Chambonnet
Update : the issue looks solved. I reinstalled all packets containing gtk unity x11, then all xorg packets, and those latters seem to have fixed it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17304

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-07 Thread Maxime Chambonnet
>From the logs linked, what I saw : Greeter log : * ** (unity-settings-daemon:1364): WARNING **: Unable to register client: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such method 'RegisterCl

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-06 Thread Maxime Chambonnet
A few updates : -I can boot in command line mode. It seems stable. -I can then startx, I get an xsession desktop with my desktops files, but no launcher nor upper bar. And still no mouse keyboard input. -I tried booting with kernels 4.0.35 to 4.0.37 no difference. -- You received this bug noti

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-06 Thread Maxime Chambonnet
** Attachment added: "buggedx-0.log" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1730469/+attachment/5005020/+files/buggedx-0.log ** Description changed: Hello, I have a Sandybridge-B970 X301-Asus laptop. I am used to dual boot on it : win10 and Ubuntu Xenial on a 275 GB SSD. Y

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-06 Thread Maxime Chambonnet
- a hung lightdm login ** Attachment added: "buggedlightdm.log" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1730469/+attachment/5005016/+files/buggedlightdm.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-06 Thread Maxime Chambonnet
** Attachment added: "buggedseat0-greeter.log" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1730469/+attachment/5005018/+files/buggedseat0-greeter.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-06 Thread Maxime Chambonnet
** Attachment added: "x-0.log" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1730469/+attachment/5005019/+files/x-0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730469 Title: Display

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-06 Thread Maxime Chambonnet
** Attachment added: "seat0-greeter.log" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1730469/+attachment/5005017/+files/seat0-greeter.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17304

[Bug 1730469] Re: Display session freezes constitently on login after Win10 dual boot crash - Ubuntu 16.04

2017-11-06 Thread Maxime Chambonnet
Adding lightdm and x logs after : - a no graphics successful login session, ** Attachment added: "lightdm.log" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1730469/+attachment/5005015/+files/lightdm.log -- You received this bug notification because you are a member of Ubuntu Bugs, wh

  1   2   3   4   5   6   >