[Bug 2065838] Re: System crash on resume from sleep

2024-05-19 Thread Mario Limonciello
Yes since you didn't clone using git you can't use git revert. Once you can successfully build and test that kernel I'll post you a revert patch' with explanation how to use it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065838] Re: System crash on resume from sleep

2024-05-19 Thread Mario Limonciello
Yeah I know they're different symptoms but the reason for that revert might have a similar root cause. I'm saying this because I've got a different system that fails to boot up that reverting that helps. In terms of specific instructions, I'd start with this:

[PATCH 2/2] tests/amdgpu/amd_abm: Add support for panel_power_saving property

2024-05-19 Thread Mario Limonciello
From: Mario Limonciello When the "panel power saving" property is set to forbidden the compositor has indicated that userspace prefers to have color accuracy and fidelity instead of power saving. Verify that the sysfs file behaves as expected in this situation. Signed-off-by: Mario L

[PATCH 2/2] tests/amdgpu/amd_abm: Add support for panel_power_saving property

2024-05-19 Thread Mario Limonciello
From: Mario Limonciello When the "panel power saving" property is set to forbidden the compositor has indicated that userspace prefers to have color accuracy and fidelity instead of power saving. Verify that the sysfs file behaves as expected in this situation. Signed-off-by: Mario L

[PATCH 0/2] Add support for testing panel power saving DRM property

2024-05-19 Thread Mario Limonciello
color fidelity. This set of IGT changes introduces a new subtest that will cover the expected kernel behavior when switching between Allowed and Forbidden. Mario Limonciello (2): tests/amdgpu/amd_abm: Make set_abm_level return type int tests/amdgpu/amd_abm: Add support for panel_power_savin

[PATCH 0/2] Add support for testing panel power saving DRM property

2024-05-19 Thread Mario Limonciello
color fidelity. This set of IGT changes introduces a new subtest that will cover the expected kernel behavior when switching between Allowed and Forbidden. Mario Limonciello (2): tests/amdgpu/amd_abm: Make set_abm_level return type int tests/amdgpu/amd_abm: Add support for panel_power_savin

[PATCH 1/2] tests/amdgpu/amd_abm: Make set_abm_level return type int

2024-05-19 Thread Mario Limonciello
From: Mario Limonciello In order to bubble of cases of expeted errors on set_abm_level() change the return type to int. Signed-off-by: Mario Limonciello --- tests/amdgpu/amd_abm.c | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/tests

[PATCH 1/2] tests/amdgpu/amd_abm: Make set_abm_level return type int

2024-05-19 Thread Mario Limonciello
From: Mario Limonciello In order to bubble of cases of expeted errors on set_abm_level() change the return type to int. Signed-off-by: Mario Limonciello --- tests/amdgpu/amd_abm.c | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/tests

[PATCH 0/2] Add support for Panel Power Savings property

2024-05-19 Thread Mario Limonciello
on will get an -EBUSY return code. When the compositor has restored the value back to "Allowed" then the previous value that would have been programmed will be restored. Mario Limonciello (2): drm: Introduce panel_power_saving drm property drm/amd: Add panel_power_saving drm property

[PATCH 2/2] drm/amd: Add panel_power_saving drm property to eDP connectors

2024-05-19 Thread Mario Limonciello
When the `panel_power_saving` property is set to "Forbidden" ABM should be disabled immediately and any requests by sysfs to update will return an -EBUSY error. When the property is restored to "Allowed" the previous value of ABM will be restored. Signed-off-by: Mario Limon

[PATCH 1/2] drm: Introduce panel_power_saving drm property

2024-05-19 Thread Mario Limonciello
The `panel_power_saving` DRM property is an optional property that can be added to a connector by a driver. This property is for compositors to indicate intent of allowing policy for the driver to use power saving features that may compromise color fidelity. Signed-off-by: Mario Limonciello

[PATCH 1/2] drm: Introduce panel_power_saving drm property

2024-05-19 Thread Mario Limonciello
The `panel_power_saving` DRM property is an optional property that can be added to a connector by a driver. This property is for compositors to indicate intent of allowing policy for the driver to use power saving features that may compromise color fidelity. Signed-off-by: Mario Limonciello

[PATCH 2/2] drm/amd: Add panel_power_saving drm property to eDP connectors

2024-05-19 Thread Mario Limonciello
When the `panel_power_saving` property is set to "Forbidden" ABM should be disabled immediately and any requests by sysfs to update will return an -EBUSY error. When the property is restored to "Allowed" the previous value of ABM will be restored. Signed-off-by: Mario Limon

