[KPipeWire] [Bug 481727] Recording a rectangular region with libx264 fails 75% of the time with "not divisible by 2" error

2024-06-20 Thread Luis B
https://bugs.kde.org/show_bug.cgi?id=481727 Luis B changed: What|Removed |Added CC||luis.bue...@server23.cc -- You are receiving

[gdal-dev] Question: Layer intersection in Python

2024-06-20 Thread Michaelis, Luis via gdal-dev
/3ae5ba63b92c1a6ad609baa3ccbfbf80#file-dem-generate-rix-gdal-py-L109-L121 - Luis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

RE: Re: Comprobar el bloqueo de un archivo del IFS

2024-06-19 Thread Gandul, Luis
interesa. Luis Gandul | AS/400 System Administrator Manager & SFTP Technical support | Metlife Iberia | IT Infrastructure Avda. de los Toreros, 3 – 28028 Madrid | T. +34 91 724 38 24 | lgan...@metlife.es<mailto:lgan...@metlife.es> Webex: Home - Webex<https://onemetlife.webex

RE: Re: Comprobar el bloqueo de un archivo del IFS

2024-06-19 Thread Gandul, Luis
Un monstruo SKOTT KLEMENT!!! El manual para configurar SSH que se curró este buen hombre hace años, debería tener copyright. Yo creo que se difundió hasta por el twenty…. Saludos Luis Gandul | AS/400 System Administrator Manager & SFTP Technical support | Metlife Iberia | IT Infrastruc

Bug#1039883: [PATCH] ext4: don't track ranges in fast_commit if inode has inlined data

2024-06-19 Thread Luis Henriques
On Wed 19 Jun 2024 12:30:38 AM +02, Ben Hutchings wrote; > On Tue, 2024-06-18 at 15:43 +0100, Luis Henriques (SUSE) wrote: >> When fast-commit needs to track ranges, it has to handle inodes that have >> inlined data in a different way because ext4_fc_write_inode_data(), in the &

Bug#1039883: [PATCH] ext4: don't track ranges in fast_commit if inode has inlined data

2024-06-19 Thread Luis Henriques
On Wed 19 Jun 2024 12:30:38 AM +02, Ben Hutchings wrote; > On Tue, 2024-06-18 at 15:43 +0100, Luis Henriques (SUSE) wrote: >> When fast-commit needs to track ranges, it has to handle inodes that have >> inlined data in a different way because ext4_fc_write_inode_data(), in the &

Bug#1039883: [PATCH] ext4: don't track ranges in fast_commit if inode has inlined data

2024-06-19 Thread Luis Henriques
On Wed 19 Jun 2024 12:30:38 AM +02, Ben Hutchings wrote; > On Tue, 2024-06-18 at 15:43 +0100, Luis Henriques (SUSE) wrote: >> When fast-commit needs to track ranges, it has to handle inodes that have >> inlined data in a different way because ext4_fc_write_inode_data(), in the &

[Publicpolicy] Re: Political positions on EU elections by F5 alliance (including WMDE)

2024-06-18 Thread Jose Luis Lopez Santamaria
Is one simple think the every one needs to do 'been whit a good faith end work together whatch a each other end protect ,help no corruption alot communication , end do not trust any one in to you find out is true,end make sure they hade been identified. On Mon, Jun 17, 2024, 10:29 AM Stefan

Re: [PATCH 00/15] Implement MODVERSIONS for Rust

2024-06-18 Thread Luis Chamberlain
On Tue, Jun 18, 2024 at 02:19:47PM -0700, Sami Tolvanen wrote: > Hi Luis, > > On Tue, Jun 18, 2024 at 12:42:51PM -0700, Luis Chamberlain wrote: > > a) Ensure correctness for all users / tools, so that proper plumbing is > >really done. By considering all symbols yo

Bug#1039883: [PATCH] ext4: don't track ranges in fast_commit if inode has inlined data

2024-06-18 Thread Luis Henriques (SUSE)
->i_block and, eventually, in the extended attribute space. Unfortunately, because fast commit doesn't currently support extended attributes, the solution is to mark this commit as ineligible. Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039883 Signed-off-by: Luis Henriques (S

Bug#1039883: [PATCH] ext4: don't track ranges in fast_commit if inode has inlined data

