[Bug 2047758] Re: Cannot save PDFs due to PikePDF incompatibility, solved & patched upstream

2024-03-15 Thread Fabio M. Panico
Hi, I would like to say that I'm facing the same problem. Hope it's ok to add this comment into this bug report. I recently made a fresh install of ubuntu 22.04-04. And when trying to combine 2 pdfs, PDF-Arranger gives me this error: "use pikepdf.PDF.pages interface to copy pages from one PDF

Re: [PATCH 1/2] arm64: Reduce add_map() complexity

2024-03-15 Thread Fabio Estevam
Hi Marc, On Sat, Mar 9, 2024 at 11:36 AM Fabio Estevam wrote: > Does the log below help? > > https://pastebin.com/raw/1i1VBA0a > > If not, please send me a debug patch and I will be glad to run it here. I'm sorry to bother you, but have you had a chance to look at the log I

[Bug 2054343] Re: arm64 build of gcc-10 10.5.0-3ubuntu1 still broken (CVE-2023-4039 still open)

2024-03-14 Thread Fabio Augusto Miranda Martins
** Tags added: rls-ff-incoming rls-jj-incoming rls-mm-incoming rls-nn- incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: arm64 build of gcc-10 10.5.0-3ubuntu1 still broken

Re: [PATCH] imx8m*_venice: move venice to OF_UPSTREAM

2024-03-12 Thread Fabio Estevam
imply OF_UPSTREAM > - remove rudundant files from arch/arm/dts leaving only the >*-u-boot.dtsi files > > Signed-off-by: Tim Harvey ... > 33 files changed, 13 insertions(+), 10658 deletions(-) This diff looks great :-) Reviewed-by: Fabio Estevam I will queue it to u-boot-imx/next soon.

[PATCH] apalis-imx8: Fix sc_misc_otp_fuse_read() error check

2024-03-12 Thread Fabio Estevam
Fixes: bfb3409d676f ("imx: toradex/apalis-imx8: correct SCU API usage") Signed-off-by: Fabio Estevam --- board/toradex/apalis-imx8/apalis-imx8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/toradex/apalis-imx8/apalis-imx8.c b/board/toradex/apalis-imx8/ap

Re: [PATCH] ARM: imx: stm32: Test whether ethernet node is enabled before reading MAC EEPROM on DHSOM

2024-03-12 Thread Fabio Estevam
Hi Marek, On Tue, Mar 12, 2024 at 6:16 PM Marek Vasut wrote: > NOTE: It is probably best if this goes in via either imx or stm32 tree, > I can break the patch up, but that would introduce dependency > between two PRs in different trees. Let me know what you prefer. I can apply it

[PATCH] colibri-imx8x: Fix sc_misc_otp_fuse_read() error check

2024-03-12 Thread Fabio Estevam
698a7acd ("imx: toradex/colibri-imx8x: correct SCU API usage") Reported-by: Hiago De Franco Signed-off-by: Fabio Estevam --- board/toradex/colibri-imx8x/colibri-imx8x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/toradex/colibri-imx8x/colibri-imx8x.c b/boa

Re: F41 Change Proposal: PHP no 32 bit / PHP 64-bit only (self-contained)

2024-03-12 Thread Fabio Valentini
applications without needing any i686 libraries. - Steam still requires 32-bit libraries to be present I think, but this is increasingly anachronistic and I'm not sure what's holding them back from just making their Linux client 64-bit only. But even this is n

[Desktop-packages] [Bug 1992187] Re: hplip not working after install in 22.04, python error

2024-03-12 Thread Fabio M. Panico
Could not understand how to implement the workaround suggested by Alterbo Donato #4. I would appreciate if you could clarify. But uninstalling the package available at Ubuntu 22.04 repository and installing the package downloaded from HP Developers

[Bug 1992187] Re: hplip not working after install in 22.04, python error

2024-03-12 Thread Fabio M. Panico
Could not understand how to implement the workaround suggested by Alterbo Donato #4. I would appreciate if you could clarify. But uninstalling the package available at Ubuntu 22.04 repository and installing the package downloaded from HP Developers

Re: [PATCH 3/5] configs: phycore-imx8mp_defconfig: Use redundant environment

2024-03-11 Thread Fabio Estevam
Hi Leonard, On Mon, Mar 11, 2024 at 11:32 AM Leonard Anderweit wrote: > I also got an error while applying this to next. To apply cleanly this > series requires the commit 19f657600781 (configs: Resync with > savedefconfig) which is on master but not on next. > > If this missing commit is

Re: [PATCH 2/2] gnu: grub: Modernize.

2024-03-11 Thread Fabio Natali
s have two micro-typos: - First patch, s/Theses/These/. - Second patch, s/use-abolute-ovmf-path/use-absolute-ovmf-path/. I haven't tried the patches on any non-x86 architecture, but will ping you on IRC to see if and how I can help with that. Thanks, best, Fabio. -- Fabio Natali https://fabionatali.com