[PATCH 0/2] Add support for Panel Power Savings property

2024-05-19 Thread Mario Limonciello
on will get an -EBUSY return code. When the compositor has restored the value back to "Allowed" then the previous value that would have been programmed will be restored. Mario Limonciello (2): drm: Introduce panel_power_saving drm property drm/amd: Add panel_power_saving drm property

[PATCH] drm/amd/display: Pass errors from amdgpu_dm_init() up

2024-05-19 Thread Mario Limonciello
Errors in amdgpu_dm_init() are silently ignored and dm_hw_init() will succeed. However often these are fatal errors and it would be better to pass them up. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 6 +- 1 file changed, 5 insertions(+), 1

[Bug 2065838] Re: System crash on resume from sleep

2024-05-18 Thread Mario Limonciello
As a random guess; could this be the same as https://bugzilla.kernel.org/show_bug.cgi?id=218849? Try reverting d410ee5109a1 ("ACPICA: avoid "Info: mapping multiple BARs. Your kernel is fine."") ** Bug watch added: Linux Kernel Bug Tracker #218849

[Bug 2065948] Re: fwupdmgr enable/disable-remote auto-complete is buggy

2024-05-17 Thread Mario Limonciello
Fixed upstream. https://github.com/fwupd/fwupd/pull/7264 ** Changed in: fwupd (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/2065948 Title: fwupdmgr

Re: [PATCH] drm/amdgpu: fix Kconfig for ISP v2

2024-05-16 Thread Limonciello, Mario
it or squash it in while committing. Reviewed-by: Mario Limonciello Cc: Pratap Nirujogi --- drivers/gpu/drm/amd/amdgpu/Kconfig| 11 +++ drivers/gpu/drm/amd/amdgpu/Makefile | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 drivers/gpu/drm/amd/amdgpu

[regext] Fwd: New Version Notification for draft-ietf-regext-rdap-jscontact-18.txt

2024-05-16 Thread Mario Loffredo
appreciated. Best, Mario Messaggio Inoltrato Oggetto: New Version Notification for draft-ietf-regext-rdap-jscontact-18.txt Data: Thu, 16 May 2024 00:41:09 -0700 Mittente: internet-dra...@ietf.org A: Gavin Brown , Mario Loffredo A new version of Internet-Draft

[Bug 2065874] Re: Can't update firmware on TPM-backed FDE systems

2024-05-16 Thread Mario Limonciello
This is the original bug for deb fwupd: https://github.com/canonical/ubuntu-desktop-installer/issues/2371 This is the original bug for snap fwupd: https://github.com/fwupd/fwupd/issues/6264 The problem is that fwupd (both deb and snap) don't understand the layout that TPM FDE uses. As

Re: [Flying-squirrel-members] Fashion Show donation

2024-05-15 Thread Mario Savastano
Works for me. On Wed, May 15, 2024 at 10:23 PM Al Brundage wrote: > No objection here > On 5/15/24 7:09 PM, Christopher Snyder wrote: > > Good evening all, > > We have a request from Gabrielle to waive the donation for the fashion > show this past weekend. The event had a lower turnout than

[MLO] Translation of blog.kurganskyi.in.ua/2021/03/30/priority-of-task/

2024-05-15 Thread Mario Seixas Sales
Planning System Based on MyLifeOrganized Publication Date: 18.06.2021 Author: Oleksandr Krayovyi http://blog.kurganskyi.in.ua/2021/03/30/priority-of-task/ A well-tuned mechanism, where all weak links are addressed, and everything is clear as day. It's time to share my planning system, which

Re: How to run automatically a script as soon root login

2024-05-14 Thread Mario Marietto
24 at 1:16 PM Greg Wooledge wrote: > On Tue, May 14, 2024 at 01:10:05PM +0200, Mario Marietto wrote: > > Your answer does not help me to understand how to use a "structured > > programming / if , while, for, functions" for the specific task that I > want > > to achieve. > > What task is that? > > -- Mario.

Re: How to run automatically a script as soon root login

2024-05-14 Thread Mario Marietto
hy and how I can use it. Your answer puts the finger on the spot and isn't helpful, also because it says things that I already knew. On Tue, May 14, 2024 at 1:03 PM Greg Wooledge wrote: > On Tue, May 14, 2024 at 08:09:18AM +0200, Mario Marietto wrote: > > Nobody can show a different way,

Re: How to run automatically a script as soon root login

