Re: [PATCH] kallsyms: replace deprecated strncpy with strscpy

2024-04-12 Thread Luis Chamberlain
nul-terminated-strings > [1] > Link: https://manpages.debian.org/testing/linux-manual-4.8/strscpy.9.en.html > Link: https://github.com/KSPP/linux/issues/90 [2] > Cc: linux-hardening@vger.kernel.org > Signed-off-by: Justin Stitt Thanks! Queued up on modules-next. Luis

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

2024-04-12 Thread Jose Luis Rivero
Given that the solution proposed is to ship a custom patch, I'm going to bump this to a FFe to get acceptance of the release-team and also unblock the excuses transition in existing Noble development cycle. * Merge request:

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

2024-04-12 Thread Jose Luis Rivero
** Merge proposal linked: https://code.launchpad.net/~j-rivero/ubuntu/+source/python-pytest-flake8/+git/python-pytest-flake8/+merge/464197 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058914

Re: [PATCH v4 00/15] mm: jit/text allocator

2024-04-11 Thread Luis Chamberlain
Let's wait for review for the rest of the patches 6-15. Luis

Re: [PATCH v4 00/15] mm: jit/text allocator

2024-04-11 Thread Luis Chamberlain
Let's wait for review for the rest of the patches 6-15. Luis