2024-06-18 Thread Luis Henriques (SUSE)
->i_block and, eventually, in the extended attribute space. Unfortunately, because fast commit doesn't currently support extended attributes, the solution is to mark this commit as ineligible. Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039883 Signed-off-by: Luis Henriques (S

Bug#1039883: [PATCH] ext4: don't track ranges in fast_commit if inode has inlined data

2024-06-18 Thread Luis Henriques (SUSE)
->i_block and, eventually, in the extended attribute space. Unfortunately, because fast commit doesn't currently support extended attributes, the solution is to mark this commit as ineligible. Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039883 Signed-off-by: Luis Henriques (S

Re: [PATCH 6.10.0-rc2] kernel/module: avoid panic on loading broken module

2024-06-18 Thread Luis Chamberlain
.gnu.linkonce.this_module > is ALLOC. This patch simply adds an analogous check for WRITE. Can you check to ensure our modules generated have a respective check to ensure this check exists at build time? That would proactively inform userspace when a built module is not built correctly, and the tool responsible can be identified. Luis

Re: [PATCH v3] module: create weak dependecies

2024-06-18 Thread Luis Chamberlain
> If it isn't, depmod will have the same behavior as always (keeping backward > > compatibility) and the information for the 'weak' dependency will not be > > provided. > > > > Signed-off-by: Jose Ignacio Tornos Martinez > > > Reviewed-by: Lucas De Marchi Thanks! Applied and pushed to modules-next. Luis

Re: [PATCH 00/15] Implement MODVERSIONS for Rust

2024-06-18 Thread Luis Chamberlain
ap symbols to module names, how does this fit into that world [0]? As for a) the reason I'm thinking about having the ability to test a full real kernel and moules with this is, without that, how are you sure you have the full scope of the changes needed? [0] https://lkml.kernel.org/r/20240614171428.968174-3-kris.van.h...@oracle.com Luis