2024-05-14 Thread Mario Marietto
tement in *Bash*?! > > * Mario Marietto [24-05/13=Mo 13:37 +0200]: > > function jumpto > > { > > label=$1 > > cmd=$(sed -n "/$label:/{:a;n;p;ba};" $0 | grep -v ':$') > > eval "$cmd" > > exit > > } &g

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
yeah at the beginning i used xorg + xfce but then i realized that i did not need them,so the context became the textual mode. Il lun 13 mag 2024, 21:52 David Wright ha scritto: > On Mon 13 May 2024 at 21:18:30 (+0200), Mario Marietto wrote: > > On Mon, May 13, 2024 at 9:05 PM Greg

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
y. > > The question resulting from the workaround (the Y in the X-Y) was "How > can I automate these commands that I keep having to type?" > > The proper question should have been "How can I fix my system's networking > configuration permanently?" > > -- Mario.

Re: Cluster Linux con Debian.

2024-05-13 Thread Mario vittorio Guenzi
uno switch in mezzo. Per sommi capi questo usiamo. -- Mario Vittorio Guenzi http://clark.tipistrani.it Si vis pacem para bellum

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
y has the sticky bit set (e.g. /tmp). > > (For completeness: I know you know that). > > Cheers > -- > t > -- Mario.

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
I don't have those typos in the code. The typo has been to copy the content of the script by hand on the email message. On Mon, May 13, 2024 at 6:30 PM Will Mengarini wrote: > Nobody has yet applauded this glorious implementation > of the 1960s GOTO statement in *Bash*?! > > * Ma

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
[image: Istantanea_2024-05-13_17-37-39.png] Can someone explain to me why user "marietto" can't execute the command iptables as root,without password ? thanks. [image: Istantanea_2024-05-13_17-40-21.png] On Mon, May 13, 2024 at 5:19 PM Mario Marietto wrote: > There is still a

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
> > Stefan > > -- Mario.

Re: KIP-1040: Improve handling of nullable values in InsertField/ExtractField transformations

2024-05-13 Thread Mario Fiore Vitale
Hi all, Any other suggestions/objections/dubs? On Fri, May 10, 2024 at 5:10 PM Chris Egerton wrote: >  Done > > On Fri, May 10, 2024, 10:55 Mario Fiore Vitale wrote: > > > Thanks a lot! I have just a minor comment, should we also update the > title > > to be more

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
good times when I was a good basic and turbo pascal programmer. On Mon, May 13, 2024 at 3:24 PM Nicolas George wrote: > Mario Marietto (12024-05-13): > > The command iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE > > doesn't work if invoked as a user,it says "y

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
; Worse than that, it will only work from an X11 environment. Certainly > > not at boot. > > The analogy to that would be that not many kitchens are equipped with > a chainsaw. Mine isn't ;-) > > Cheers > -- > t > -- Mario.

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
e OP actually requires, and > what type of setup they use. If they only want this thing to happen > when root logs in directly on a console or ssh, then .profile may > indeed be the correct answer. > > -- Mario.

Re: How to run automatically a script as soon root login

2024-05-13 Thread Mario Marietto
.profile of root - that > means if "log in as root" actually means root, not just sudo'ing. .profile > will always be read as soon as the user logs in, no matter how. Through a > terminal, a GUI, doesn't matter. No idea if doing this through systemd is > even possible. > >

Re: [OT] Scelta della distro in ambiente lavorativo

2024-05-12 Thread Mario vittorio Guenzi
ertificato. Abbiamo scelto Devuan diversi anni fa per n+1 motivi che sono importanti per noi, chi ci supporta non ci ha mai lasciato a piedi, quindi son sempre stati soldi investiti intelligentemente. La mia esperienza se puo' esserti utile Un cordiale saluto a tutti. Ciao Mario, grazie

How to run automatically a script as soon root login

2024-05-12 Thread Mario Marietto
s not seem to be what I want... [image: Istantanea_2024-05-12_23-46-37.png] I want that the warp script is run everytime root is logged in,not more,not less. I suspect that the solution is easier than what I'm trying to do... -- Mario.

[Bug 1942616] Re: Settings Power says high hardware temperature

2024-05-12 Thread Mario Limonciello
It's saying the same thing the GUI does. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1942616 Title: Settings Power says high hardware temperature To manage notifications about this bug go to:

[Members] Re: Proposals - programmatic and organizational business

2024-05-12 Thread Mario Sabatino
in another EU member state. Ciao Mario Il 12/05/24 17:27, Nicola Fabiano ha scr itto: Dear All, the discussion should cover two main points: 1) the possibility of lobbying into the EU institutions and how to start doing so; From my point of view, this is not the first point to be addressed

Re: [PATCH] drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