Re: [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()

2024-04-11 Thread Luis Chamberlain
execmem.c > new file mode 100644 > index ..ed2ea41a2543 > --- /dev/null > +++ b/mm/execmem.c > @@ -0,0 +1,26 @@ > +// SPDX-License-Identifier: GPL-2.0 And this just needs to copy over the copyright notices from the main.c file. Luis

Re: [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()

2024-04-11 Thread Luis Chamberlain
execmem.c > new file mode 100644 > index ..ed2ea41a2543 > --- /dev/null > +++ b/mm/execmem.c > @@ -0,0 +1,26 @@ > +// SPDX-License-Identifier: GPL-2.0 And this just needs to copy over the copyright notices from the main.c file. Luis

[Wikimedia-SF] Re: Wiki x AI hackathon at Gray Area, 4/15 10-1630

2024-04-11 Thread Luis Villa
ARRGH. I will be in Sweden at an open source legal cabal meetup. Next time! On Apr 10, 2024 at 4:58 PM -0500, Samuel Klein , wrote: > Hello all :)  There will be a small Wiki x AI unconference on Monday, 4/15, > in the Mission. > A few of us are visiting from out of town and will be there. 

Re: [PATCH v2] module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.

2024-04-11 Thread Luis Chamberlain
the original > behavior of adding $(srctree)/ before the value. > > After this patch, the developer can put the generated > file in objtree, then use a relative path against > objtree in .config, eradicating any absolute paths > that may be evaluated differently on different machines. > > Signed-off-by: Yifan Hong Applied and pushed, thanks. Luis

[digikam] [Bug 485330] Crash in digiKam and photoshow

2024-04-10 Thread luis
https://bugs.kde.org/show_bug.cgi?id=485330 --- Comment #3 from luis --- Sorry, showFoto El mié, 10 abr 2024, 17:31, Maik Qualmann escribió: > https://bugs.kde.org/show_bug.cgi?id=485330 > > --- Comment #2 from Maik Qualmann --- > By “photoshow” do you mean the Showfoto progr

[Bug 2060717] Re: colcon-core argument parsing is broken by recent changes to Python 3.11+

2024-04-10 Thread Jose Luis Rivero
In coordination with Scott, we have raised this to be a FFe since the package is severity damaged as it is now and probably unusable for any use case that is not completely trivial. I've created and linked the merge-request with the bumped version against ubuntu/devel and testing the package. **

[Bug 2060717] Re: colcon-core argument parsing is broken by recent changes to Python 3.11+

2024-04-10 Thread Jose Luis Rivero
** Merge proposal linked: https://code.launchpad.net/~j-rivero/ubuntu/+source/ros2-colcon-core/+git/ros2-colcon-core/+merge/464037 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060717 Title:

Re: Help on Creating a Superuser account on render.

2024-04-10 Thread Luis Zárate
Maybe something like python manage.py shell -c "from django.contrib.auth.hashers import make_password;from django.contrib.auth.models import User; admin = User(username='username', email='exam...@example.com', password=make_password('password'), is_superuser=True,is_staff=True);admin.save()"

[kde] [Bug 485330] New: crash in digikam and pohotoshow

2024-04-10 Thread luis
https://bugs.kde.org/show_bug.cgi?id=485330 Bug ID: 485330 Summary: crash in digikam and pohotoshow Classification: I don't know Product: kde Version: unspecified Platform: Other OS: Linux Status: REPORTED

Re: finally end single-person maintainership

2024-04-09 Thread Jose-Luis Rivas
On Tue Apr 9, 2024 at 1:52 PM -03, Wookey wrote: > On 2024-04-08 21:44 +0900, Simon Richter wrote: > > > Testing a package requires me to > > commit everything into git first, so I have to remember to squash all these > > commits later. > > Right - this was (one of the) main thing(s) that annoyed

Re: [ANN] Guile Hoot 0.4.0 released!

2024-04-09 Thread Luis Felipe
Hi David, El 9/04/24 a las 14:12, Thompson, David escribió: Hey Guilers! On behalf of the Spritely Institute, I'm happy to announce that Guile Hoot v0.4.0 has been released! Hoot is a Scheme to WebAssembly compiler backend for Guile, which means you can now run Scheme in the browser for real,

Re: [PATCH v3 11/25] media: i2c: imx258: Add get_selection for pixel array information

2024-04-08 Thread Luis Garcia
On 4/3/24 12:46, Pavel Machek wrote: > Hi! > >> Libcamera requires the cropping information for each mode, so >> add this information to the driver. > >> @@ -116,6 +124,9 @@ struct imx258_mode { >> u32 link_freq_index; >> /* Default register values */ >> struct imx258_reg_list

Re: [PATCH] [v4] module: don't ignore sysfs_create_link() failures

2024-04-08 Thread Luis Chamberlain
rly unwind and return the error code to the > caller. My reading of the original code was that it tries to > not fail when the links already exist, so keep ignoring -EEXIST > errors. > > Fixes: e17e0f51aeea ("Driver core: show drivers in /sys/module/") > Reviewed-by: Greg Kroah-Hartman Reviewed-by: Luis Chamberlain Luis

[jenkins-infra/jenkins.io] 8bfbed: fix: typo on webpage running-pipelines (#7234)

2024-04-07 Thread 'Luis' via Jenkins Commits
Branch: refs/heads/master Home: https://github.com/jenkins-infra/jenkins.io Commit: 8bfbedef00e355befb6c26c1ffab7c0bfb94e125 https://github.com/jenkins-infra/jenkins.io/commit/8bfbedef00e355befb6c26c1ffab7c0bfb94e125 Author: Luis <72506173+luis-g...@users.noreply.github.

Re: Bug#1068479 cynically closed by Rene Engelhard (Re: Bug#1068479: libreoffice-writer: space between paragraphs missing in spacing and indentation)

2024-04-07 Thread José Luis González
reopen 1068479 thanks Hi all, Rene Engelhard seems to be a worse case even than Ricardo Mones. Take a look at my recent bug reports to libreoffice-writer and his replies. In this one: > Am 06.04.24 um 11:03 schrieb Rene Engelhard: > > Am 06.04.24 um 00:34 schrieb José Luis

Bug#1068597: quodlibet: most Explore options are brain damaged

2024-04-07 Thread José Luis González
Package: quodlibet Version: 4.5.0-2 Severity: important Most Explore options are unsuitable for a collection or records that is larger than just infimal. Browsing just by album, which is essentially the view available besides filesystem, is unmanageable with a regular collection. A tree interface

Bug#1068596: less: word line wrap missing

2024-04-07 Thread José Luis González
Package: less Version: 590-2 Severity: important The option to wrap lines by words, not characters, is missing from v 12 less. This must has been in less, at least, at some point. If not feel free to lower severity to whishlist.

Bug#1068595: libreoffice-writer: insert space missing

2024-04-07 Thread José Luis González
Package: libreoffice-writer Version: 4:7.4.7-1+deb12u1 Severity: important Hi, Space insertion is missing in the insert menu. Best regards, JL

Bug#1068595: libreoffice-writer: insert space missing

2024-04-07 Thread José Luis González
Package: libreoffice-writer Version: 4:7.4.7-1+deb12u1 Severity: important Hi, Space insertion is missing in the insert menu. Best regards, JL

Re: Debian 12 released with two RC bugs in Sylpheed

2024-04-07 Thread José Luis González
On Sun, 7 Apr 2024 13:26:49 +0200 José Luis González wrote: > The maintainer accumulates a lot of bugs for the package, doesn't take > care about almost all, and when I filed a RC bug because the package > became unusable to me he downgraded severity to important claiming it > was

Re: Debian 12 released with two RC bugs in Sylpheed

2024-04-07 Thread José Luis González
On Sun, 7 Apr 2024 13:26:49 +0200 José Luis González wrote: > The maintainer accumulates a lot of bugs for the package, doesn't take > care about almost all, and when I filed a RC bug because the package > became unusable to me he downgraded severity to important claiming it > was

Re: file transfer

2024-04-07 Thread Luis Felipe
Hi gfp, El 7/04/24 a las 10:41, gfp escribió: Hi Guix, if I want to transfer a file, because in Thunderbird/Email it doesn't work at the moment, what are good possibilities? If I were to send the file to another person, I'd try any of these 1. Use a web mail client 2. Try another desktop

Debian 12 released with two RC bugs in Sylpheed

2024-04-07 Thread José Luis González
Hi, Debian 12 was released with two Release Critical bugs I filed on May 20th 2023 (#1036424 and #1036388) on Sylpheed about issues that I found on stable, and remain, with Debian 12 released later on June 10th 2023. The maintainer accumulates a lot of bugs for the package, doesn't take care

Debian 12 released with two RC bugs in Sylpheed

2024-04-07 Thread José Luis González
Hi, Debian 12 was released with two Release Critical bugs I filed on May 20th 2023 (#1036424 and #1036388) on Sylpheed about issues that I found on stable, and remain, with Debian 12 released later on June 10th 2023. The maintainer accumulates a lot of bugs for the package, doesn't take care

[Hol-info] [ECAI-2024] Submission deadline approaching

2024-04-06 Thread Luis Magdalena
topics such as invited speakers, tutorials, and satellite workshops. Before submitting, please consult the Call for Papers and the FAQ: https://sites.google.com/view/ecai24faq/authors <https://sites.google.com/view/ecai24faq/authors> -- Luis Magdalena Publicity Chair of the European Conference o

Re: [PATCH v3 11/25] media: i2c: imx258: Add get_selection for pixel array information

2024-04-06 Thread Luis Garcia
On 4/3/24 12:46, Pavel Machek wrote: > Hi! > >> Libcamera requires the cropping information for each mode, so >> add this information to the driver. > >> @@ -116,6 +124,9 @@ struct imx258_mode { >> u32 link_freq_index; >> /* Default register values */ >> struct imx258_reg_list

Re: [PATCH v3 09/25] media: i2c: imx258: Add support for running on 2 CSI data lanes

2024-04-05 Thread Luis Garcia
On 4/3/24 12:45, Pavel Machek wrote: > Hi! > >> +/* >> + * 4208x3120 @ 30 fps needs 1267Mbps/lane, 4 lanes. >> + * To avoid further computation of clock settings, adopt the same per >> + * lane data rate when using 2 lanes, thus allowing a maximum of 15fps. >> + */ >> +static const struct

Re: [PATCH v3 21/25] drivers: media: i2c: imx258: Use macros

2024-04-05 Thread Luis Garcia
On 4/5/24 08:11, Tommaso Merciai wrote: > Hi Luis, > > On Fri, Apr 05, 2024 at 04:33:38AM -0600, Luis Garcia wrote: >> On 4/4/24 00:46, Sakari Ailus wrote: >>> On Wed, Apr 03, 2024 at 01:17:26PM -0600, Luigi311 wrote: >>>> On 4/3/24 10:23, Sakari Ailus wrot

Re: [PATCH v3 05/25] media: i2c: imx258: Add regulator control

2024-04-05 Thread Luis Garcia
On 4/3/24 12:44, Pavel Machek wrote: > Hi! > >> The device tree bindings define the relevant regulators for the >> sensor, so update the driver to request the regulators and control >> them at the appropriate times. > >> @@ -995,9 +1007,19 @@ static int imx258_power_on(struct device *dev) >>

Bug#1068479: libreoffice-writer: space between paragraphs missing in spacing and indentation

2024-04-05 Thread José Luis González
Package: libreoffice-writer Version: 4:7.4.7-1+deb12u1 Severity: serious The setting for spacing between paragraphs is missing in the spacing and indentation tab of the paragraph dialog. Serious severity because the bug has a major effect on the usability of the package, without rendering it

Bug#1068479: libreoffice-writer: space between paragraphs missing in spacing and indentation

2024-04-05 Thread José Luis González
Package: libreoffice-writer Version: 4:7.4.7-1+deb12u1 Severity: serious The setting for spacing between paragraphs is missing in the spacing and indentation tab of the paragraph dialog. Serious severity because the bug has a major effect on the usability of the package, without rendering it

Bug#1068479: libreoffice-writer: space between paragraphs missing in spacing and indentation

2024-04-05 Thread José Luis González
Package: libreoffice-writer Version: 4:7.4.7-1+deb12u1 Severity: serious The setting for spacing between paragraphs is missing in the spacing and indentation tab of the paragraph dialog. Serious severity because the bug has a major effect on the usability of the package, without rendering it

Re: [PATCH v3 21/25] drivers: media: i2c: imx258: Use macros

2024-04-05 Thread Luis Garcia
On 4/4/24 00:46, Sakari Ailus wrote: > On Wed, Apr 03, 2024 at 01:17:26PM -0600, Luigi311 wrote: >> On 4/3/24 10:23, Sakari Ailus wrote: >>> Hi Luis, >>> >>> On Wed, Apr 03, 2024 at 09:03:50AM -0600, g...@luigi311.com wrote: >>>> From: Luis Gar

Re: [Health-dev] [task #16515] Include LOINC terminology

2024-04-05 Thread Luis Falcon
Dear Yusuf On Fri, 5 Apr 2024 04:11:16 + Yusif Suleiman wrote: > Dear Luis, > This is good development. > I will use this opportunity (even though ICD is included) to suggest > the inclusion of CanReg features for cancer registry, this mean any > facility using gnu he

Re: [PATCH v3 23/25] drivers: media: i2c: imx258: Add support for powerdown gpio

2024-04-04 Thread Luis Garcia
On 4/4/24 08:12, Dave Stevenson wrote: > Hi Luigi > > On Wed, 3 Apr 2024 at 20:34, Luigi311 wrote: >> >> On 4/3/24 10:57, Ondřej Jirman wrote: >>> Hi Sakari and Luis, >>> >>> On Wed, Apr 03, 2024 at 04:25:41PM GMT, Sakari Ailus wrote: >>>&

[Health-dev] [task #16515] Include LOINC terminology

2024-04-04 Thread Luis Falcon
Update of task #16515 (group health): Open/Closed:Open => Closed ___ Follow-up Comment #1: Migrated task to Codeberg. You can follow up in there.

[Health-dev] [task #16519] Migration to Codeberg

2024-04-04 Thread Luis Falcon
Update of task #16519 (group health): Status: In Progress => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Health-dev] [task #16519] Migration to Codeberg

2024-04-04 Thread Luis Falcon
Follow-up Comment #7, task #16519 (group health): This task is now being managed at Codeberg as a project. https://codeberg.org/gnuhealth/-/projects/8741 You can follow it there :) Happy hacking. ___ Reply to this item at:

Re: [spring] IPR confirmation for https://datatracker.ietf.org/doc/draft-bdmgct-spring-srv6-security

2024-04-04 Thread Luis M. Contreras
Hi all, No, I'm not aware of any IPR related to this document. Best regards Luis El mié, 3 abr 2024, 21:57, Nick Buraglio escribió: > I have no known IPR related to this document. > > On Wed, Apr 3, 2024 at 12:20 AM Tal Mizrahi > wrote: > >> I am not aware of any

[clean-list] [ECAI-2024] Submission deadline approaching

2024-04-04 Thread Luis Magdalena via clean-list
topics such as invited speakers, tutorials, and satellite workshops. Before submitting, please consult the Call for Papers and the FAQ: https://sites.google.com/view/ecai24faq/authors <https://sites.google.com/view/ecai24faq/authors> -- Luis Magdalena Publicity Chair of the European Conference o

[Libguestfs] Re: Setting up guestfs mirrors - v2

2024-04-03 Thread Luis Chamberlain
+ cc kdevops and Ross from the debian side. On Fri, Mar 29, 2024 at 09:17:52AM +, Richard W.M. Jones wrote: > > On Thu, Mar 28, 2024 at 09:33:50AM -0700, Luis Chamberlain wrote: > > > [ v2 as I don't think the v1 email got through to guestfs list ] > > > > >

Re: F42 Change Proposal: Fedora Plasma Workstation (System-Wide)

2024-04-03 Thread Luis Correia
ailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue I'm mostly a user and I can accept a change from GNOME to KDE, IF and only if I'm

[Publicpolicy] Re: European Policy Monitoring Report - March 2024

2024-04-02 Thread Luis Villa
I like that this 70 euro grant has several thousand euro worth of lawyer-review-time documents attached to it  Do we have any sense who might be applying to this grant? On Mar 29, 2024 at 3:03 AM -0700, Dimi Dimitrov , wrote: > ===EU Repository of Public Domain and Open Licensed Works===

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

2024-04-02 Thread Jose Luis Rivero
> Not sure what would be best, if RM the package or invest time into patching it. Since no action happened last week, my teammate Chris Lalancette patched the existing version to work with current flake8 on noble-proposed 7.0.0. I have updated the upstream PR with the information

[Touch-packages] [Bug 2060034] Re: /usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short

2024-04-02 Thread Vitor Luis
** Description changed: Trying to compile weechat from source: - + root@voltron ~/weechat/build # cmake .. -DCMAKE_BUILD_TYPE=Debug -- Checking for one of the modules 'php8;php7' -- Configuring done -- Generating done -- Build files have been written to: /root/weechat/build

[Bug 2060034] Re: /usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short

2024-04-02 Thread Vitor Luis
** Description changed: Trying to compile weechat from source: - + root@voltron ~/weechat/build # cmake .. -DCMAKE_BUILD_TYPE=Debug -- Checking for one of the modules 'php8;php7' -- Configuring done -- Generating done -- Build files have been written to: /root/weechat/build

[Touch-packages] [Bug 2060034] [NEW] /usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short

2024-04-02 Thread Vitor Luis
Public bug reported: Trying to compile weechat from source: root@voltron ~/weechat/build # cmake .. -DCMAKE_BUILD_TYPE=Debug -- Checking for one of the modules 'php8;php7' -- Configuring done -- Generating done -- Build files have been written to: /root/weechat/build

[Bug 2060034] [NEW] /usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short

2024-04-02 Thread Vitor Luis
Public bug reported: Trying to compile weechat from source: root@voltron ~/weechat/build # cmake .. -DCMAKE_BUILD_TYPE=Debug -- Checking for one of the modules 'php8;php7' -- Configuring done -- Generating done -- Build files have been written to: /root/weechat/build

[Bug 2059861] [NEW] recovery test not possible

2024-03-31 Thread Luis
Public bug reported: When I'm asked for the password to encrypt, and I type the password and click Next, it briefly loads and the Enter password box appears again. However, the password is correct, because I can restore a backup. Only the test doesn't work. lsb_release -rd Description:

[Desktop-packages] [Bug 2059861] [NEW] recovery test not possible

2024-03-31 Thread Luis
Public bug reported: When I'm asked for the password to encrypt, and I type the password and click Next, it briefly loads and the Enter password box appears again. However, the password is correct, because I can restore a backup. Only the test doesn't work. lsb_release -rd Description:

Re: [Trisquel-devel] riscv64 for trisquel 12?

2024-03-30 Thread Luis Guzman
/mailman/listinfo/trisquel-devel -- 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. http://ark.switnet.org OpenPGP_signature.asc

Re: [Trisquel-devel] Arm A20 Successful Install

2024-03-30 Thread Luis Guzman
ge la libertad. ¡Sé Libre! http://fsfla.org/selibre/ Luis A. Guzmán G. http://ark.switnet.org OpenPGP_signature.asc Description: OpenPGP digital signature ___ Trisquel-devel mailing list Trisquel-devel@listas.trisquel.info https://listas.trisquel.info/mailm

Re: [Trisquel-devel] Trisquel 11.0.1 new ISO set for testing

2024-03-30 Thread Luis Guzman
. -- 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. http://ark.switnet.org OpenPGP_signature.asc Description: OpenPGP digital

[Trisquel-devel] Trisquel 11.0.1 new ISO set for testing

2024-03-29 Thread Luis Guzman
solidaridad a todos, elige la libertad. ¡Sé Libre! http://fsfla.org/selibre/ Luis A. Guzmán G. http://ark.switnet.org OpenPGP_signature.asc Description: OpenPGP digital signature ___ Trisquel-devel mailing list Trisquel-devel@listas.trisquel.info https

[Libguestfs] Setting up guestfs mirrors - v2

2024-03-29 Thread Luis Chamberlain
by using the latest base images. It seems this is possible with customer images, but it would be nicer if we had this as a general thing. Any ideas to support that? [0] https://github.com/linux-kdevops/kdevops Luis ___ Libguestfs mailing list

[Libguestfs] Setting up guestfs mirrors

2024-03-29 Thread Luis Chamberlain
with customer images, but it would be nicer if we had this as a general thing. Any ideas to support that? [0] https://github.com/linux-kdevops/kdevops Luis ___ Libguestfs mailing list -- guestfs@lists.libguestfs.org To unsubscribe send an email to guestfs-le

Bug#1067715: closed by yokota (Re: Bug#1067715: calibre: doesn't install DeACSM plugin)

2024-03-28 Thread José Luis González
rkm, bullseye and buster appropriately if the fix is already into testing and unstable. Thanks a lot for your understanding and your effort at maintaining the package. Best regards, José Luis

Re: [Lensfun-users] Diffraction correction on supported lenses

2024-03-28 Thread José Luis González
On Thu, 28 Mar 2024 13:19:58 + Graeme Leese wrote: > Hi, > > > I read diffraction (blur) correction is supported > > > As far as I know there is no plan to support diffraction correction in > lensfun. My information may be out of date. Where did you read it? I found it on the web,

Re: [Lensfun-users] Diffraction correction on supported lenses

2024-03-28 Thread José Luis González
On Thu, 7 Mar 2024 09:28:36 +0100 José Luis González wrote: > Hi, > > I read diffraction (blur) correction is supported but on the Supported > lenses list only TCA and Vign. are featured (besides a mysterious Dist.). > > What's the current status of this feature and why

Bug#1067715: calibre: doesn't install DeACSM plugin

2024-03-28 Thread José Luis González
On Wed, 27 Mar 2024 08:28:34 +0900 yokota wrote: > Hello, José. Hi, > > oscrypto.errors.LibraryNotFoundError: Error detecting the version of > > libcrypto > > This bug was already fixed on DeACSM upstream development code. > Try it from DeACSM plugin forum. >

[ceph-users] Re: mclock and massive reads

2024-03-28 Thread Luis Domingues
Luis Domingues Proton AG On Thursday, 28 March 2024 at 10:10, Sridhar Seshasayee wrote: > Hi Luis, > > > So our question, is mClock taking into account the reads as well as the > > writes? Or are the reads calculate to be less expensive than the writes? > >

[Hol-info] [ECAI-2024] Call for Nominations for the EurAI Dissertation Award

2024-03-26 Thread Luis Magdalena
which will be held in Santiago de Compostela this October. Refer to https://www.ecai2024.eu <https://www.ecai2024.eu/>for more information on the conference. -- Luis Magdalena Publicity Chair of the European Conference on Artificial Intelligence (ECAI-2024) ___

[Bug 2053256] Re: [FFe] Update lcm to 1.5 for Noble

2024-03-26 Thread Jose Luis Rivero
I think I've answered the feedback in the last 5 commits and the MR is ready: https://code.launchpad.net/~j-rivero/ubuntu/+source/lcm/+git/lcm/+merge/463155 P.D: Vladimir I added you as a reviewer, I hope it is fine for you. -- You received this bug notification because you are a member of

[ceph-users] mclock and massive reads

2024-03-26 Thread Luis Domingues
, the global speed slows down, and the slow ops disappear. So our question, is mClock taking into account the reads as well as the writes? Or are the reads calculate to be less expensive than the writes? Thanks, Luis Domingues Proton AG ___ ceph-users mailing

Bug#1067719: RFP: libgourou and utils -- free implementation of Adobe's ADEPT protocol used to add DRM on ePub/PDF files

2024-03-25 Thread José Luis González
Package: wnpp Version: unspecified Severity: wishlist Upstream Author: Grégory Soutadé URL: https://forge.soutade.fr/soutade/libgourou/ License: LGPL3 / BSD X-Debbugs-CC: debian-de...@lists.debian.org Description: libgourou is a free implementation of Adobe's ADEPT protocol used to add DRM on

Bug#1067719: RFP: libgourou and utils -- free implementation of Adobe's ADEPT protocol used to add DRM on ePub/PDF files

2024-03-25 Thread José Luis González
Package: wnpp Version: unspecified Severity: wishlist Upstream Author: Grégory Soutadé URL: https://forge.soutade.fr/soutade/libgourou/ License: LGPL3 / BSD X-Debbugs-CC: debian-de...@lists.debian.org Description: libgourou is a free implementation of Adobe's ADEPT protocol used to add DRM on

Bug#1067715: calibre: doesn't install DeACSM plugin

2024-03-25 Thread José Luis González
Package: calibre Version: 6.13.0+repack-2+deb12u3 Severity: important I am unable to install the DeACSM plugin. It gives the following errors: calibre, version 6.13.0 ERROR: Fallo en la instalación del complemento: Ha ocurrido un error al instalar este complemento y a continuación se

[Bug 2053256] Re: [FFe] Update lcm to 1.5 for Noble

2024-03-25 Thread Jose Luis Rivero
Thanks Andres, Vladimir. I'll try to get the merge request ready in the next couple of days. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2053256 Title: [FFe] Update lcm to 1.5 for Noble To

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

2024-03-25 Thread Jose Luis Rivero
We (at the Open Robotics Foundation Alliance) are interested in helping with the transition of python-flake8 from noble-proposed to noble and have been monitoring the transition for some weeks. There is an attempt of fixing the code in https://github.com/tholo/pytest-flake8/pull/96 that we can

[Bug 2054477] Re: [FFe] Update ogre-next to 2.3.3 for Noble

2024-03-25 Thread Jose Luis Rivero
Thanks for the info Andreas! Update: yesterday ignition-rendering was removed from Noble in https://bugs.launchpad.net/ubuntu/+source/ignition- rendering/+bug/2058851. I'm going to update the description to remove the references to ignition-rendering. ** Changed in: ignition-rendering (Ubuntu)

[ANNOUNCE] 5.10.213-rt105

2024-03-25 Thread Luis Claudio R. Goncalves
/kernel/pgpkeys.git Enjoy! Luis

[UAI] [ECAI-2024] Call for Nominations for the EurAI Dissertation Award

2024-03-25 Thread Luis Magdalena via uai
>for more information on the conference. -- Luis Magdalena Publicity Chair of the European Conference on Artificial Intelligence (ECAI-2024) ___ uai mailing list uai@engr.oregonstate.edu https://it.engineering.oregonstate.edu/mailman/listinfo/uai

Re: [Health-dev] Improve SYSINFO command

2024-03-24 Thread Luis Falcon
geting to Q1 2025 Happy hacking Luis

Re: ntpdate : Depends: ntpsec-ntpdate but it is not installable

2024-03-24 Thread Jose Luis Alarcon Sanchez
On Sun, Mar 24, 2024 at 02:11:39PM +0100, Samuel Thibault wrote: > Hello, > > Jose Luis Alarcon Sanchez, le dim. 24 mars 2024 13:31:22 +0100, a ecrit: > > What's the situation with the package ntpsec-ntpdate?. Is there a fix > > possible?. I volunteer, if i am able. Wai

Re: ntpdate : Depends: ntpsec-ntpdate but it is not installable

2024-03-24 Thread Jose Luis Alarcon Sanchez
On Sun, Mar 24, 2024 at 02:11:39PM +0100, Samuel Thibault wrote: > Hello, > > Jose Luis Alarcon Sanchez, le dim. 24 mars 2024 13:31:22 +0100, a ecrit: > > What's the situation with the package ntpsec-ntpdate?. Is there a fix > > possible?. I volunteer, if i am able. Wai

ntpdate : Depends: ntpsec-ntpdate but it is not installable

2024-03-24 Thread Jose Luis Alarcon Sanchez
Hi. What's the situation with the package ntpsec-ntpdate?. Is there a fix possible?. I volunteer, if i am able. Waiting for instructions to follow. Thanks very much, in advance. Regards. Jose. -- https://lordofunix.org/ Not Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux

ntpdate : Depends: ntpsec-ntpdate but it is not installable

2024-03-24 Thread Jose Luis Alarcon Sanchez
Hi. What's the situation with the package ntpsec-ntpdate?. Is there a fix possible?. I volunteer, if i am able. Waiting for instructions to follow. Thanks very much, in advance. Regards. Jose. -- https://lordofunix.org/ Not Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux

[kdevelop] [Bug 438774] QML parsing error on required keyword

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

[dspace-tech] Looking for a DSpace specialist

2024-03-23 Thread José Luis Henríquez
Hello everyone. I am looking for a DSpace specialist to improve the design of this repository: https://dev.biblioteca.enj.org/ Anyone interested can write to me at jhenriq...@syscloud.net for more information on the scope of the work. José Luis Henríquez. Chief executive officer (CEO

Re: [Health-dev] Improve SYSINFO command

2024-03-22 Thread Luis Falcon
nSUSE. For openSUSE should be OK, since Leap 15.6 (in Beta now) uses Python 3.11, and it will be ready by GNUHealth 5.0 Happy hacking Luis

[dolphin] [Bug 484284] New: Error Dolphin

2024-03-22 Thread Luis Ferreira
https://bugs.kde.org/show_bug.cgi?id=484284 Bug ID: 484284 Summary: Error Dolphin Classification: Applications Product: dolphin Version: 23.08.1 Platform: Debian testing OS: Linux Status: REPORTED

Re: [QGIS-es] Resumen de QGIS-es, Vol 104, Envío 10

2024-03-22 Thread Luis Alayo vía QGIS-es
Saludos Andrés, las curvas de nivel que encuentres en internet solo son como referencia, los dem también ya que al tener una resolución tan baja el error es muy elevado, hay satélites con alta resolución pero son de paga analiza costo beneficio, El vie, 22 de mar. de 2024 2:03 p. m., escribió:

[Bug 2058279] Re: [FFe] Sync pcl 1.14.0+dfsg-1 (universe) from Debian experimental (main)

2024-03-22 Thread Jose Luis Rivero
Thanks Utkarsh! The pcl package does not have autopkgtest itself, but the ros-perception-pcl has a large set of them. I ran them in a noble docker image, seems fine to me (selected output): autopkgtest [19:37:43]: starting date and time: 2024-03-22 19:37:43+0100 autopkgtest [19:37:43]:

Hard Disk size limits on GNU Hurd

2024-03-22 Thread Jose Luis Alarcon Sanchez
. Regards. Jose Luis. -- https://lordofunix.org/ Not Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux User #213309. Memories. You are talking about memories. Rick Deckard. Blade Runner.

Hard Disk size limits on GNU Hurd

2024-03-22 Thread Jose Luis Alarcon Sanchez
. Regards. Jose Luis. -- https://lordofunix.org/ Not Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux User #213309. Memories. You are talking about memories. Rick Deckard. Blade Runner.

Re: [Health-dev] [task #16519] Migration to Codeberg

2024-03-21 Thread Luis Falcon
org to the translate branch of his repo. Let me know what you find . Bests Luis

[Health-dev] [task #16519] Migration to Codeberg

2024-03-21 Thread Luis Falcon
and other details, the the main migration task for weblate is now done. Please create your user if you have not done so at Codeberg. Bests Luis ___ Reply to this item at: <https://savannah.gnu.org/task/?16

[Health-dev] [task #16519] Migration to Codeberg

2024-03-21 Thread Luis Falcon
Follow-up Comment #5, task #16519 (group health): Migration to translate.codeberg.org started. https://matrix.to/#/!KYugiRoBoYIuUcyScE:bubu1.eu/$yVCXtahHc2iSkG2ROnmxiac70JrIIqe1D8AzW86B0qk?via=bubu1.eu=matrix.org=tchncs.de The component import process checks for duplicated languages, so

[Health-dev] [task #16506] Link to PineTime smartwatch

2024-03-20 Thread Luis Falcon
Update of task #16506 (group health): Open/Closed:Open => Closed Release:None => mygnuhealth 2.1 Discussion Lock: Any => Locked

[Bug 2033518] Re: spyder 5.4.4+ds-1 autopkgtest fails

2024-03-20 Thread Jose Luis Rivero
Upstream fix was merged and released in 5.5.0. Noble is shipping this patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2033518 Title: spyder 5.4.4+ds-1 autopkgtest fails To manage

Adding fields to the wfapi/runs API response

2024-03-20 Thread Luis Silva
Hi all, I'm using the "/job/{{jenkinsJob}}/wfapi/runs" API on my project. Is it possible to add additional fields on the response for this API? Basically, I wanted to see on the result one field that is an input parameter of the WorkflowRun. I know I can get them from

[Bug 2053254] Re: Update urdfdom, dart and ignition-physics for Noble (Open Robotics packages)

2024-03-20 Thread Jose Luis Rivero
Changelog from existing version on Noble ** Attachment added: "changelog_dart" https://bugs.launchpad.net/ubuntu/+source/dart/+bug/2053254/+attachment/5757532/+files/changelog_dart.txt ** Description changed: Versions bump for the Open Robotics Community packages:  - urdfdom to

[Bug 2053254] Re: Update urdfdom, dart and ignition-physics for Noble (Open Robotics packages)

2024-03-20 Thread Jose Luis Rivero
** Description changed: Versions bump for the Open Robotics Community packages:  - urdfdom to 4.0.0-0ubuntu1 +(Imported from https://salsa.debian.org/science-team/urdfdom)  - dart to 6.13.1+ds-0ubuntu2 +https://git.launchpad.net/~j-rivero/ubuntu/+source/dart/log/?h=ubuntu/devel

[Bug 2053254] Re: Update urdfdom, dart and ignition-physics for Noble (Open Robotics packages)

2024-03-20 Thread Jose Luis Rivero
The PPA now has the s390x package of dart finally. Answering the issues that Lucas found in the packaging: > And FWIW, we are using git to maintain ubuntu package (using git-ubuntu), bzr > has not been used for packages for a while AFAIK. But if it is easier for you > to provide the packages in

Re: [RFC] sched/eevdf: sched feature to dismiss lag on wakeup

2024-03-20 Thread Luis Machado
On 3/20/24 07:04, Tobias Huschle wrote: > On Tue, Mar 19, 2024 at 02:41:14PM +0100, Vincent Guittot wrote: >> On Tue, 19 Mar 2024 at 10:08, Tobias Huschle wrote: >>> >>> On 2024-03-18 15:45, Luis Machado wrote: >>>> On 3/14/24 13:45, Tobias Huschle wrote: &

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