Re: [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules

2024-06-18 Thread Luis Chamberlain
change, or to warn at build time that this awk script will break upon new changes? Is this just best effort? Is that good enough? Why? Luis

Re: [PATCH] module: Add log information for loading module failures

2024-06-18 Thread Luis Chamberlain
* unparseable signatures, and signature check failures -- >* even if signatures aren't required. >*/ > + pr_notice("Loading module failed (errno=%d)\n", -err); > return err; I welcome pr_debug() messages but if we were to add a regular print for every single type of failure we'd clutter the code, we don't want that. Luis

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-18 Thread Luis Henriques
On Tue 18 Jun 2024 10:52:55 AM +01, Luis Henriques wrote; > On Fri 14 Jun 2024 05:18:45 PM +01, Luis Henriques wrote; > [...} >>> >>> I can also reproduce this error message using the above script and: >>> >>> - Linux 6.10-rc2 >>> - A 2 GiB lo

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-18 Thread Luis Henriques
On Tue 18 Jun 2024 10:52:55 AM +01, Luis Henriques wrote; > On Fri 14 Jun 2024 05:18:45 PM +01, Luis Henriques wrote; > [...} >>> >>> I can also reproduce this error message using the above script and: >>> >>> - Linux 6.10-rc2 >>> - A 2 GiB lo

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-18 Thread Luis Henriques
On Tue 18 Jun 2024 10:52:55 AM +01, Luis Henriques wrote; > On Fri 14 Jun 2024 05:18:45 PM +01, Luis Henriques wrote; > [...} >>> >>> I can also reproduce this error message using the above script and: >>> >>> - Linux 6.10-rc2 >>> - A 2 GiB lo

[kwin] [Bug 487954] Custom tiling padding at 0 isn't 0

2024-06-18 Thread Luis B
https://bugs.kde.org/show_bug.cgi?id=487954 --- Comment #4 from Luis B --- Not sure what more info to provide than what has already been given, happy to do so if something else is needed though. -- You are receiving this mail because: You are watching all bug changes.

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-18 Thread Luis Henriques
On Fri 14 Jun 2024 05:18:45 PM +01, Luis Henriques wrote; [...} >> >> I can also reproduce this error message using the above script and: >> >> - Linux 6.10-rc2 >> - A 2 GiB loopback devic instead of /dev/sdb >> >> I bisected this back to: >> &g

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-18 Thread Luis Henriques
On Fri 14 Jun 2024 05:18:45 PM +01, Luis Henriques wrote; [...} >> >> I can also reproduce this error message using the above script and: >> >> - Linux 6.10-rc2 >> - A 2 GiB loopback devic instead of /dev/sdb >> >> I bisected this back to: >> &g

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-18 Thread Luis Henriques
On Fri 14 Jun 2024 05:18:45 PM +01, Luis Henriques wrote; [...} >> >> I can also reproduce this error message using the above script and: >> >> - Linux 6.10-rc2 >> - A 2 GiB loopback devic instead of /dev/sdb >> >> I bisected this back to: >> &g

Re: [dspace-tech] Re: DSpace 6.3 Bitstream details table - help needed

2024-06-14 Thread gianpierre luis calderon ñaccha
Dear Kelly, the bistreams like you said are joined to the items throught bundles. The relation is: bitstreams---bundleitem between these relation are the intermidate table item2bundle and bundle2bitstreams. The path of the file is saved in the field internal_id and it saved in the folder

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-14 Thread Luis Henriques
On Mon 10 Jun 2024 06:03:58 PM +02, Ben Hutchings wrote; > On Sun, 5 Nov 2023 16:12:41 + Hervé Werner > wrote: >> Hello >> >> I'm sorry for the delay. >> >> > Are you able to reliably preoeduce the issue and can bisect it to >> > the introducing commit? >> I faced this issue on real data

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-14 Thread Luis Henriques
On Mon 10 Jun 2024 06:03:58 PM +02, Ben Hutchings wrote; > On Sun, 5 Nov 2023 16:12:41 + Hervé Werner > wrote: >> Hello >> >> I'm sorry for the delay. >> >> > Are you able to reliably preoeduce the issue and can bisect it to >> > the introducing commit? >> I faced this issue on real data

Bug#1039883: linux: ext4 corruption with symlinks

2024-06-14 Thread Luis Henriques
On Mon 10 Jun 2024 06:03:58 PM +02, Ben Hutchings wrote; > On Sun, 5 Nov 2023 16:12:41 + Hervé Werner > wrote: >> Hello >> >> I'm sorry for the delay. >> >> > Are you able to reliably preoeduce the issue and can bisect it to >> > the introducing commit? >> I faced this issue on real data

[Health-dev] MyGNUHealth 2.2beta1 is now at testpypi

2024-06-14 Thread Luis Falcon
Dear developers and testers Yesterday I uploaded to test Pypi the first beta version of MyGNUHealth. ((https://test.pypi.org/project/mygnuhealth/2.2b1/) Please test it and report any issues at Codeberg repo of mygnuhealth (https://codeberg.org/gnuhealth/mygnuhealth) Thank you! Luis

Re: [guix-artwork] Include Gottfried’s song "Guix"

2024-06-12 Thread Luis Felipe
Hi everyone, El 12/06/24 a las 18:24, gfp escribió: Hello Florian, I shared all the music files without limit and not temporarily. But unfortunately it always changed back and put a date. I don't know why this happens. I checked it now the 3rd time and shared it without limits. Hopfully all

[PATCH] rtla/osnoise: Better report when histogram is empty

2024-06-12 Thread Luis Claudio R. Goncalves
: [~]# osnoise hist -d 5s -T 500 # RTLA osnoise histogram # Time unit is microseconds (us) # Duration: 0 00:00:05 Index over: 0 count: 0 min: 0 avg: 0 max: 0 Signed-off-by: Luis Claudio R. Goncalves --- tools/tracing/rtla/src/osnoise_hist.c | 15 +++ 1 file

[Health-dev] MyGNUHealth 2.2 enters Beta

2024-06-11 Thread Luis Falcon
so we can track them better. Happy hacking Luis

Re: [PATCH 1/3] rtla/osnoise: Use pretty formatting only on interactive tty

2024-06-10 Thread Luis Claudio R. Goncalves
This is a single patch, selected out of a test series. I messed up the subject giving the impression that more patches were to come. Sorry for any inconvenience, Luis On Mon, Jun 10, 2024 at 10:25:28AM -0300, Luis Claudio R. Goncalves wrote: > osnoise top performs background/font co

[PATCH 1/3] rtla/osnoise: Use pretty formatting only on interactive tty

2024-06-10 Thread Luis Claudio R. Goncalves
tting only if running on a tty, and not in quiet mode. Suggested-by: Daniel Bristot de Oliveira Reviewed-by: John Kacur Reviewed-by: Clark Williams Signed-off-by: Luis Claudio R. Goncalves --- tools/tracing/rtla/src/osnoise_top.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletion

About matlab-support

2024-06-10 Thread José Luis García Pallero
eneck. I have installed matlab-support Have you ever seen this problem? Best regards -- José Luis García Pallero ETSI en Topografía, Geodesia y Cartografía, despacho 435 Avenida del Mediterráneo, km 7.0 28031, Madrid E-mail: jlg.pall...@upm.es Tel.: +34 91 06 73988 La Universidad y el CSIC son como un c

[kwin] [Bug 488281] New: touch screen edges broken on certain multi monitor setups

2024-06-09 Thread Luis B
https://bugs.kde.org/show_bug.cgi?id=488281 Bug ID: 488281 Summary: touch screen edges broken on certain multi monitor setups Classification: Plasma Product: kwin Version: 6.0.5 Platform: Manjaro OS:

[plasmashell] [Bug 488031] plasmashell crash while idle

2024-06-08 Thread Luis Miguel P. Freitas
https://bugs.kde.org/show_bug.cgi?id=488031 Luis Miguel P. Freitas changed: What|Removed |Added CC||l...@digitalxs.ca -- You

Processor Python Creation

2024-06-07 Thread Luis Carmona
Hi guys, according to what I understand from the documentation, every time I create a python processor and manage to add it to nifi it should be started from a new instance of the selected python interpreter. To be more accurate, it should be started from it's own new virtual environment -

Re: [PATCH 13/14] drm/bridge: synopsys: Add DW HDMI QP TX controller driver

2024-06-06 Thread Luis de Arquer
However, I tested Cristian patch and worked fine. All modes were apparently detected from the display and they all worked. But maybe I was just lucky and it was using a somehow cached table, I can't say. This is an AOC DVI display from 2011 with a passive adapter. Luis

[ANNOUNCE] 5.10.218-rt110

2024-06-05 Thread Luis Claudio R. Goncalves
/kernel/pgpkeys.git Enjoy! Luis

Re: Nifi 2.0-M3 cannot set attributes

2024-06-05 Thread Luis Carmona
Thank you for the quick answer David. I guess the only option for now is to wait... Regards, LC El 05-06-24 a las 17:29, David Handermann escribió: Hi Luis, Thanks for reporting this problem and providing the background details. This is a known issue related to applying FlowFile

Fwd: Nifi 2.0-M3 cannot set attributes

2024-06-05 Thread Luis Carmona
Hi everybody, As I'm not a java programmer, the new about Python becoming a first class citizen in NIFI 2 was a great thing. I am creating processors, but there is an issue I can not figure out about controlling an Exception in python code and therefore sending the flowfile to 'failure'

Re: [Health-dev] Current Vanilla Installation

2024-06-04 Thread Luis Falcon
symbols "") is html for non-breaking space. Where did you see that one? > > If desired I can fix some minor of those and open issues for the rest. > Of course! Thank you, Gerald! > However I would like this to be resolved before: > > https://codeberg.org/gnuhealth/his/issues/10 Happy hacking Luis

[kwin] [Bug 487954] Custom tiling padding at 0 isn't 0

2024-06-03 Thread Luis B
https://bugs.kde.org/show_bug.cgi?id=487954 Luis B changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED --- Comment #2 from Luis B --- (In reply

[kwin] [Bug 487954] New: Custom tiling padding at 0 isn't 0

2024-06-03 Thread Luis B
https://bugs.kde.org/show_bug.cgi?id=487954 Bug ID: 487954 Summary: Custom tiling padding at 0 isn't 0 Classification: Plasma Product: kwin Version: 6.0.5 Platform: Manjaro OS: Linux Status: REPORTED

Re: [PATCH v6 00/23] imx258 improvement series

2024-06-03 Thread Luis Garcia
On 6/2/24 14:13, g...@luigi311.com wrote: > From: Luis Garcia > > v6: > - Drop powerdown-gpio patches > - per Sakari Ailus request as it is not part or > not used by the sensor > - I tested without it and PPP still works > - Dave mentioned its n

Re: [PATCH v5 21/25] dt-bindings: media: imx258: Add binding for powerdown-gpio

2024-06-02 Thread Luis Garcia
On 5/20/24 06:50, Sakari Ailus wrote: > On Fri, May 17, 2024 at 08:31:35AM +, Sakari Ailus wrote: >> Hi Luis, >> >> On Wed, May 01, 2024 at 09:24:38AM -0600, g...@luigi311.com wrote: >>> From: Ondrej Jirman >>> >>> Add powerdown-gpio binding as

[clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (PR #93365)

2024-05-31 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/93365 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/30] Add profiling functions to libomptar

[clang] [llvm] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)

2024-05-31 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/76587 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/21] Add profiling functions to libomptar

[clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (PR #93365)

2024-05-31 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/93365 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/29] Add profiling functions to libomptar

[clang] [llvm] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)

2024-05-31 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/76587 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/20] Add profiling functions to libomptar