2024-05-12 Thread Limonciello, Mario
On 5/10/2024 4:24 AM, Jani Nikula wrote: On Fri, 10 May 2024, "Lin, Wayne" wrote: [Public] -Original Message- From: Limonciello, Mario Sent: Friday, May 10, 2024 3:18 AM To: Linux regressions mailing list ; Wentland, Harry ; Lin, Wayne Cc: ly...@redhat.com; imre.d...

Re: [PATCH] drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

2024-05-12 Thread Limonciello, Mario
On 5/10/2024 4:24 AM, Jani Nikula wrote: On Fri, 10 May 2024, "Lin, Wayne" wrote: [Public] -Original Message- From: Limonciello, Mario Sent: Friday, May 10, 2024 3:18 AM To: Linux regressions mailing list ; Wentland, Harry ; Lin, Wayne Cc: ly...@redhat.com; imre.d...

Re: [PATCH] drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

2024-05-12 Thread Limonciello, Mario
On 5/10/2024 4:24 AM, Jani Nikula wrote: On Fri, 10 May 2024, "Lin, Wayne" wrote: [Public] -Original Message- From: Limonciello, Mario Sent: Friday, May 10, 2024 3:18 AM To: Linux regressions mailing list ; Wentland, Harry ; Lin, Wayne Cc: ly...@redhat.com; imre.d...

[Bug 1942616] Re: Settings Power says high hardware temperature

2024-05-12 Thread Mario Limonciello
How about the command line tool (powerprofilesctl)? Can you switch using that? If it really is a pure GCC bug then you can file it here: https://launchpad.net/ubuntu/+source/gnome-control-center for Ubuntu and here: https://gitlab.gnome.org/GNOME/gnome-control-center for upstream. -- You

Porting HAXM to FreeBSD ?

2024-05-12 Thread Mario Marietto
? The idea is to accelerate qemu with HAXM on FreeBSD. Someone that can and wants to do this ? Here : http://mail-index.netbsd.org/netbsd-users/2019/02/13/msg022207.html I can read that HAXM has been imported into pkgsrc/emulators/haxm ---> Wow. So,it exists for NetBSD but not for FreeBSD ? -- Mario.

[Bug 1942616] Re: Settings Power says high hardware temperature

2024-05-12 Thread Mario Limonciello
You can file it here: https://bugzilla.kernel.org/ Mention your reproduction using a mainline kernel and add your logs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1942616 Title: Settings Power

[Bug 1942616] Re: Settings Power says high hardware temperature

2024-05-11 Thread Mario Limonciello
This sure sounds like an intel-pstate bug. If you can reproduce it with the latest mainline kernel you should file a bug with the intel-pstate maintainers. You can find some kernel binaries for mainline kernel here: https://kernel.ubuntu.com/mainline/ -- You received this bug notification

[Members] Re: Proposals - programmatic and organizational business

2024-05-11 Thread Mario Sabatino
) of the XSF Foundation in Bruxelles. Ciao Mario Sabatino Il 10/05/24 18:32, Winfried Tilanus ha scritto: Hi, I'm in favour, it would make several types of cooperation easier. But, I can't judge what this would mean for taxes and so on. Winfried On 9 May 2024 12:09:32 CEST, Nicola Fabiano wrote

Re: KIP-1040: Improve handling of nullable values in InsertField/ExtractField transformations

2024-05-10 Thread Mario Fiore Vitale
Thanks a lot! I have just a minor comment, should we also update the title to be more generic since now it's also related to other SMTs? On Fri, May 10, 2024 at 4:44 PM Chris Egerton wrote: > I've finished updating the KIP; @Mario, please let me know what you think. > > On Fri, May

Re: KIP-1040: Improve handling of nullable values in InsertField/ExtractField transformations

2024-05-10 Thread Mario Fiore Vitale
Yes, I agree. Unfortunately due to the issue of the creation of a new account for the WIKI, I asked Mickael Maison to create the KIP for me. I'll ask him to update the KIP. Do you have other alternatives? Thanks, Mario. On Fri, May 10, 2024 at 3:40 PM Chris Egerton wrote: > Yes, I think

Re: KIP-1040: Improve handling of nullable values in InsertField/ExtractField transformations

2024-05-10 Thread Mario Fiore Vitale
ad0942db0/connect/transforms/src/main/java/org/apache/kafka/connect/transforms/TimestampConverter.java#L420 > [5] - > > https://github.com/apache/kafka/blob/f4fdaa702a2e718bdb44b9c5fec254f32a33f0d8/connect/transforms/src/main/java/org/apache/kafka/connect/transforms/ReplaceField.j