Re: perl segfault in F40

2024-03-11 Thread Fabio Valentini
intentional. Fabio -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guide

Re: perl segfault in F40

2024-03-11 Thread Fabio Valentini
> notice that the latest build of pkgconf is version 2.1.0 from 12 > February 2024, and the latest build of perl-PkgConfig-LibPkgConf is > perl-PkgConfig-LibPkgConf-0.11-18.fc40 from 29 February 2024 ... but > it hasn't gone stable y

Re: [PATCH 3/5] configs: phycore-imx8mp_defconfig: Use redundant environment

2024-03-11 Thread Fabio Estevam
Hi Leonard, On Mon, Mar 11, 2024 at 10:04 AM Leonard Anderweit wrote: > > Add support for the redundant environment. > > Signed-off-by: Leonard Anderweit Please rebase this series against U-Boot next branch and resend. There is an error while applying this patch against next. Thanks

Re: [PATCH] arm: dts: imx8mp-beacon-kit: Resync DTS with Linux 6.8

2024-03-11 Thread Fabio Estevam
On Sun, Mar 10, 2024 at 1:59 PM Adam Ford wrote: > > The device tree has evolved over time, so re-sync. This also > partial reverts one change on the PCIe, because U-Boot doesn't > have a proper driver. However, since the clock is configured > to generate a 100MHz reference clock by default, a

Re: [PATCH] toradex: tdx-cfg-block: add 0087 i.mx8m mini product variant

2024-03-11 Thread Fabio Estevam
On Fri, Mar 8, 2024 at 11:18 AM Joao Paulo Goncalves wrote: > > From: Joao Paulo Goncalves > > Add new product id 0087 Verdin iMX8M Mini Quad 2GB IT. > > Signed-off-by: Joao Paulo Goncalves Applied, thanks.

Re: [PATCH] configs: imx8mp_beacon: Fall back to using TF-A

2024-03-11 Thread Fabio Estevam
On Thu, Mar 7, 2024 at 8:59 AM Adam Ford wrote: > > When the board was originally added, it enabled some features which > allowed it to bypass Trusted Firmware, but as the feature set of > Linux grew and more features became available, the U-Boot config > options which bypassed TF-A caused

Re: [PATCH v3 0/2] board: phytec_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

2024-03-11 Thread Fabio Estevam
On Wed, Mar 6, 2024 at 1:18 PM Benjamin Hahn wrote: > > PCL-070 supports 2GHz RAM-timings from pcb_rev 1 and newer. PCM-070 > supports 2GHz RAM-timings only from pcb_rev 3 and newer. > > Signed-off-by: Benjamin Hahn Applied all, thanks.

[GIT PULL] Please pull u-boot-imx-master-20240311

2024-03-11 Thread Fabio Estevam
Hi Tom, Please pull from u-boot-imx, thanks. The following changes since commit 0981f8900f2b1f45a3f282b704012b5374fdd7a6: Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-03-09 11:29:48 -0500) are available in the Git repository at:

Re: [PATCH v1] configs: colibri-imx7: enable watchdog

2024-03-11 Thread Fabio Estevam
Hi Francesco, On Mon, Mar 11, 2024 at 8:34 AM Francesco Dolcini wrote: > No, on colibri-imx7 the reset is already working, it uses the PMIC so > it's not affected by the issue that was affecting most of our other > boards. > > The reason for enabling the watchdog here is just an improvement to

Re: [PATCH v1] configs: colibri-imx7: enable watchdog

2024-03-11 Thread Fabio Estevam
Hi Parth, On Thu, Mar 7, 2024 at 12:23 PM Parth Pancholi wrote: > > From: Parth Pancholi > > Enable watchdog functionality for Toradex's Colibri iMX7 (NAND/EMMC) > modules. You described what the patch does, but the reason is missing. Is the reason for this patch to fix the 'reset' command

Re: [nexa] nexa Digest, Vol 179, Issue 8

2024-03-10 Thread Fabio Nascimbeni
Grazie Juan Carlos, articolo molto utile. Segnalo il lavoro di Donald Clarke, che ha posizioni simili e di cui apprezzo l'invito continuo ad insegnanti e decisori a "sporcarsi le mani" con la GAI (qui una sua intervista: https://megaphone.link/EIEAK408037). Fabio Il giorno 07

[Git][archlinux/packaging/packages/dbeaver-plugin-svg-format][main] upgpkg: 1.0.162.202403031740-1

2024-03-09 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / dbeaver-plugin-svg-format Commits: 50d0801d by Fabio Castelli (Muflone) at 2024-03-10T01:49:10+01:00 upgpkg: 1.0.162.202403031740-1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - dbeaver-plugin-svg-format.info