Re: [GNC] Adding ASSETS & LIABILITIES to sub accounts

2024-05-31 Thread Luis Sini
and perhaps help people. Thank you again, Luis Sinibaldi On Thu, May 30, 2024, 9:50 PM Jim DeLaHunt wrote: > Luis: > > Welcome to GnuCash! You ask a good question. > > On 2024-05-30 01:31, Luis Sini wrote: > > TL;DR > > +++

[GNC] Adding ASSETS & LIABILITIES to sub accounts

2024-05-30 Thread Luis Sini
GnuCash only allows me to assign sub-accounts types as either "Income" or "Expense" unless the parent account is not set up as either Assets or Liability? I can make an account an "Asset" or "Liability" if the

Bug#1072211: texlive-base: pdflatex very slow after upgrading to texlive 2024.20240401-2

2024-05-30 Thread José Luis García Pallero
https://www.preining.info > arXiv / Cornell University + IFMGA Guide + TU Wien + TeX Live > GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 -- * José Luis García Pallero jgpall...@gmail.com (o< / / \ V_/_ Use Debian GNU/Linux and enjoy! *

Re: [Frameworks] 360 arc shot

2024-05-30 Thread luis ?
Hello, maybe you want to take a look at this project about 360º devices we are developing during SPECTRAL project. https://www.spectral-cinematics.eu/research It´s would be ready soon! my best Luis - Luis Macías http://luismacias.es/ El jue, 30 may 2024 a las 14:43, Shumona