Re: [PATCH v3 2/3] drm/amd/amdgpu: Add ISP driver support

2024-05-09 Thread Mario Limonciello
On 5/9/2024 16:50, Pratap Nirujogi wrote: Add the isp driver in amdgpu to support ISP device on the APUs that supports ISP IP block. ISP hw block is used for camera front-end, pre and post processing operations. Signed-off-by: Pratap Nirujogi Reviewed-by: Mario Limonciello --- Changes made

Re: [PATCH v2 3/3] drm/amd/amdgpu: Enable ISP in amdgpu_discovery

2024-05-09 Thread Mario Limonciello
On 5/9/2024 14:35, Pratap Nirujogi wrote: Enable ISP for ISP V4.1.0 and V4.1.1 in amdgpu_discovery. Signed-off-by: Pratap Nirujogi Reviewed-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 22 +++ 1 file changed, 22 insertions(+) diff --git

Re: [PATCH v2 1/3] drm/amd/amdgpu: Add ISP support to amdgpu_discovery

2024-05-09 Thread Mario Limonciello
On 5/9/2024 14:35, Pratap Nirujogi wrote: ISP hw block is supported in some of the AMD GPU versions, add support to discover ISP IP in amdgpu_discovery. Signed-off-by: Pratap Nirujogi Reviewed-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm

Re: [PATCH v2 2/3] drm/amd/amdgpu: Add ISP driver support

2024-05-09 Thread Mario Limonciello
On 5/9/2024 14:35, Pratap Nirujogi wrote: Add the isp driver in amdgpu to support ISP device on the APUs that supports ISP IP block. ISP hw block is used for camera front-end, pre and post processing operations. Signed-off-by: Pratap Nirujogi Change-Id:

Re: [PATCH] drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

2024-05-09 Thread Mario Limonciello
On 5/9/2024 07:43, Linux regression tracking (Thorsten Leemhuis) wrote: On 18.04.24 21:43, Harry Wentland wrote: On 2024-03-07 01:29, Wayne Lin wrote: [Why] Commit: - commit 5aa1dfcdf0a4 ("drm/mst: Refactor the flow for payload allocation/removement") accidently overwrite the commit - commit

Re: [PATCH] drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

2024-05-09 Thread Mario Limonciello
On 5/9/2024 07:43, Linux regression tracking (Thorsten Leemhuis) wrote: On 18.04.24 21:43, Harry Wentland wrote: On 2024-03-07 01:29, Wayne Lin wrote: [Why] Commit: - commit 5aa1dfcdf0a4 ("drm/mst: Refactor the flow for payload allocation/removement") accidently overwrite the commit - commit

Re: [PATCH] drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2

2024-05-09 Thread Mario Limonciello
On 5/9/2024 07:43, Linux regression tracking (Thorsten Leemhuis) wrote: On 18.04.24 21:43, Harry Wentland wrote: On 2024-03-07 01:29, Wayne Lin wrote: [Why] Commit: - commit 5aa1dfcdf0a4 ("drm/mst: Refactor the flow for payload allocation/removement") accidently overwrite the commit - commit

RE: [PATCH 2/3] drm/amd/amdgpu: Add ISP driver support

2024-05-09 Thread Limonciello, Mario
can use. It's okay this time, but if you end up spinning again for a v3 do that. > -Original Message- > From: Nirujogi, Pratap > Sent: Thursday, May 9, 2024 12:19 > To: Limonciello, Mario ; amd- > g...@lists.freedesktop.org > Cc: Deucher, Alexander ; Chan, Benjamin > (Ko

[PATCH] drm/amd/display: Don't register panel_power_savings on OLED panels

2024-05-09 Thread Mario Limonciello
OLED panels don't support the ABM, they shouldn't offer the panel_power_savings attribute to the user. Check whether aux BL control support was enabled to decide whether to offer it. Reported-by: Gergo Koteles Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3359 Signed-off-by: Mario

Re: [PATCH 2/3] drm/amd/amdgpu: Add ISP driver support

2024-05-09 Thread Mario Limonciello
On 5/8/2024 09:50, Pratap Nirujogi wrote: Add the isp driver in amdgpu to support ISP device on the APUs that supports ISP IP block. ISP hw block is used for camera front-end, pre and post processing operations. Signed-off-by: Pratap Nirujogi --- drivers/gpu/drm/amd/amdgpu/Makefile |

Re: [OT] Scelta della distro in ambiente lavorativo

