[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-05-10 Thread Talha Can Havadar
I am not sure these tests failures really a regression or not. I checked some of them happening due to permission error some of them failed due to infrastructure errors. Is it maybe a good idea to re-trigger tests to at least see the ones that are happening due to infra problems are running

[Bug 2048462] Re: [needs-packaging] dfx-mgr from Xilinx

2024-05-07 Thread Talha Can Havadar
** Changed in: ubuntu Status: In Progress => 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/2048462 Title: [needs-packaging] dfx-mgr from Xilinx To manage notifications about

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-04-26 Thread Talha Can Havadar
On Mantic, I installed the package from mantic-proposed and applied the same steps as I did in jammy (mentioned in comment #19). ``` ubuntu@kria:~$ apt policy xserver-xorg-core xserver-xorg-core: Installed: 2:21.1.7-3ubuntu2.10 Candidate: 2:21.1.7-3ubuntu2.10 Version table: ***

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-04-26 Thread Talha Can Havadar
Hello Timo, On jammy, ``` No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 22.04.4 LTS Release:22.04 Codename: jammy ``` I was able to reproduce the issue using old version of the xorg-server package(2:21.1.4-2ubuntu1.7~22.04.10), for the ones who are

[Bug 2063476] Re: libwebkit2gtk-4.0.so.37: undefined symbol: gbm_bo_create_with_modifiers2

2024-04-25 Thread Talha Can Havadar
Please find the output of the commands below: ``` ubuntu@kria:~$ which gnome-control-center /usr/bin/gnome-control-center ubuntu@kria:~$ ldd -r `which gnome-control-center` linux-vdso.so.1 (0x83b62000) libgio-2.0.so.0 => /lib/aarch64-linux-gnu/libgio-2.0.so.0

[Bug 2063476] Re: libwebkit2gtk-4.0.so.37: undefined symbol: gbm_bo_create_with_modifiers2

2024-04-25 Thread Talha Can Havadar
** Description changed: Cannot run gnome-control-center due to missing symbol lookup. + + Please see the output of the console: + ``` + ubuntu@kria:~$ gnome-control-center -h + gnome-control-center: symbol lookup error: /lib/aarch64-linux-gnu/libwebkit2gtk-4.0.so.37: undefined symbol:

[Bug 2063476] [NEW] libwebkit2gtk-4.0.so.37: undefined symbol: gbm_bo_create_with_modifiers2

2024-04-25 Thread Talha Can Havadar
Public bug reported: Cannot run gnome-control-center due to missing symbol lookup. Please see the output of the console: ``` ubuntu@kria:~$ gnome-control-center -h gnome-control-center: symbol lookup error: /lib/aarch64-linux-gnu/libwebkit2gtk-4.0.so.37: undefined symbol:

[Bug 2060458] Re: ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap

2024-04-23 Thread Talha Can Havadar
** Description changed: Hello, I see the following messages keeps being logged in /var/log/syslog: ``` Apr 8 10:03:00 kria /usr/libexec/gdm-x-session[1419]: (WW) ARMSOC(0): flip queue failed: Invalid argument Apr 8 10:03:00 kria /usr/libexec/gdm-x-session[1419]: (EE) ARMSOC(0):

[Bug 2060311] Re: Setting "optional: true" to overcome he timeout "Job systemd-networkd-wait-online" does no longer work with latest noble image

2024-04-16 Thread Talha Can Havadar
Hi Lukas, I tested the package in your ppa with following configuration: ``` network: ethernets: all: dhcp4: true match: name: e* optional: true version: 2 ``` With the version `1.0-2build1` it hit

[Bug 2050084] Re: vitis-ai ftbfs in noble

2024-04-12 Thread Talha Can Havadar
Still waiting for a confirmation from AMD-Xilinx to decide which version of vitis-ai should be included in noble since it also requires compatibility with xrt package we need to align with upstream before pulling some arbitrary version of the packages -- You received this bug notification

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-04-12 Thread Talha Can Havadar
Jammy debdiff(jammy-2.debdiff) rebased on jammy-security Package is also build tested here: https://launchpad.net/~tchavadar/+archive/ubuntu/xorg-server-test/+packages ** Patch added: "jammy-2.debdiff"

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-04-12 Thread Talha Can Havadar
s/mantic-1.debdiff ** Changed in: xorg-server (Ubuntu Mantic) Assignee: (unassigned) => Talha Can Havadar (tchavadar) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056331 Title: [SRU] fix s

[Bug 2060458] Re: ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap

2024-04-10 Thread Talha Can Havadar
Hi Daniel, I started gdm with wayland by following the steps mentioned in the bug 1961563. It started successfully, and after wayland enabled I am not seeing strange error messages flooding the logs. So can we start suspecting DDX driver as you mentioned? -- You received this bug notification

[Bug 2060458] Re: ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap

2024-04-09 Thread Talha Can Havadar
Just changed the `WaylandEnable=true` to check if thats changes anything it was set to false before. ``` # GDM configuration storage # # See /usr/share/gdm/gdm.schemas for a list of available options. [daemon] # Uncomment the line below to force the login screen to use Xorg WaylandEnable=true

[Bug 2060458] Re: ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap

2024-04-09 Thread Talha Can Havadar
Hi Daniel, It seems you are right indeed, it looks like it is some kind of side effect due to my debug efforts on some other issue, so I got rid of the custom xorg to be sure. But I did flash the image from scratch and did apt update and upgrade and make sure that there is no custom mumbo jumbo

[Bug 2060458] [NEW] ARMSOC(0): [DRI2] DRI2SwapBuffers: driver failed to schedule swap

2024-04-08 Thread Talha Can Havadar
Public bug reported: Hello, I see the following messages keeps being logged in /var/log/syslog: ``` Apr 8 10:03:00 kria /usr/libexec/gdm-x-session[1419]: (WW) ARMSOC(0): flip queue failed: Invalid argument Apr 8 10:03:00 kria /usr/libexec/gdm-x-session[1419]: (EE) ARMSOC(0): [DRI2]

[Bug 1990630] Re: [SRU] tracker-extract-3 crashed with signal 31 in __GI_epoll_create1()

2024-04-08 Thread Talha Can Havadar
Hello Timo, Below you can find the failure that I was able to reproduce with the old version of tracker-miners (3.3.3-0ubuntu0.20.04.2) just to make sure if it is gone with the new update. (Time stamps are not really showing correct it was out of sync because of no internet connection) ``` Mar

[Bug 1990630] Re: [SRU] tracker-extract-3 crashed with signal 31 in __GI_epoll_create1()

2024-04-03 Thread Talha Can Havadar
Based on the feedback from Benjamin, I did update the debdiff accordingly ** Patch added: "jammy-1.debdiff" https://bugs.launchpad.net/ubuntu/+source/tracker-miners/+bug/1990630/+attachment/5761424/+files/jammy-1.debdiff ** Patch removed: "jammy-0.debdiff"

[Bug 1990630] Re: tracker-extract-3 crashed with signal 31 in __GI_epoll_create1()

2024-04-03 Thread Talha Can Havadar
** Description changed: + [Impact] + + Bug is impacting jammy desktop instances that uses tracker-miners + package by default. It keeps restarting the service and this makes the + CPU busy. + + [Where problems could occur] + + epoll_create1() is the preferred call over epoll_create(), and is

[Bug 1990630] Re: tracker-extract-3 crashed with signal 31 in __GI_epoll_create1()

2024-04-03 Thread Talha Can Havadar
Debdiff for jammy. Here is the PPA I used to check if package is building ok: https://launchpad.net/~tchavadar/+archive/ubuntu/tracker- miners/+packages It seems like amd64 is building fine but the others are still in queue. ** Patch added: "jammy-0.debdiff"

[Bug 1990630] Re: tracker-extract-3 crashed with signal 31 in __GI_epoll_create1()

2024-04-02 Thread Talha Can Havadar
Let me provide the debdiff for jammy and update the bug to make it ready for SRU -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1990630 Title: tracker-extract-3 crashed with signal 31 in

[Bug 1990630] Re: tracker-extract-3 crashed with signal 31 in __GI_epoll_create1()

2024-04-02 Thread Talha Can Havadar
Hi @Daniel, is this fix released to jammy yet? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1990630 Title: tracker-extract-3 crashed with signal 31 in __GI_epoll_create1() To manage notifications

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

2024-03-27 Thread Talha Can Havadar
New version of upstream released which includes the warning fixes, so I did update the package with the latest changes. All of the changes has been pushed into git and can be cloned via the command below: git clone -b ubuntu/noble https://git.launchpad.net/~tchavadar/+git/xlnx-platformstats I

[Bug 2048462] Re: [needs-packaging] dfx-mgr from Xilinx

2024-03-18 Thread Talha Can Havadar
** Description changed: dfx-mgr is a utility to configure Programmable Logic on Xilinx FPGAs - daemon and command-line tool DFX-MGR provides infrastructure to abstract configuration and hardware resource management for dynamic deployment of accelerator across different platforms.

[Bug 2048462] Re: [needs-packaging] dfx-mgr from Xilinx

2024-03-18 Thread Talha Can Havadar
** Description changed: dfx-mgr is a utility to configure Programmable Logic on Xilinx FPGAs - daemon and command-line tool DFX-MGR provides infrastructure to abstract configuration and hardware resource management for dynamic deployment of accelerator across different platforms.

[Bug 2048462] Re: [needs-packaging] dfx-mgr from Xilinx

2024-03-18 Thread Talha Can Havadar
Hey Frank, I see that the package was rejected due to incorrect license for debian/* files so I fixed the issue and uploaded package to https://launchpad.net/~tchavadar/+archive/ubuntu/dfx-mgr-ppa Can you please check and re-upload if it is ok? -- You received this bug notification because you

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-03-13 Thread Talha Can Havadar
** Patch added: "noble-1.debdiff" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2056331/+attachment/5755549/+files/noble-1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-03-13 Thread Talha Can Havadar
** Patch removed: "noble-1.debdiff" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2056331/+attachment/5755510/+files/noble-1.debdiff ** Patch added: "jammy-1.debdiff" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2056331/+attachment/5755548/+files/jammy-1.debdiff

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-03-13 Thread Talha Can Havadar
fix build error ** Patch added: "jammy-1.debdiff" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2056331/+attachment/5755512/+files/jammy-1.debdiff ** Patch removed: "noble-0.debdiff"

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-03-13 Thread Talha Can Havadar
fix build error ** Patch added: "noble-1.debdiff" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2056331/+attachment/5755510/+files/noble-1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2052575] Re: [SRU] Update firmware to support autofocus

2024-03-12 Thread Talha Can Havadar
** Changed in: linux-firmware-xilinx-ap1302 (Ubuntu) Status: Incomplete => 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/2052575 Title: [SRU] Update firmware to support autofocus

[Bug 1990630] Re: tracker-extract-3 crashed with signal 31 in __GI_epoll_create1()

2024-03-07 Thread Talha Can Havadar
hi, is there a plan to backport this fix to jammy? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1990630 Title: tracker-extract-3 crashed with signal 31 in __GI_epoll_create1() To manage

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-03-06 Thread Talha Can Havadar
Daniel, thank you for your time I have attached the debdiff for noble as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056331 Title: [SRU] fix suspend/resume when there are no input devices

[Bug 2056331] Re: [SRU] fix suspend/resume when there are no input devices

2024-03-06 Thread Talha Can Havadar
** Patch added: "noble-0.debdiff" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2056331/+attachment/5753667/+files/noble-0.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2056331] [NEW] [SRU] fix suspend/resume when there are no input devices

2024-03-06 Thread Talha Can Havadar
Public bug reported: [Impact] Bug is impacting the suspend/resume flow when there is no input device connected to machine. xorg hangs in this case. [Where problems could occur] The problem could occur in places where there is no input device connected to the system but a suspend/resume is

[Bug 2054556] Re: [SRU] Update Machine Entries for AMD-Xilinx Kria Boards

2024-03-04 Thread Talha Can Havadar
As explained in the comments above new version of the flash-kernal is tested on regression platforms. I changed the tag to `verification-done- jammy` ** Tags removed: verification-needed verification-needed-jammy ** Tags added: verification-done-jammy -- You received this bug notification

[Bug 2054556] Re: [SRU] Update Machine Entries for AMD-Xilinx Kria Boards

2024-02-29 Thread Talha Can Havadar
On KV260, ``` flash-kernel: installing version 5.15.0-1025-xilinx-zynqmp Couldn't find DTB on the following paths: /etc/flash-kernel/dtbs /usr/lib/linux-image-5.15.0-1025-xilinx-zynqmp /lib/firmware/5.15.0-1025-xilinx-zynqmp/device-tree/ Generating u-boot image... done. Taking backup of

[Bug 2054556] Re: [SRU] Update Machine Entries for AMD-Xilinx Kria Boards

2024-02-29 Thread Talha Can Havadar
On KD240, ``` Generating u-boot image... done. Taking backup of image.fit. Installing new image.fit. Generating boot script u-boot image... done. Taking backup of boot.scr.uimg. Installing new boot.scr.uimg. ubuntu@kria:~$ apt policy flash-kernel flash-kernel: Installed: 3.104ubuntu20

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

2024-02-27 Thread Talha Can Havadar
Got response from Vishal about the warnings we saw in the build. He is working on it to resolve the issues. So I think this might be a sign that AMD-Xilinx is committed to maintain the repo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2054556] Re: [SRU] Update Machine Entries for AMD-Xilinx Kria Boards

2024-02-26 Thread Talha Can Havadar
** Changed in: flash-kernel (Ubuntu) Status: Fix Released => 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/2054556 Title: [SRU] Update Machine Entries for AMD-Xilinx Kria Boards

[Bug 2054556] Re: [SRU] Update Machine Entries for AMD-Xilinx Kria Boards

2024-02-25 Thread Talha Can Havadar
** Patch added: "jammy-0.debdiff" https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/2054556/+attachment/5749085/+files/jammy-0.debdiff ** Patch removed: "jammy-0.debdiff"

[Bug 2054556] Re: [SRU] Update Machine Entries for AMD-Xilinx Kria Boards

2024-02-25 Thread Talha Can Havadar
** Patch removed: "jammy-0.debdiff" https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/2054556/+attachment/5748487/+files/jammy-0.debdiff ** Patch added: "jammy-0.debdiff"