[OPSAWG]Re: Sheperd write-up for for YANG Data Models for Bearers and 'Attachment Circuits'-as-a-Service (ACaaS) (draft-ietf-opsawg-teas-attachment-circuit)

2024-05-29 Thread LUIS MIGUEL CONTRERAS MURILLO
Hi Joe, Med, I concur that both references are not necessary for understanding or implementing the YANG module, so certainly should be categorized as informative. I will update the write-up in consequence. Best regards Luis PS. Thanks Med for the updates in the draft. De: Joe Clarke

[Bug 2058914] Re: [FFe] python-pytest-flake8 FTBFS against python-flake8 7

2024-05-29 Thread Jose Luis Rivero
Thanks Andreas. I don't have the time anymore to work on the SRU anymore for this package so I'm orphaning the work here for Noble. Just in case that someone wants to follow it up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (PR #93365)

2024-05-28 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/93365 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/29] Add profiling functions to libomptar

[clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (PR #93365)

2024-05-28 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough ready_for_review https://github.com/llvm/llvm-project/pull/93365 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Bug 2067365] [NEW] php mailparse module does not work.

2024-05-28 Thread José Luis Jiménez Fernández
Public bug reported: $ php -m PHP Warning: PHP Startup: Unable to load dynamic library 'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so (/usr/lib/php/20230831/mailparse.so: undefined symbol: mbfl_name2no_encoding), /usr/lib/php/20230831/mailparse.so.so

Re: [PROJ] Sndyer Map Projections Manual in HTML form

2024-05-28 Thread José Luis García Pallero via PROJ
e out. > > > > Thank you, > > -- > > > > Mircea Neacsu > > > ___ > PROJ mailing list > PROJ@lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/proj > > > > -- ***

[clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (PR #93365)

2024-05-27 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/93365 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/28] Add profiling functions to libomptar

[Bug 2067221] Re: Save credentials not possible

2024-05-27 Thread Luis
It's a standard Ubuntu session. The problem occurs when the logon mask appears in deja-dup (backup) and I want to save the remote server's credentials. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2067221] Re: Save credentials not possible

2024-05-27 Thread Luis
It's a standard Ubuntu session. The problem occurs when the logon mask appears in deja-dup (backup) and I want to save the remote server's credentials. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in Ubuntu.

[OPSAWG]Re: Sheperd write-up for for YANG Data Models for Bearers and 'Attachment Circuits'-as-a-Service (ACaaS) (draft-ietf-opsawg-teas-attachment-circuit)

2024-05-27 Thread LUIS MIGUEL CONTRERAS MURILLO
indicate that this spec was presented to >TEAS and that it was WGLCed there as well. Thanks. Luis >> Correct > Figure 6, valid-provider-identifiers. >[Med] Can you please clarify the comment here? Thanks. Luis >> Sorry, I didn't complete the comment. It was about the usage of &qu

[clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (PR #93365)

2024-05-27 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/93365 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/27] Add profiling functions to libomptar

[ANNOUNCE] 5.10.217-rt109

2024-05-27 Thread Luis Claudio R. Goncalves
/docs/kernel/pgpkeys.git Enjoy! Luis

[OPSAWG]Sheperd write-up for for YANG Data Models for Bearers and 'Attachment Circuits'-as-a-Service (ACaaS) (draft-ietf-opsawg-teas-attachment-circuit)

2024-05-27 Thread LUIS MIGUEL CONTRERAS MURILLO
er to it as peer-SAP from the customer perspective, and so on. Apologies again for the delay, hope the comments are helpful. Best regards Luis _____ Luis M. Contreras Transport & IP Networks Systems and Network Global Direction Telefónica I+D / CTIO uni

[Bug 2067221] [NEW] Save credentials not possible

2024-05-26 Thread Luis
Public bug reported: If I want to save the credentials of the destination server, I get the following error in syslog: gvfsd-sftp[63155]: secret_password_storev_sync: assertion 'password != NULL' failed If I want to reconnect to the same server, I have to re-enter the data. lsb_release -rd No

[Bug 2067221] [NEW] Save credentials not possible

2024-05-26 Thread Luis
Public bug reported: If I want to save the credentials of the destination server, I get the following error in syslog: gvfsd-sftp[63155]: secret_password_storev_sync: assertion 'password != NULL' failed If I want to reconnect to the same server, I have to re-enter the data. lsb_release -rd No

[clang] [compiler-rt] [llvm] [openmp] [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (PR #93365)

2024-05-24 Thread Ethan Luis McDonough via cfe-commits
rom 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/27] Add profiling functions to libomptarget --- .../include/llvm/Frontend/OpenMP/OMPKinds.def | 3 +++ openmp/libomptarget/DeviceRTL/CMakeLists.txt |

Re: [Logica-l] El Comercio: Newton da Costa

2024-05-23 Thread Luis Felipe Bartolo Alegre
Caros Walter, Ítala e Evandro: Muito obrigado por suas mensagens e por compartilhar essa bela anedota. Abraços, Luis On Thu, 23 May 2024 at 19:00, Evandro L. Gomes wrote: > > Olá Walter, > > Acredito que essa entrevista esteja no livro Para além das Colunas de > Hércules, que

[Logica-l] El Comercio: Newton da Costa

2024-05-22 Thread Luis Bartolo
publicado chama-se "El Comercio", que durante várias décadas, até sua morte, foi a casa jornalística de Francisco Miró Quesada, irmão intelectual do professor Newton. Espero que seja uma homenagem adequada ao professor Newton. Abracos, Luis -- Luis F. Bartolo Alegre Doctoral

[Bug 2060352] Re: Terminator cannot resize window anymore

2024-05-22 Thread Luis Alvarado
This is not just Terminator just in case. For example if you run the ubuntu update app, you cant resize it, anything that uses the system top menu loose resizing capabilities. For example, adding to telegram the system window frame will block resizing it, same for google chrome. -- You received

Re: NetBSD-10: write to rw null mount on top of LFS fs hangs up

2024-05-22 Thread Jose Luis Rodriguez Garcia
>Some diagnostics from crash(8) are below and in attachments. > >crash> show all tstiles > PID LID COMMAND WAITING-FOR WAIT-CHANNEL > 4999 4999 find 882851694480 88290bf87680 >crash> >. May be, it could be useful the output from dumplfs until the

Re: [Trisquel-devel] New mirror in Singapore - 10GBPS

2024-05-21 Thread Luis Guzman
Hello again Karibu, En 15/05/24 06:42, Karibu - Freedif.org escribió: Hello Luis, Glad to be in touch Freedif is a simple collective of few people loving opensource projects. I used to maintain a blog with tutorials on opensource apps but I've stopped it several years ago, just focusing

[clang] [llvm] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)

2024-05-21 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/76587 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/20] Add profiling functions to libomptar

[clang] [llvm] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)

2024-05-21 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/76587 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/20] Add profiling functions to libomptar