2024-05-09 Thread Mario Vittorio Guenzi
scelto Devuan diversi anni fa per n+1 motivi che sono importanti per noi, chi ci supporta non ci ha mai lasciato a piedi, quindi son sempre stati soldi investiti intelligentemente. La mia esperienza se puo' esserti utile Un cordiale saluto a tutti. -- Mario Vittorio Guenzi E-mail jcl

Re: KIP-1040: Improve handling of nullable values in InsertField/ExtractField transformations

2024-05-09 Thread Mario Fiore Vitale
e as well, for example? > > [1] - > > https://github.com/apache/kafka/blob/2a5efe4a334611fc7c15f76b322482bad0942db0/connect/transforms/src/main/java/org/apache/kafka/connect/transforms/ValueToKey.java#L106 > > On Wed, May 8, 2024 at 11:46 AM Chris Egerton wrote: > > > Hi

[PATCH] drm/amd/display: Drop pixel_clock_mhz

2024-05-08 Thread Mario Limonciello
The pixel_clock_mhz property is populated in amdgpu_dm when Freesync is setup, but it is not used anywhere in amdgpu_dm. Remove the dead code. Cc: chiahsuan.ch...@amd.com Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 --- drivers/gpu/drm/amd/display

[PATCH v2] drm/amd/display: Enable colorspace property for MST connectors

2024-05-08 Thread Mario Limonciello
orary Disable MST DP Colorspace Property"). Reported-and-tested-by: Tyler Schneider Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3353 Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/d

[PATCH v2] drm/amd/display: Enable colorspace property for MST connectors

2024-05-08 Thread Mario Limonciello
orary Disable MST DP Colorspace Property"). Reported-and-tested-by: Tyler Schneider Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3353 Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/d

[PATCH 2/2] Revert "drm/amd/display: Temporary Disable MST DP Colorspace Property"

2024-05-08 Thread Mario Limonciello
ses: https://gitlab.freedesktop.org/drm/amd/-/issues/3353 Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display

[PATCH 2/2] Revert "drm/amd/display: Temporary Disable MST DP Colorspace Property"

2024-05-08 Thread Mario Limonciello
ses: https://gitlab.freedesktop.org/drm/amd/-/issues/3353 Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display

[PATCH 1/2] drm: Allow mode object properties to be added after a device is registered

2024-05-08 Thread Mario Limonciello
/drm/amd/-/issues/3353 Signed-off-by: Mario Limonciello --- drivers/gpu/drm/drm_mode_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_mode_object.c b/drivers/gpu/drm/drm_mode_object.c index 0e8355063eee..b077547a2db4 100644 --- a/drivers/gpu/drm

[PATCH 1/2] drm: Allow mode object properties to be added after a device is registered

2024-05-08 Thread Mario Limonciello
/drm/amd/-/issues/3353 Signed-off-by: Mario Limonciello --- drivers/gpu/drm/drm_mode_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_mode_object.c b/drivers/gpu/drm/drm_mode_object.c index 0e8355063eee..b077547a2db4 100644 --- a/drivers/gpu/drm

Re: KIP-1040: Improve handling of nullable values in InsertField/ExtractField transformations

2024-05-08 Thread Mario Fiore Vitale
smt the null values will be replace by default values. If we replace the "copy" logic with a method in the Struct we remove this behavior. Isn't it? Mario. On Wed, May 8, 2024 at 2:14 PM Chris Egerton wrote: > Hi Mario, > > Thanks for the KIP! Looks good overall. One quick

KIP-1040: Improve handling of nullable values in InsertField/ExtractField transformations

2024-05-08 Thread Mario Fiore Vitale
+Value+of+optional+null+field+which+has+default+value Feedback and suggestions are welcome. Regards, Mario. -- Mario Fiore Vitale Senior Software Engineer Red Hat <https://www.redhat.com/> <https://www.redhat.com/>

Re: [BRLTTY] Braille display unable to type or navigate screen in Ubuntu 22.04

2024-05-08 Thread Mario Lang
Harry Bell writes: [...] > How can I get my newly set up Ubuntu 24.04 laptop to accept my focus Blue 14 > 5th Gen Braille display as an input device for typing and giving commands to > navigate the screen? > I have installed Ubuntu 24.4 along with Orca and the MATE desktop. I have > run

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Mario Theodoridis
on OpenBSD for the last few years. I've managed up to ~50 *nix systems with it with no problems. Mit freundlichen Grüßen/Best regards Mario Theodoridis

[dragonplayer] [Bug 486753] New: Dragon Player segfaults upon opening

