Bug#1101322: g++-10: g++ randomly segfaults on clang code on Debian 11

2025-03-25 Thread Yoann Congal
Package: g++-10 Version: 10.2.1-6 Severity: normal X-Debbugs-Cc: yoann.con...@smile.fr Dear Maintainer, * What led up to the situation? I was trying to build clang for the Yocto project and it failed randomly (See [0] for the bug reported on the Yocto project) The file triggering the crash is:

Bug#1094790: tuned: kernel cmdline tunings are not applied when booting from grub submenus

2025-02-09 Thread Yoann Congal
FWIW, the patch for this bug is now released in tuned >= v2.25.0

Bug#1094790: tuned: kernel cmdline tunings are not applied when booting from grub submenus

2025-01-31 Thread Yoann Congal
anged: realtime /etc/tuned/bootcmdline changed: TUNED_BOOT_CMDLINE="skew_tick=1 isolcpus=managed_irq,domain, intel_pstate=disable nosoftlockup tsc=reliable" TUNED_BOOT_INITRD_ADD="" /etc/tuned/profile_mode changed: manual -- no debconf information >From e9f0f228b3a452d657

Bug#1094201: grub2-common: Grub does not expand $variable on cmdline when using a submenu (but does on main menus)

2025-01-25 Thread Yoann Congal
Package: grub2-common Version: 2.12-1~bpo12+1 Severity: important X-Debbugs-Cc: yoann.con...@smile.fr Dear Maintainer, I've notice that using $variable expansion on kernel command line works only when using the main menu but not on submenus. For exemple, in my current grub.cfg (provided in full

Bug#1076447: reportbug: Debian daq 2.0.7-5.1 source contains 2.0.6 and does not match upstream archive

2024-07-16 Thread Yoann Congal
Source: daq Version: 2.0.7-5.1 Severity: minor Tags: upstream Dear Maintainer, It looks like upstream daq has changed the 2.0.7 archive. The one Debian used is a 2.0.6. See https://sources.debian.org/src/daq/2.0.7-5.1/configure/#L593 Upstream archive (https://www.snort.org/downloads/snort/daq-2.

Bug#1051449: linux-image-rt-amd64: Enable "Advantech Embedded Controller Watchdog" support

2023-09-21 Thread Yoann Congal
On Fri, 08 Sep 2023 10:03:23 +0200 Yoann Congal wrote:> Sadly, the driver's KConfig has a dependency bug were it can be compiled > into a non-operational state. We upstreamed the fix (6eb28a38f6478) [2] > and it will be released in v6.6. This fix will have to be backported. FYI, s

Bug#1051449: Related merge-request !841

2023-09-11 Thread Yoann Congal
I've created a merge-request for this : https://salsa.debian.org/kernel-team/linux/-/merge_requests/841 -- Yoann Congal Smile ECS - Tech Expert

Bug#1051449: linux-image-rt-amd64: Enable "Advantech Embedded Controller Watchdog" support

2023-09-08 Thread Yoann Congal
Package: linux-image-rt-amd64 Version: 6.5.1-1~exp1 Severity: wishlist X-Debbugs-Cc: yoann.con...@smile.fr Dear Maintainer, Please enable "Advantech Embedded Controller Watchdog" support. This is the config CONFIG_ADVANTECH_EC_WDT. This kind of watchdog is present on industrial Adantech computer

Bug#1051049: Patch from #1018730 also resolves this bug

2023-09-04 Thread Yoann Congal
Hi, The patch proposed in #1018730 [1] also resolves this bug. Maybe something about merging LV being seen as incomplete by LVM and, thus, needs the "degraded" flag? [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018730#26 -- Yoann Congal

Bug#1051049: lvm2: fails to boot on mirrored+snapshoted roofs

2023-09-01 Thread Yoann Congal
Package: lvm2 Version: 2.03.16-2 Severity: normal Dear Maintainer, * What led up to the situation? My system has a mirrored rootfs LV. When snapshoting and merging this snapshot, the system refuses to boot. * What exactly did you do (or not do) that was effective (or ineffective)? My rootfs is

Bug#1034506: Request to enable CONFIG_HSR as module

2023-04-19 Thread Yoann Congal
On 4/19/23 11:46, Salvatore Bonaccorso wrote: > Hi, > > On Wed, Apr 19, 2023 at 09:39:14AM +0200, Yoann Congal wrote: >> On 4/19/23 08:47, Salvatore Bonaccorso wrote: >>> Hi Yoann, >> >> Hi! >> >>> >>> Thanks for providing the merge

Bug#1034506: Request to enable CONFIG_HSR as module

2023-04-19 Thread Yoann Congal
bookworm as I was a bit late for that, but that's OK. AFAIK it will end up in backports so we could have bookworm + backported kernel with this module activated, or am I wrong? Thanks! -- Yoann Congal Smile ECS - Tech Expert

Bug#1034506: Request to enable CONFIG_HSR as module

2023-04-17 Thread Yoann Congal
: AppArmor: enabled >From 68c1f55713be54ea994cffe051b0db36aa3690ca Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Fri, 17 Mar 2023 14:06:50 +0100 Subject: [PATCH] Enable PRP/HSR protocols in config as module HSR (High-availability Seamless Redundancy) and PRP (Parallel Redundancy Protocol) are t

Bug#498171: Incorrect Debian README in tzdata

2023-01-16 Thread Yoann Congal
(before the first leapsecond in June 1972) Either something is wrong in the "right" zoneinfo or the doc (or I'm mistaken). As a workaround, I've setup CLOCK_REALTIME as TAI+10s and using the "right" zoneinfo, the displayed time is correct. Regards, -- Yoann Congal Smile ECS - Tech Expert

Bug#682271: guake will not start with a new gnome session : Workaround

2013-01-07 Thread Yoann CONGAL
This bug seems to appear because Guake try to notify before the notification system is ready. To work around this bug I created a script that contains : #!/bin/sh sleep 5 guake Made it executable and added it to gnome-session-property. I don't know if it is a guake bug or something else's bug.