[topbraid-users] add rdfs:seeAlso to class definition

2024-05-21 Thread 'Luis Enrique Ramos García' via TopBraid Suite Users
wrong?, if the property exists. what should I do then to include the property in the definition of the class, and add the uri?. best regards Luis -- The topics of this mailing list include TopBraid EDG and related technologies such as SHACL. To post to this group, send email to topbraid-users

[Bug 2066169] [NEW] Active Screen Edges still working when disabled

2024-05-20 Thread Luis Alvarado
Public bug reported: In the Ubuntu settings, in the multitasking, if you disable the Active Screen Edges, you can still drag a windows to a corner and still are able to resize them to the 4 corner areas. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: ubuntu-desktop 1.539

Vulnerability CVE-2023-44487 in solr-solrj 8.11.3

2024-05-16 Thread Juan Luis Moreno Gomez
Hello, It seems that the latest version of solr-solrj 8 (8.11.3) library has the vulnerability CVE-2023-44487. It is detected by de Dependency-check tool an can be seen here:

Re: [bcop] BCOP Task Force RIPE 86 - Best Operational Practices to Survive Natural Disasters or War

2024-05-16 Thread Luis Balbinot
Regards, Luis On Wed, May 15, 2024 at 2:54 PM Alena Muravska wrote: > Dear Luis, > > I’m very sorry to hear about this devastating event. The incentive behind > this group was exactly what you are doing right now: collecting experience > that can help overs in similar situations. >