2024-05-07 Thread Mario Borna Mjertan
https://bugs.kde.org/show_bug.cgi?id=486753 Bug ID: 486753 Summary: Dragon Player segfaults upon opening Classification: Applications Product: dragonplayer Version: 24.02.0 Platform: Fedora RPMs OS: Linux

[Bug 2063002] Re: Add support for DCN 3.5

2024-05-06 Thread Mario Limonciello
This is certainly a false negative. This firmware only affects DCN 3.5 which isn't available for arm64 or armhf. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063002 Title: Add support for DCN

[Bug 2058830] Re: vp9 hw decode broken on modern AMD apus, needs amdgpu update

2024-05-06 Thread Mario Limonciello
I just tested on a Phoenix based laptop and tested video playback on OEM-6.5 (1022) with VP9 content in mpv and things look good to me. ** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Flying-squirrel-members] One time Rehearsal Request

2024-05-06 Thread Mario Savastano
I’m actually not using the space for DVC rehearsal the 11th due to the last minute rescheduling we had to do when we switched shows. We’ll be using all our dates starting May 13, but 11 is open as far as DVC is concerned. Mario On Mon, May 6, 2024 at 7:28 PM Christopher Snyder wrote: > G

Re: Enabling HTTPS and Configuring SSL in Apache 2.4 on Windows 10.

2024-05-06 Thread Mario Brandt
Maybe this can be added to the wiki? Frank Gingras schrieb am Mo., 6. Mai 2024, 15:46: > > > On Mon, May 6, 2024 at 2:55 AM General Email < > general.email.12341...@gmail.com> wrote: > >> Hi, >> >> I have configured SSL and enabled HTTPS on Apache 2.4. It is working fine. >> >> If the docs team

Re: [Gvsig_usuarios] Usar Bing Maps en la versión 2.6

2024-05-06 Thread Mario Carrera
desde ambas aplicaciones, que habían hecho que dejasen de funcionar. De momento para la 2.6 no se han podido actualizar los plugins, por lo que se han quitado del administrador de complementos. Un saludo,  Mario El 6/5/24 a las 16:00, Fidel Padilla escribió: Hola, no encuentro la manera de usar

Re: [regext] WGLC: draft-ietf-regext-epp-ttl-08

2024-05-06 Thread Mario Loffredo
+1 Mario Il 29/04/2024 16:27, James Galvin ha scritto: The document editors have indicated that the following document is ready for submission to the IESG to be considered for publication as a Proposed Standard: Extensible Provisioning Protocol (EPP) mapping for DNS Time-To-Live (TTL) values

[Bug 2064815] Re: Always black screen on first reboot after fresh install 24.04, Intel and AMD GPU

2024-05-05 Thread Mario Limonciello
*** This bug is a duplicate of bug 2063143 *** https://bugs.launchpad.net/bugs/2063143 ** This bug has been marked a duplicate of bug 2063143 Frequent boot to black display -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063877] Re: Only black screen on boot with AMD Barcelo and Intel Iris Xe GPU with "quiet splash" (Grub)

2024-05-05 Thread Mario Limonciello
*** This bug is a duplicate of bug 2063143 *** https://bugs.launchpad.net/bugs/2063143 ** This bug is no longer a duplicate of bug 2064815 Always black screen on first reboot after fresh install 24.04, Intel and AMD GPU ** This bug has been marked a duplicate of bug 2063143 Frequent

[Bug 2063143] Re: Frequent boot to black display

2024-05-05 Thread Mario Limonciello
The issue here is the same one that happened in gdm last year where the startup would race with the load of DRM graphics drivers. GDM fixed it by essentially running the equivalent of 'udevadm settle'. The same kind of fix needs to be ported to sddm or systemd needs to be modified to not emit

[Bug 2063143] Re: Frequent boot to black display

2024-05-05 Thread Mario Limonciello
The issue here is the same one that happened in gdm last year where the startup would race with the load of DRM graphics drivers. GDM fixed it by essentially running the equivalent of 'udevadm settle'. The same kind of fix needs to be ported to sddm or systemd needs to be modified to not emit

Re: How to configure the networking on FreeBSD to assign the same IP between host and guest in order to make work CloudFlare Warp on FreeBSD

2024-05-05 Thread Mario Marietto
on 192.168.1.5 iptables -A POSTROUTING -t nat -o enp0s13 -j MASQUERADE warp-cli connect What's the problem ? I'm able to connect to Ubuntu,but on FreeBSD I can't surf. On Sat, May 4, 2024 at 9:29 PM Mario Marietto wrote: > So. Please help me further... > > Let's say that the IP number assigned to

RE: Caller ID Help Please.