[Git][archlinux/packaging/packages/dbeaver-plugin-svg-format] Pushed new tag 1.0.162.202403031740-1

2024-03-09 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed new tag 1.0.162.202403031740-1 at Arch Linux / Packaging / Packages / dbeaver-plugin-svg-format -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dbeaver-plugin-svg-format/-/tree/1.0.162.202403031740-1 You're receiving this email because

[Git][archlinux/packaging/packages/dbeaver-plugin-office][main] upgpkg: 1.1.164.202403031740-1

2024-03-09 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / dbeaver-plugin-office Commits: dbb382ea by Fabio Castelli (Muflone) at 2024-03-10T01:41:28+01:00 upgpkg: 1.1.164.202403031740-1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - dbeaver-plugin-office.info

[Git][archlinux/packaging/packages/dbeaver-plugin-office] Pushed new tag 1.1.164.202403031740-1

2024-03-09 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed new tag 1.1.164.202403031740-1 at Arch Linux / Packaging / Packages / dbeaver-plugin-office -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dbeaver-plugin-office/-/tree/1.1.164.202403031740-1 You're receiving this email because of your

[Git][archlinux/packaging/packages/dbeaver-plugin-apache-poi] Pushed new tag 5.2.5-1

2024-03-09 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed new tag 5.2.5-1 at Arch Linux / Packaging / Packages / dbeaver-plugin-apache-poi -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dbeaver-plugin-apache-poi/-/tree/5.2.5-1 You're receiving this email because of your account

[Git][archlinux/packaging/packages/dbeaver-plugin-apache-poi][main] upgpkg: 5.2.5-1

2024-03-09 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / dbeaver-plugin-apache-poi Commits: d6eb23bb by Fabio Castelli (Muflone) at 2024-03-10T01:34:31+01:00 upgpkg: 5.2.5-1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - dbeaver-plugin-apache-poi.info Changes

[Git][archlinux/packaging/packages/xca] Pushed new tag 2.6.0-1

2024-03-09 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed new tag 2.6.0-1 at Arch Linux / Packaging / Packages / xca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xca/-/tree/2.6.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/xca][main] upgpkg: 2.6.0-1

2024-03-09 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / xca Commits: d0f5e906 by Fabio Castelli (Muflone) at 2024-03-10T01:21:00+01:00 upgpkg: 2.6.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

Re: [PATCH 1/2] arm64: Reduce add_map() complexity

2024-03-09 Thread Fabio Estevam
On Sat, Mar 9, 2024 at 9:39 AM Marc Zyngier wrote: > Can you figure out what memory access is triggering it? Even at > narrowing it to the subsystem level would be a good indication. The problem happens so early that I am not able to narrow it down at subsystem level. > You could just dump the

Re: [PATCH 1/2] arm64: Reduce add_map() complexity

2024-03-09 Thread Fabio Estevam
the page tables and comparing them before and after would > help. Yes, I am sure the error is due to this change. It is 100% reproducible. I am not familiar with this part of the code, so I would appreciate it if you could tell me how to dump the page tables so I can compare them before and after. Thanks, Fabio Estevam

Bug#1065654: mesa ftbfs with time_t64

2024-03-08 Thread Fabio Pedretti
Il Ven 8 Mar 2024, 11:21 Matthias Klose ha scritto: > On 08.03.24 11:00, Fabio Pedretti wrote: > > Already fixed upstream, the patch will be included since 24.0.3 (will > > be released in 5 days): > > > https://cgit.freedesktop.org/mesa/mes

Bug#1065654: mesa ftbfs with time_t64

2024-03-08 Thread Fabio Pedretti
Il Ven 8 Mar 2024, 11:21 Matthias Klose ha scritto: > On 08.03.24 11:00, Fabio Pedretti wrote: > > Already fixed upstream, the patch will be included since 24.0.3 (will > > be released in 5 days): > > > https://cgit.freedesktop.org/mesa/mes

Bug#1065654: mesa ftbfs with time_t64

2024-03-08 Thread Fabio Pedretti
Il Ven 8 Mar 2024, 11:21 Matthias Klose ha scritto: > On 08.03.24 11:00, Fabio Pedretti wrote: > > Already fixed upstream, the patch will be included since 24.0.3 (will > > be released in 5 days): > > > https://cgit.freedesktop.org/mesa/mes

Re: [PATCH 1/2] arm64: Reduce add_map() complexity

2024-03-08 Thread Fabio Estevam
Hi Paul and Tom, On Tue, Feb 14, 2023 at 10:38 AM Ying-Chun Liu (PaulLiu) wrote: > > From: Marc Zyngier > > In the add_map() function, for each level it populates, it iterates from > the root of the PT tree, making it ineficient if a mapping needs to occur > past level 1. > > Instead, replace