Re: [Trisquel-devel] New mirror in Singapore - 10GBPS

2024-05-14 Thread Luis Guzman
share a bit of background? Thanks in advance Merci Kari -- Sent with Tutanota -- Cuanto más gente resista, más gente va a ser Libre, y más gente va a ser libre para ser Libre. Por tu propio bien, y en solidaridad a todos, elige la libertad. ¡Sé Libre! http://fsfla.org/selibre/ Luis A. Guzmán G

[spyder] tabnine

2024-05-14 Thread Luis Carlos Trotta
Buenas noches, gracias por la respuesta anterior. Consulta: Como agrego tabnine a Spyder? saludos -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[GIT PULL] Modules changes for v6.10-rc1

2024-05-14 Thread Luis Chamberlain
The following changes since commit a5131c3fdf2608f1c15f3809e201cf540eb28489: Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2024-05-13 19:33:23 -0700) are available in the Git repository at:

[clang] [llvm] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)

2024-05-13 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/76587 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/18] Add profiling functions to libomptar

Bug#1070978: firefox: Spanish keyboard layout not working properly

2024-05-12 Thread José Luis Segura Lucas
Package: firefox Version: 125.0.3-1+b1 Severity: minor Tags: l10n X-Debbugs-Cc: josel.seg...@gmx.es Dear Maintainer, In a Gnome environment, when using the Spanish layout, the "ñ" letter and some of the accents that usually works as dead-keys are not working, just being ignored. I tried with

Re: [PATCH] modules: Drop the .export_symbol section from the final modules