2024-05-04 Thread Mario Eiland
This is an anomaly with Verizon. I would suggest to give them a call. I myself use AT and I'm able to access this feature in the phone settings. -Original Message- From: viphone@googlegroups.com On Behalf Of Carolyn Arnold Sent: Saturday, May 4, 2024 7:57 AM To:

RE: Caller ID Help Please.

2024-05-04 Thread Mario Eiland
Who is your carrier? -Original Message- From: viphone@googlegroups.com On Behalf Of Carolyn Arnold Sent: Friday, May 3, 2024 4:20 PM To: viphone@googlegroups.com Subject: RE: Caller ID Help Please. That is where I have gone - Settings and Phone. I get: Phone heading Allow phone to

RE: Caller ID Help Please.

2024-05-04 Thread Mario Eiland
That has to do with your carrier. -Original Message- From: viphone@googlegroups.com On Behalf Of Carolyn Arnold Sent: Thursday, May 2, 2024 3:11 PM To: viphone@googlegroups.com Subject: RE: Caller ID Help Please. I went into My Card and put my name in, yet, still mine will show

Re: How to configure the networking on FreeBSD to assign the same IP between host and guest in order to make work CloudFlare Warp on FreeBSD

2024-05-04 Thread Mario Marietto
se help me to understand how to do it. On Sat, May 4, 2024 at 9:22 PM Apoorv Sachan wrote: > Hi Mario > > You can set the ip if the Ubuntu machine as the default route on the > freeBSD host. > This will take all the traffic oroginating in freeBSD host through the > warp-tunnel. > >

How to configure the networking on FreeBSD to assign the same IP between host and guest in order to make work CloudFlare Warp on FreeBSD

2024-05-04 Thread Mario Marietto
; if_bridge_load="YES" bridgestp_load="YES" /etc/sysctl.conf net.link.tap.up_on_open=1 net.inet.ip.forwarding=1 net.inet.ip.random_id=1 So,ok. I think you have understood what I want to do. Please help me. Thanks. -- Mario.

[Bug 2008958] Re: please backport 0.21 to jammy

2024-05-04 Thread Mario Limonciello
Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2008958 Title: please backport 0.21 to jammy To manage notifications about this bug go to:

[Bug 2008958] Re: please backport 0.21 to jammy

2024-05-03 Thread Mario Limonciello
Thanks for testing! By chance do either of those have batteries? Could you test with AC unplugged too? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2008958 Title: please backport 0.21 to jammy

Re: Allow setting a power cap that's lower than recommended

2024-05-03 Thread Mario Limonciello
On 5/3/2024 07:05, fililip wrote: This patch allows setting a low power cap if |ignore_min_pcap|​ is set to 1. Signed-off-by: fililip Rather than an attachment you should send the patch inline. That would mean that your commit message and SoB should be at the top of the patch itself. If

Re: [Metamath] Question abouot indistopon

2024-05-02 Thread Mario Carneiro
> (P -> Q). In general the polarity flips every time you nest in another "negative position", so in (P -> Q) -> R, P and R are in positive position and Q is in negative position. On Thu, May 2, 2024 at 2:04 AM 'B. Wilson' via Metamath < metamath@googlegroups.com> wrot

[PATCH] dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users

2024-05-02 Thread Mario Limonciello
org/drm/amd/-/issues/3351 Signed-off-by: Mario Limonciello --- I tested this on SMU 13.0.4 for ~85 cycles with this script, BIOS 1.1.0.2a and didn't observe any hangs. ``` #!/bin/sh echo test_resume > /sys/power/disk i=1 while [ : ]; do echo "Starting cycle $i" echo disk > /sys

Re: How to use Virtio GPU on FreeBSD as guest OS.

2024-05-02 Thread Mario Marietto
19 has > experimental support, although that PR exists it seems to be > non-functional with a crash. > -- Mario.

Re: Refine the firmware-updates exception

2024-05-01 Thread Mario Limonciello
Robie, My apologies; my email didn't get a response a while and I was on leave a while when your response came back and I totally missed it. Your comment on bug 1979963 prompted me to find it though! On 3/7/24 08:00, Robie Basak wrote: Hi Mario, Thank you for caring for the fwupd package

Re: [Metamath] Mnemonic of Fr

2024-05-01 Thread Mario Carneiro
My understanding is that it stands for "founded relation", as in well-founded but without the "well", I think because it doesn't have any other ordering properties like being a partial order attached to it. On Wed, May 1, 2024 at 5:21 AM 'B. Wilson' via Metamath < metamath@googlegroups.com>

  1   2   3   4   5   6   7   8   9   10   >