[PATCH 2/2] clk: clk-imx8qm: Add LPUART IPG entries

2024-03-08 Thread Fabio Estevam
PG entries. Fixes: cc7df0b9e8bc ("serial: lpuart: Enable IPG clock") Reported-by: Marcel Ziswiler Signed-off-by: Fabio Estevam --- drivers/clk/imx/clk-imx8qm.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx8qm.c b/drivers/

[PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries

2024-03-08 Thread Fabio Estevam
LPUART IPG entries. Fixes: cc7df0b9e8bc ("serial: lpuart: Enable IPG clock") Reported-by: Marcel Ziswiler Signed-off-by: Fabio Estevam --- drivers/clk/imx/clk-imx8qxp.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx8qxp.c b

[kmail2] [Bug 482910] New: Kmail errors

2024-03-08 Thread Fabio Sirna
https://bugs.kde.org/show_bug.cgi?id=482910 Bug ID: 482910 Summary: Kmail errors Classification: Applications Product: kmail2 Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[kmail2] [Bug 482910] New: Kmail errors

2024-03-08 Thread Fabio Sirna
https://bugs.kde.org/show_bug.cgi?id=482910 Bug ID: 482910 Summary: Kmail errors Classification: Applications Product: kmail2 Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

Bug#1065654: mesa ftbfs with time_t64

2024-03-08 Thread Fabio Pedretti
Already fixed upstream, the patch will be included since 24.0.3 (will be released in 5 days): https://cgit.freedesktop.org/mesa/mesa/commit/?h=staging/24.0=8ea039019761ecc25d49f075aef50de6e81db854 Il giorno ven 8 mar 2024 alle ore 10:27 Matthias Klose ha scritto: > > Package: src:mesa >

Bug#1065654: mesa ftbfs with time_t64

2024-03-08 Thread Fabio Pedretti
Already fixed upstream, the patch will be included since 24.0.3 (will be released in 5 days): https://cgit.freedesktop.org/mesa/mesa/commit/?h=staging/24.0=8ea039019761ecc25d49f075aef50de6e81db854 Il giorno ven 8 mar 2024 alle ore 10:27 Matthias Klose ha scritto: > > Package: src:mesa >

Bug#1065654: mesa ftbfs with time_t64

2024-03-08 Thread Fabio Pedretti
Already fixed upstream, the patch will be included since 24.0.3 (will be released in 5 days): https://cgit.freedesktop.org/mesa/mesa/commit/?h=staging/24.0=8ea039019761ecc25d49f075aef50de6e81db854 Il giorno ven 8 mar 2024 alle ore 10:27 Matthias Klose ha scritto: > > Package: src:mesa >

Re: U-boot fails for khadas-edge -v

2024-03-07 Thread Fabio Estevam
On Thu, Mar 7, 2024 at 2:43 PM Vivek Jaiswal wrote: > are you saying to use this one? > https://github.com/u-boot/u-boot/blob/master/configs/khadas-edge-v-rk3399_defconfig Yes, this one.

Re: [PATCH] configs: imx8mp_beacon: Fall back to using TF-A

2024-03-07 Thread Fabio Estevam
ich bypassed TF-A caused issues, so it needs to return > to the standard operating mode of using TF-A or the system no > longer boots. > > Fixes: ab53bd43dbde ("arm64: imx: Add support for imx8mp-beacon-kit") > Signed-off-by: Adam Ford Reviewed-by: Fabio Estevam I will queue it as a fix soon.

Re: [PATCH v3 0/2] board: phytec_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

2024-03-07 Thread Fabio Estevam
Hi Benjamin, On Wed, Mar 6, 2024 at 1:18 PM Benjamin Hahn wrote: > > PCL-070 supports 2GHz RAM-timings from pcb_rev 1 and newer. PCM-070 > supports 2GHz RAM-timings only from pcb_rev 3 and newer. > > Signed-off-by: Benjamin Hahn v3 looks good. Is this material for U-Boot 2024.04 or 2024.07?

[kscreenlocker] [Bug 481308] screen locker blank-with-cursor [xorg]

2024-03-07 Thread Fabio C. Barrionuevo
https://bugs.kde.org/show_bug.cgi?id=481308 Fabio C. Barrionuevo changed: What|Removed |Added CC||bna...@gmail.com -- You are receiving

[Touch-packages] [Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
It seems 0.142ubuntu19 would be exposed to the bug. To test whether or not my use case would be affected by it, I've booted a Jammy instance with initramfs-tools 0.142ubuntu19, and I can't hit the problem. It is booting well through iscsi. My cmdline is as below, so it might not be exposed to the

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
It seems 0.142ubuntu19 would be exposed to the bug. To test whether or not my use case would be affected by it, I've booted a Jammy instance with initramfs-tools 0.142ubuntu19, and I can't hit the problem. It is booting well through iscsi. My cmdline is as below, so it might not be exposed to the

Re: U-boot fails for khadas-edge -v

2024-03-07 Thread Fabio Estevam
Hi Vivek, On Thu, Mar 7, 2024 at 11:56 AM Vivek Jaiswal wrote: > > Hello U-boot Team, > I am using the u-boot for Khadas Edge-v rk3399 rockchip: > https://github.com/khadas/u-boot/tree/khadas-edges-v2017.09-release-v1.0.0?tab=readme-ov-file > And I am using configuration file : >

[Bug 2056460] [NEW] cloud-init in degraded state on Oracle instance with "Invalid network-config provided"

2024-03-07 Thread Fabio Augusto Miranda Martins
Public bug reported: When booting a Noble Numbat (Ubuntu 24.04) instance on Oracle Cloud, clout-init ends up in a degraded state reporting "Invalid network-config provided". Details are displayed below: ubuntu@fabio-noble-baremetal-benjaminfix:~$ sudo cloud-init status -l st

[Bug 2056460] Re: cloud-init in degraded state on Oracle instance with "Invalid network-config provided"

2024-03-07 Thread Fabio Augusto Miranda Martins
** Attachment added: "cloud-init.tar.gz" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056460/+attachment/5753817/+files/cloud-init.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested launching a Oracle Cloud baremetal instance (which boots from iSCSI) using such patch, and all worked well: https://pastebin.ubuntu.com/p/3cdFdYBVFG/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Touch-packages] [Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested launching a Oracle Cloud baremetal instance (which boots from iSCSI) using such patch, and all worked well: https://pastebin.ubuntu.com/p/3cdFdYBVFG/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Bug 2056194] Re: Networking broken in early boot on Oracle Native instances

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested the patch and it fixes the issue. I can confirm the MTU settings are now correct and curl works fine. I also confirmed it allowed cloud-init to run and fully complete the boot process: https://pastebin.ubuntu.com/p/KfcP7wmjjV/ There are no cloud-init errors:

[Touch-packages] [Bug 2056194] Re: Networking broken in early boot on Oracle Native instances

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested the patch and it fixes the issue. I can confirm the MTU settings are now correct and curl works fine. I also confirmed it allowed cloud-init to run and fully complete the boot process: https://pastebin.ubuntu.com/p/KfcP7wmjjV/ There are no cloud-init errors:

Re: FEAT_CCIDX not tested when parsing ccsidr_el1

2024-03-07 Thread Fabio Estevam
Hi Łukasz, On Wed, Mar 6, 2024 at 3:21 PM Łukasz Więcaszek wrote: > I have already prepared a patch for our work related product and now I > am thinking of mainstreaming that piece of work. What do you think > about that? Please send a formal patch via git send-email.

Bug#1065594: cinnamon: Blocks a huge number of packages for being updated

2024-03-07 Thread Fabio Fantoni
Il 07/03/2024 08:30, Michael Rasmussen ha scritto: Package: cinnamon Version: 5.8.4-4 Severity: important Dear Maintainer, Cinnamon have been left on the station while all other packages have left with the train ;-) Currently this is state on my installations: apt upgrade 0 upgraded, 0 newly

[Bug 2056194] Re: Networking broken in early boot on Oracle Native instances

2024-03-06 Thread Fabio Augusto Miranda Martins
Between initramfs-tools 0.142ubuntu8 and 0.142ubuntu9, we've Replaced dhclient by dhcpcd (LP: #2024164). When a DHCP server provides MTU settings to dhcpcd, it configures the routes with the appropriate mtu value (due to "option interface_mtu" in /etc/dhcpcd.conf), but it does not configure the

Re: [OE-core] [kirkstone][PATCH v2] shadow: backport patch to fix CVE-2023-29383

2024-03-06 Thread Fabio Berton
Hi, The error message is caused because the 0001-Disable-use-of-syslog-for-sysroot.patch applied to the native recipe disables syslog support and the native tool does not recognize SYSLOG_SU_ENAB. On 3/6/2024 12:13 AM, Fabio Berton via lists.openembedded.org wrote: Hi, I checked

Re: access request still pending google ads api basic

2024-03-06 Thread Fabio M P
thanks for the quick reply. How long does it take for the request to be processed from @Compliance team ? Thank you Il giorno mercoledì 6 marzo 2024 alle 08:53:51 UTC+1 Google Ads API Forum Advisor ha scritto: > Hi Fabio, > > Thank you for getting back to us. > > Since the

Re: access request still pending google ads api basic

2024-03-05 Thread Fabio M P
Hi, This is the Google Ads Manager Account (MCC) ID: 610-011-0758 . I hope to have news soon Thanks Fabio Il giorno mercoledì 6 marzo 2024 alle 08:32:54 UTC+1 Google Ads API Forum Advisor ha scritto: > Hi Fabio, > > Thank you for reaching out to the Google Ads API support team.

Access request still pending Google Ads API Basic

2024-03-05 Thread Fabio M P
at a standstill. Could someone please assist me in obtaining the developer token, so that I can proceed with my business development? Thanks Fabio -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

[OE-core] [PATCH] mesa: update 24.0.1 -> 24.0.2

2024-03-05 Thread Fabio Estevam
From: Fabio Estevam Mesa 24.0.2 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-February/000751.html Signed-off-by: Fabio Estevam --- .../mesa/{mesa-gl_24.0.1.bb => mesa-gl_24.0.2.bb} | 0 meta/recipes-graphics/mesa/mesa.

Re: [OE-core] [kirkstone][PATCH v2] shadow: backport patch to fix CVE-2023-29383

2024-03-05 Thread Fabio Berton
Hi, I checked on kirkstone using OE-Core with DISTRO="nodistro" and when running bitbake useradd-example I can see this: configuration error - unknown item 'SYSLOG_SU_ENAB' (notify administrator) configuration error - unknown item 'SYSLOG_SG_ENAB' (notify administrator) in the

[OE-core] [kirkstone][PATCH] useradd-example: do not use unsupported clear text password

2024-03-05 Thread Fabio Berton via lists.openembedded.org
From: Chen Qi The clear text password support has been dropped. So let's just use a normal ecrypted one. The password remains to be 'user3'. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit cd8232f9c58980d95180ad320b7b0bb0fcfd9ff5) Signed-off-by: Fabio Berton

[OE-core] [PATCH v2] dev-manual: Convert to 'bmaptool-native'

2024-03-05 Thread Fabio Estevam
Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project") 'bmap-tools-native' has been renamed as 'bmaptool-native'. Adjust the references in the documentation accordingly. Suggested-by: Khem Raj Signed-off-by: Fabio Estevam --- Changes since v1: - Add d...@lists.yoctoproject

[OE-core] [PATCH] dev-manual: Convert to 'bmaptool-native'

2024-03-05 Thread Fabio Estevam
Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project") 'bmap-tools-native' has been renamed as 'bmaptool-native'. Adjust the references in the documentation accordingly. Suggested-by: Khem Raj Signed-off-by: Fabio Estevam --- documentation/dev-manual/bmapto

Re: [PATCH v2 2/2] board: phycore_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

2024-03-05 Thread Fabio Estevam
On Mon, Mar 4, 2024 at 1:04 PM Benjamin Hahn wrote: > - ret = phytec_get_rev(NULL); > - if (ret >= 3 && ret != PHYTEC_EEPROM_INVAL) { > + u8 rev = phytec_get_rev(NULL); > + u8 somtyp = phytec_get_som_type(NULL); Nitpick: Better to spell out 'somtype' or 'som_type' to

Re: [PATCH v2 1/2] board: phytec: common: phytec_som_detection: Add phytec_get_som_type

2024-03-05 Thread Fabio Estevam
On Mon, Mar 4, 2024 at 1:04 PM Benjamin Hahn wrote: > +enum phytec_som_type_str { > + PCM = 0, > + PCL, > + KSM, > + KSP, > +}; To avoid potential name clashes in the future, I suggest adding a prefix like: SOM_TYPE_PCM = 0, SOM_TYPE_PCL, ... > + > static const

Re: [PATCH] drivers: imx_tmu: Select polling-rate from cpu-thermal devicetree node

2024-03-05 Thread Fabio Estevam
fault of 5000ms if the polling rate should not be > specified in the devicetree. > > NOTE: The polling rate from the devicetree will be used after this > patch. In imx8*.dtsi devicetrees the polling delay is set to 2000ms for > example. > > Signed-off-by: Benjamin Hahn Reviewed-by: Fabio Estevam

Re: [PATCH 2/2] gnu: grub: Modernize.

2024-03-05 Thread Fabio Natali
e how far I can go with this and get back to you. I might reach out to you on IRC, maybe, in case I need some guidance? Thanks, cheers, Fabio.

[Git][archlinux/packaging/packages/dbeaver] Pushed new tag 24.0.0-1

2024-03-04 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed new tag 24.0.0-1 at Arch Linux / Packaging / Packages / dbeaver -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dbeaver/-/tree/24.0.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/dbeaver][main] upgpkg: 24.0.0-1

2024-03-04 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / dbeaver Commits: ff49ce72 by Fabio Castelli (Muflone) at 2024-03-04T23:07:36+01:00 upgpkg: 24.0.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[kwin] [Bug 414805] On X11, crash in QScreen::handle() after QXcbIntegration::createPlatformOpenGLContext()

2024-03-04 Thread Fabio C. Barrionuevo
https://bugs.kde.org/show_bug.cgi?id=414805 --- Comment #60 from Fabio C. Barrionuevo --- I use KDE Neon and preferably use X11 sessions. I did the update process for Plasma 6 via "sudo pkcon refresh && sudo pkcon update -v ; flatpak update -y" and then restarted. I don't kno

Re: [PATCH 1/2] opos6uldev: make the LCD work again

2024-03-04 Thread Fabio Estevam
On Tue, Feb 27, 2024 at 12:40 PM Sébastien Szymanski wrote: > > Commit 5d7a95f4 ("imx6ul/imx6ull: synchronise device trees with > linux") removed the display timings from the board device tree whereas > they are still needed by the mxsfb driver. > Add the timings back (the correct ones) in

Re: [PATCH] imx9: Update to mx93 A1 chip revision.

2024-03-04 Thread Fabio Estevam
On Mon, Feb 26, 2024 at 2:48 PM Mathieu Othacehe wrote: > > Use the latest, mx93a1-ahab-container.img that is compatible with the > i.MX93 A1 revision. > > Using mx93a1-ahab-container.img on an A0 chip and conversely causes a boot > failure without any traces on the UART. > > Signed-off-by:

Re: [PATCH 0/2] Fix OP-TEE support

2024-03-04 Thread Fabio Estevam
On Mon, Feb 26, 2024 at 2:37 PM Mathieu Othacehe wrote: > > Hello, > > This series fixes OP-TEE support on all imx9 boards by starting the ELE RNG > and adding the optional tee.bin binary to the ATF container. > > Thanks, > > Mathieu > > Mathieu Othacehe (2): > imx9: Fix OP-TEE support >

[GIT PULL] Please pull u-boot-imx-master-20240304

2024-03-04 Thread Fabio Estevam
Hi Tom, Please pull from u-boot-imx, thanks. The following changes since commit eac52e4be4e234d563d6911737ee7ccdc0ada1f1: Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" (2024-03-02 14:30:25 -0500) are available in the Git repository at:

Re: [PATCH 1/2] board: phytec: common: phytec_som_detection: Add phytec_get_som_type

2024-03-04 Thread Fabio Estevam
On Mon, Mar 4, 2024 at 9:31 AM Benjamin Hahn wrote: > > Add a function that gets the som_type from the EEPROM. > Add an enum for the som_type. > > Signed-off-by: Benjamin Hahn Your series does not even build: board/phytec/common/phytec_som_detection.c: In function ‘phytec_get_som_type’:

Re: google-re2 pacakge update and facebook vs google python bindings ?

2024-03-04 Thread Fabio Valentini
On Sat, Feb 24, 2024 at 5:15 PM Fabio Valentini wrote: > > On Sat, Feb 24, 2024 at 11:49 AM Michael J Gruber > wrote: > > > > Am Sa., 24. Feb. 2024 um 03:37 Uhr schrieb Adam Williamson > > : > > > > > > On Fri, 2024-02-23 at 13:36 -0500, Paul W

Re: libxslxwriter (misspelled package) in zombie state

2024-03-04 Thread Fabio Valentini
y moved to the "orphan" user automatically when they are no longer present in any currently active branches of Fedora or EPEL. Fabio -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.f

Re: [PATCH 1/2] opos6uldev: make the LCD work again

2024-03-04 Thread Fabio Estevam
On Mon, Mar 4, 2024 at 10:35 AM Tom Rini wrote: > For v2024.04 yes, this is fine. For long term, we should parse the new > timing properties that the simple panel driver takes in our simple panel > driver instead. Sounds good. Sébastien, please follow Tom's suggestion when you have a chance.

Re: [PATCH 1/2] opos6uldev: make the LCD work again

2024-03-04 Thread Fabio Estevam
Hi Tom, On Tue, Feb 27, 2024 at 12:42 PM Tom Rini wrote: > What's the long term fix here? Why aren't these needed in Linux anymore, > and perhaps why was it OK to remove them? This is perhaps another case > where we as the U-Boot community need to go and talk with some Linux > Kernel community

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-04 Thread Fabio Estevam
On Mon, Mar 4, 2024 at 9:15 AM Sumit Garg wrote: > I suppose the earlier reference patch wasn't complete, can you rather > try its v4 [1] instead? > > [1] > https://patchwork.ozlabs.org/project/uboot/patch/20240304121257.3551104-1-sumit.g...@linaro.org/ This one works, thanks!

Re: [PATCH v4] Makefile: remove hardcoded device tree source directory

2024-03-04 Thread Fabio Estevam
Include the correct path to the board's dtbs depending on if OF_UPSTREAM > is selected or not. > > Signed-off-by: Bryan Brattlof > Signed-off-by: Sumit Garg Tested-by: Fabio Estevam

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-04 Thread Fabio Estevam
-rebasing-v3-11-04cbb42ea...@ti.com/ I applied this patch, but now I get a different error: BINMAN .binman_stamp Wrote map file './itb.map' to show errors binman: Filename 'freescale/imx8mp-evk.dtb' not found in input path (.,.,./board/freescale/imx8mp_evk,arch/arm/dts) (cwd='/home/fabio/den

[MARMAM] DOLPHIN RESEARCH INTERNSHIP (2 spots available) - SARDINIA ISLAND (ITALY)

2024-03-03 Thread Fabio Ronchetti
h.D. --- Dr Fabio Ronchetti www.mareterragroup.net www.progettonaturasardegna.com www.instagram.com/progetto_natura_ecoturismo www.facebook.com/progettonaturasardegna progettonat...@mareterragroup.net.com Via P. Enrico 42 07041 Alghero (SS) Tel: +393921404069 Research associate *MareTerra

[OE-core] [PATCH] [kirkstone] u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc

2024-03-03 Thread Fabio Estevam
From: Fabio Estevam Commit cc6c3e31526d ("u-boot: Move definitions to common locations") moved UBOOT_INITIAL_ENV to uboot-config.bbclass, but it should be kept at u-boot.inc because it encodes ${PN} in it, which should be set by the U-Boot recipe. Currently, whatever inherits ub

Re: LUKS2 support in Guix

2024-03-03 Thread Fabio Natali
e made upstream-ready without too much effort, that'd be the way to go - as opposed to amending the manual. Cheers, Fabio.

Re: LUKS2 support in Guix

2024-03-03 Thread Fabio Natali
l. Would anyone be > interested in cleaning it up and sending it upstream? Sure, I'd be interested. Is it hosted anywhere public or do you want to share it here or in PVT? Thanks, Fabio.

Re: LUKS2 support in Guix

2024-03-02 Thread Fabio Natali
endation from LUKS2 to LUKS1, but if LUKS2 is really not supported, then of course that needs to be reflected in the docs. Best wishes, Fabio. ⁰ Ticket 69507 on debbugs.gnu.org. I wanted to link to the relevant page on https://lists.gnu.org/archive/html/guix-patches/2024-03/index.html but it see

Re: Update gumbo-parser to 0.12.1/libgumbo SONAME bump

2024-03-02 Thread Fabio Valentini
her develop the idea, as I also learn how to fetch > data from libdnf (and if that is possible at all). > The problem with this idea is that the dependency tree is not a "tree", but a graph that is *not* acyclic. So you just *cannot* make a linearized version / topographic sort

Re: [PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot

2024-03-01 Thread Fabio Estevam
Hi Sumit, On Fri, Mar 1, 2024 at 9:57 AM Tom Rini wrote: > > On Thu, 22 Feb 2024 15:05:56 +0530, Sumit Garg wrote: > > > Changes in v6: > > -- > > - v6_dt: https://github.com/b49020/u-boot/tree/v6_dt > > - Patch #3: Incorporate fix for sandbox CI failure. > > - Patch #6: Incorporate

LUKS2 support in Guix

2024-03-01 Thread Fabio Natali
eline for a fix yet, could it be worth to amend the manual to say that it has to be LUKS1 at this stage? Glad to amend the manual in case, but I might as well be missing something here, so I wanted to check with you first. Thanks, best wishes, Fabio. ⁰ https://guix.gnu.org/manual/devel/en/htm

[OE-core] [PATCH] u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc

2024-02-29 Thread Fabio Estevam
From: Fabio Estevam Commit cc6c3e31526d ("u-boot: Move definitions to common locations") moved UBOOT_INITIAL_ENV to uboot-config.bbclass, but it should be kept at u-boot.inc because it encodes ${PN} in it, which should be set by the U-Boot recipe. Currently, whatever inherits ub

[NeoChat] [Bug 481969] New: NEOCHAT WITHOUT BACKGROUND

2024-02-28 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=481969 Bug ID: 481969 Summary: NEOCHAT WITHOUT BACKGROUND Classification: Applications Product: NeoChat Version: 24.02.0 Platform: Fedora RPMs OS: Linux Status: REPORTED

Re: Podman v5 breaking changes

2024-02-28 Thread Fabio Valentini
s However, this was not explicitly mentioned in the Change Proposal, only some vague sentence about "upgradability": https://fedoraproject.org/wiki/Changes/Podman5#Upgrade/compatibility_impact So I'm not sure if FESCo was aware of this issue when the Proposal was voted on. Fabio --

Re: rpmbuild problem with rust code

2024-02-26 Thread Fabio Valentini
stray +x permissions from all *.rs files. Some editors see a file that starts with "#!" and think "hey, this looks like a script! let me mark the file as executable!" even though this is Rust syntax for global attributes, not a shebang. Fabio > -Steve > > -- > _

<    1   2   3   4   5   6   7   8   9   10   >