2024-05-11 Thread Luis Chamberlain
commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost") was your change, wanna address / take it through your tree? It makes sense to me though. Luis > --- > scripts/module.lds.S | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/module.lds.S b/sc

[ANNOUNCE] 5.10.216-rt108

2024-05-10 Thread Luis Claudio R. Goncalves
/kernel/pgpkeys.git Enjoy! Luis

[clang] [llvm] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)

2024-05-09 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/76587 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/18] Add profiling functions to libomptar

Re: [bcop] BCOP Task Force RIPE 86 - Best Operational Practices to Survive Natural Disasters or War

2024-05-09 Thread Luis Balbinot
the unpredictable setbacks we are experiencing. What's the status of this BCOP? Do we have an outline? Luis On Wed, May 31, 2023 at 6:09 AM Alena Muravska wrote: > Dear Colleagues, > > Following up from the past week's BCOP Task Force session at the RIPE 86 > Meeting, I would like to report

Re: mesh ontology queries

2024-05-09 Thread Luis Enrique Ramos García
Hi Arne, thanks so much, I checked I had created the dataset into the default graph. As soon as I created the named graph, as you recommended I got the expected results. Best regards Luis El mié, 8 may 2024 a las 23:30, Arne Bernhardt () escribió: > Hi Louis, > > You might have

Re: [PATCH] seccomp: Constify sysctl subhelpers

2024-05-08 Thread Luis Chamberlain
gt; as const in preparation[1] for global constification of the sysctl tables. > > Suggested-by: "Thomas Weißschuh" > Link: > https://lore.kernel.org/lkml/20240423-sysctl-const-handler-v3-11-e0beccb83...@weissschuh.net/ > [1] > Signed-off-by: Kees Cook Reviewed-by: Luis Chamberlain Luis

mesh ontology queries

2024-05-08 Thread Luis Enrique Ramos García
s. I assume the data with namespace meshv is in the default graph, and the other data is in a specific named graph, but I am not sure how I have to write the query to get the data in the named graphs. Thanks in advanced Luis Ramos

Software Bill of Materials (SBOM) anyone?

2024-05-07 Thread Luis Soeiro
I'm doing, please visit: https://framaforms.org/sbom-survey-1715079327 If you know of other developers who might have used SBOMs before, please forward this survey to them. Sincerely, Luis

[clang] [llvm] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)

2024-05-06 Thread Ethan Luis McDonough via cfe-commits
https://github.com/EthanLuisMcDonough updated https://github.com/llvm/llvm-project/pull/76587 >From 530eb982b9770190377bb0bd09c5cb715f34d484 Mon Sep 17 00:00:00 2001 From: Ethan Luis McDonough Date: Fri, 15 Dec 2023 20:38:38 -0600 Subject: [PATCH 01/18] Add profiling functions to libomptar

Re: Tomcat 9 removed from Debian 12

2024-05-05 Thread Luis Panadero Guardeño
TS had two versions of tomcat at same time on his repositories without issues (7 and 8.5). El 3/5/24 a las 15:46, Thorsten Glaser escribió: Hola Luis, I know that the remove tomcat9 packages was done on December of 2023 and that this was decided a long time ago. But I think that nobody h

Re: [PATCH RESEND v8 00/16] mm: jit/text allocator

2024-05-05 Thread Luis Chamberlain
ation of default_execmem_info Thanks, applied and pushed to modules-next. If we find fixes, let's please just now have separate patches on top of this series. Luis

Re: [PATCH RESEND v8 00/16] mm: jit/text allocator

2024-05-05 Thread Luis Chamberlain
ation of default_execmem_info Thanks, applied and pushed to modules-next. If we find fixes, let's please just now have separate patches on top of this series. Luis

Re: [PATCH v2 1/2] module: Add a new helper delete_module()

2024-05-04 Thread Luis Chamberlain
On Wed, Apr 24, 2024 at 08:09:05PM +0800, Yafang Shao wrote: > Luis, Greg, > > Since the last version, there hasn't been any response. Would you mind > taking a moment to review it and provide your feedback on the > kernel/module changes? Josh had feedback for you. Without an

  1   2   3   4   5   6   7   8   9   10   >