Re: [RFC PATCH-for-8.2?] accel/tcg: Implement tcg_unregister_thread()

2023-12-06 Thread Miguel Luis
> On 6 Dec 2023, at 14:25, Michal Suchánek wrote: > > On Wed, Dec 06, 2023 at 01:17:08PM -0100, Miguel Luis wrote: >> Hi! >> >> On 04/12/2023 18:40, Philippe Mathieu-Daudé wrote: >>> Unplugging vCPU triggers the following assertion in >>

Re: [RFC PATCH-for-8.2?] accel/tcg: Implement tcg_unregister_thread()

2023-12-06 Thread Miguel Luis
Hi! On 04/12/2023 18:40, Philippe Mathieu-Daudé wrote: > Unplugging vCPU triggers the following assertion in > tcg_register_thread(): > > 796 void tcg_register_thread(void) > 797 { > ... > 812 /* Claim an entry in tcg_ctxs */ > 813 n = qatomic_fetch_inc(&tcg_cur_ctxs); > 814 g_as

Re: [GLO] 25 aniversario!

2023-12-05 Thread Luis Arteaga Mejia via glo
¿Éste sábado? Dónde y a qué horas. > On 5 Dec 2023, at 6:12 p.m., Felipe Sanchez wrote: > > > Hola GLOs, hoy hace 25 a~os que el GLO tuvo su primera reunion en el Vips de > Plaza del Sol. Se acuerdan? > > > Y como cada a~o pues es buen momento para ver si alguien se anima a nuestra > r

Re: [PATCH v2 13/18] sysctl: move sysctl type to ctl_table_header

2023-12-05 Thread Luis Chamberlain
On Tue, Dec 5, 2023 at 2:41 PM Thomas Weißschuh wrote: > > On 2023-12-05 14:33:38-0800, Luis Chamberlain wrote: > > On Mon, Dec 04, 2023 at 08:52:26AM +0100, Thomas Weißschuh wrote: > > > @@ -231,7 +231,8 @@ static int insert_header(struct ctl_dir *dir, struct > >

Re: [PATCH v2 13/18] sysctl: move sysctl type to ctl_table_header

2023-12-05 Thread Luis Chamberlain
mpty_ctl_header(dir_h); While you're at it. This just made me cringe, and curious if some other changes could be done to make this obviously clear during patch review that this is safe. Luis

Re: [PATCH v2 00/18] sysctl: constify sysctl ctl_tables

2023-12-05 Thread Luis Chamberlain
On Tue, Dec 05, 2023 at 06:16:53PM +0100, Thomas Weißschuh wrote: > Hi Luis, Joel, > > On 2023-12-05 09:04:08+0100, Thomas Weißschuh wrote: > > On 2023-12-04 21:50:14-0800, Luis Chamberlain wrote: > > > On Mon, Dec 04, 2023 at 08:52:13AM +0100, Thomas Weißschuh wrote: &

Re: [Health-dev] gnuhealth-control getlang doesn't work anymore

2023-12-05 Thread Luis Falcon
l take a look and check if there has been any change in the weblate URL structure. Thank you for reporting! Luis

Re: Regression/Error on commons-io FileUtils.copyFile ?

2023-12-05 Thread Luis Panadero Guardeño
bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1) Note that this happens on different versions of Ubuntu server (22.04LTS and 18.04LTS) El 30/11/23 a las 12:32, Gary Gregory escribió: Hello Luis, Thank you for your detailed report. An interesting question is to check to see if the file attri

[Kernel-packages] [Bug 2040157] Re: Unable to use nvme drive to install Ubuntu 23.10

2023-12-05 Thread Luis Alberto Pabón
I have successfully upgraded from Lunar to Mantic with kernel 6.5.0.14.16 so the fix for this must've been merged on a recent release to ubuntu's main repo: ``` ~ apt policy linux-image-generic linux-image-generic: Installed: 6.5.0.14.16 Candidate: 6.5.0.14.16 Version table: *** 6.5.0.14.1

Re: [Goanet] [GRN] Goa -origin Scientists

2023-12-05 Thread Luis Dias
used to love to listen to their stories of college life in Poona. They made it sound so romantic! Best, Luis _ Dr. Luis Francisco Dias Casa da Moeda Near Head Post Office Panaji, Goa - 403001 INDIA Tel: (+91) 9011051950 http://luisdias.wordpress.com http

Re: [GRN] Goa -origin Scientists

2023-12-05 Thread 'Luis Dias' via Goa-Research-Net
used to love to listen to their stories of college life in Poona. They made it sound so romantic! Best, Luis _ Dr. Luis Francisco Dias Casa da Moeda Near Head Post Office Panaji, Goa - 403001 INDIA Tel: (+91) 9011051950 http://luisdias.wordpress.com http

Re: [PATCH] init: move THIS_MODULE from to

2023-12-04 Thread Luis Chamberlain
> it only defines EXPORT_SYMBOL. > > Signed-off-by: Masahiro Yamada Reviewed-by: Luis Chamberlain Do you want this this to go through modules-next or your tree? I'm fine it goes either way. Luis

Re: [PATCH v2 00/18] sysctl: constify sysctl ctl_tables

2023-12-04 Thread Luis Chamberlain
On Mon, Dec 04, 2023 at 08:52:13AM +0100, Thomas Weißschuh wrote: > Tested by booting and with the sysctl selftests on x86. Can I trouble you to rebase on sysctl-next? https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/log/?h=sysctl-next Luis

Re: [PATCH 0/3] sysctl: Fix out of bounds access for empty syscl ctl_tables

2023-12-04 Thread Luis Chamberlain
in response to the path followed by empty ctl_tables > changing slightly. Clarified the results of sysctl self tests to more > easily identify which ones are OK, Skipped and Failed. > > Comments are greatly appreciated Applied, thanks! Luis

[Kernel-packages] [Bug 2040157] Re: Unable to use nvme drive to install Ubuntu 23.10

2023-12-04 Thread Luis Alberto Pabón
I don't believe so, I'm on one of the affected laptops on 6.2.0-37-generic / 23.04 with no issues. It's 23.10's kernel 6.5 that triggers the issue for me. The bug is also about 23.10, which wouldn't have kernel 6.2 anyway. -- You received this bug notification because you are a member of Kernel P

[Kernel-packages] [Bug 2040157] Re: Unable to use nvme drive to install Ubuntu 23.10

2023-12-04 Thread Luis Alberto Pabón
I'm not sure why kernel 6.2 keeps getting suggested by the ubuntu bot, it's never been affected by this bug, at least not on any kernel packaged for ubuntu 23.04. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bug

Re: [R-es] Transformar una base de datos a matriz

2023-12-04 Thread jose luis via R-help-es
HolaAqui está bien explicadoSaludos How to Use Gather Function in R (With Examples) | | | | | | | | | | | How to Use Gather Function in R (With Examples) Zach This tutorial explains how to use the gather() function from the tidyr package in R, including several examples. | |

[Kernel-packages] [Bug 2045353] [NEW] package linux-modules-nvidia-525-6.2.0-1012-nvidia 6.2.0-1012.12 failed to install/upgrade: installed linux-modules-nvidia-525-6.2.0-1012-nvidia package post-inst

2023-11-30 Thread Luis Angel Estebanez
Public bug reported: This issue actually started installing the nvidia 535 driver, it failed to install, and updated my kernel with a bad initramfs. I reverted back to nouveau and I purged all nvidia drivers now I'm trying to install the last known working driver on my system (525) and still havin

[Health-dev] [bug #64934] Need to optimize formatting in reports

2023-11-30 Thread Luis Falcon
Follow-up Comment #4, bug #64934 (project health): Just a followup on the trim-to-ratio. In general they look quite nice!! Great job! Bests Luis ___ Reply to this item at: <https://savannah.gnu.org/bugs/?64

[Hol-info] ECAI-2024: Call for Papers, Tutorial Proposals and Workshop Proposals

2023-11-29 Thread Luis Magdalena
alls/main-track> Call for Demos: https://www.ecai2024.eu/calls/demos <https://www.ecai2024.eu/calls/demos> Calls for the Doctoral Consortium and our sister conference on Prestigious Applications of Intelligent Systems (PAIS) will get published soon, so please stay tuned. -- Luis Magd

[UAI] ECAI-2024: Call for Papers, Tutorial Proposals and Workshop Proposals

2023-11-29 Thread Luis Magdalena
nknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=bfERNBEjZSxBw3bbepsG4NtCJcZQ1GiIIUocT51Q560%3D&reserved=0> Calls for the Doctoral Consortium and our sister conference on Prestigious Applications of Intelligent Systems (PAIS) will

[Health-dev] [bug #64934] Need to optimize formatting in reports

2023-11-29 Thread Luis Falcon
Follow-up Comment #3, bug #64934 (project health): Thank you, Feng! Will test today and report. Bests Luis ___ Reply to this item at: <https://savannah.gnu.org/bugs/?64934> ___ M

Regression/Error on commons-io FileUtils.copyFile ?

2023-11-28 Thread Luis Panadero Guardeño
plementation of FileUtils.copyFile . -- /Luis Panadero Guardeño/ Departamento de Informática luis.panad...@digibis.com DIGIBÍS S.L. DIGIBÍS S.L.U. C/ Alenza, 4, 5ª planta. 28003 Madrid Tf. 91 432 08 88 . Fax 91 432 11 13 http://www.digibis.com Certificado ISO 9001. No imprimir si no es necesari

[clean-list] ECAI-2024: Call for Papers, Tutorial Proposals and Workshop Proposals

2023-11-28 Thread Luis Magdalena via clean-list
alls/main-track> Call for Demos: https://www.ecai2024.eu/calls/demos <https://www.ecai2024.eu/calls/demos> Calls for the Doctoral Consortium and our sister conference on Prestigious Applications of Intelligent Systems (PAIS) will get published soon, so please stay tuned. -- Luis Magd

Re: [PVE-User] LXC with NFS storage

2023-11-28 Thread Luis G. Coralle
Do you have defined on Datacenter->Storage the content of this storage? Content: - Disk Image - ISO Image - Container template - VZDump backup file - Container - Snippets On Wed, Nov 22, 2023 at 11:29 PM Bryan Fields wrote: > On 11/22/23 7:22 AM, Luis G. Coralle

[dns-wg] Candidates for the open co-chair position at the DNS WG

2023-11-28 Thread Joao Luis Silva Damas
Dear all, The period for expression of support is now closed. Thank you to everyone who provided their input. The chairs will present the final outcome tomorrow morning during the DNS WG meeting session at RIPE 87. I would also like to give a big thank you to the three candidates that have com

Re: [alto] PCE

2023-11-27 Thread LUIS MIGUEL CONTRERAS MURILLO
considered (e.g., ALTO triggering PCE computation of paths). These potential interworking actions could be a matter of a charter item for SBI developments in ALTO WG (or a sequel of it). Best regards Luis De: alto En nombre de Martin Duke Enviado el: lunes, 27 de noviembre de 2023 20:00 Para: IETF

Adding Mozzila CA certificates

2023-11-27 Thread Luis Carlos Chalaca Figueira via curl-library
-Mozzila.crt /usr/local/share/ca-certificates $ sudo update-ca-certificates However those sites continue to throw dose errors. What have I missed to be able to get the same responses as firefox? -- Cumprimentos, Luis Figueira -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette

[Health-dev] [bug #64934] Need to optimize formatting in reports

2023-11-27 Thread Luis Falcon
Update of bug #64934 (project health): Release:None => 4.3.0 ___ Reply to this item at: ___ Messa

[Health-dev] [bug #64934] Need to optimize formatting in reports

2023-11-27 Thread Luis Falcon
ponent: Hospital Management ___ Follow-up Comments: --- Date: Mon 27 Nov 2023 10:50:45 AM UTC By: Luis Falcon Hi, Feng Could you please review the latest changes you did on the formatt

Re: [Health-dev] GH 4.4 - Setup

2023-11-27 Thread Luis Falcon
Hi, Axel On Sun, 26 Nov 2023 18:19:28 +0100 Axel Braun wrote: > Hey Luis, > > I have just build and published the current state of development for > GH 4.4 > https://build.opensuse.org/package/show/Application:ERP:GNUHealth:4.4/gnuhealth > Great! We're in beta now and s

Re: [ANNOUNCE] 5.10.201-rt98

2023-11-26 Thread Luis Claudio R. Goncalves
On Fri, Nov 24, 2023 at 04:11:35PM +, Greg Kroah-Hartman wrote: > On Wed, Nov 22, 2023 at 10:36:23AM -0300, Luis Claudio R. Goncalves wrote: > > On Tue, Nov 21, 2023 at 10:01:25PM -0300, Luis Claudio R. Goncalves wrote: > > > Hello RT-list! > > > > > >

Re: [Etherlab-users] Embedded PC with out of the box support for igh-ethercat

2023-11-26 Thread Luis Matos
r a serial machine, or if we can (our case). The biggest advice is to structure your application well, keep in mind that slow tasks will slow your process overall. So, no hard disk reads or writes, communications or what so ever in the process task. Best Regards, Luis Matos Às 23:14 de

Re: [Health-dev] Thalamus config to connect a HMIS server

2023-11-23 Thread Luis Falcon
Dear Juan Pablo On Thu, 23 Nov 2023 08:00:00 +0100 Juan Pablo Rodriguez Esteban wrote: > Hello > > Thank you for your image, Luis: adjusting our parameters, test > connection button shows an OK now ! > Excellent! That's always a good sign :) > One question more, ple

Re: [ANNOUNCE] 5.10.201-rt98

2023-11-22 Thread Luis Claudio R. Goncalves
On Tue, Nov 21, 2023 at 10:01:25PM -0300, Luis Claudio R. Goncalves wrote: > Hello RT-list! > > I'm pleased to announce the 5.10.201-rt98 stable release. > > This release is just an update to the new stable 5.10.201 > version and no RT changes have been made. > >

Re: [PVE-User] LXC with NFS storage

2023-11-22 Thread Luis G. Coralle
pve-user mailing list > pve-user@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user > > -- Luis G. Coralle Secretaría de TIC Facultad de Informática Universidad Nacional del Comahue (+54) 299-4490300 Int 647 ___ pve-user ma

Re: KRnet> KR retract gear parts...new/used

2023-11-22 Thread Luis Claudio via KRnet
ever need to talk to him...  Luis  On Tuesday, November 21, 2023 at 09:20:15 PM CST, James Gogniat via KRnet wrote: Luis it is a pleasure to hear from you. I live west of you in Bridgeport, TX.  On Tue, Nov 21, 2023, 9:09 PM Luis Claudio via KRnet wrote: James if you are ever in the ar

Re: KRnet> KR retract gear parts...new/used

2023-11-21 Thread Luis Claudio via KRnet
converting to fix gear shortly. Best regards  Luis R ClaudioN8981S  based KHQZDallas, Texas On Tuesday, November 21, 2023 at 04:21:48 PM CST, lee vandyke2.com wrote: I have a brand new set still in the original box sent from RR.  Never been drilled.  Send me a mess off line.  l...@vandyke2

[ANNOUNCE] 4.14.330-rt157

2023-11-21 Thread Luis Claudio R. Goncalves
/docs/kernel/pgpkeys.git Enjoy! Luis

[ANNOUNCE] 5.10.201-rt98

2023-11-21 Thread Luis Claudio R. Goncalves
ernel/pgpkeys.git Enjoy! Luis

Re: [Health-dev] Thalamus config to connect a HMIS server

2023-11-20 Thread Luis Falcon
Hi, again :) On Mon, 20 Nov 2023 16:58:04 + Luis Falcon wrote: > > My question is ¿ Where can I find documentation to configure and > > testi a connection between thalamus and HMIS server ? > > > > You're probably looking for the HMIS settings for the GNU H

Re: [Health-dev] Thalamus config to connect a HMIS server

2023-11-20 Thread Luis Falcon
n We are updating the official documentation and will also integrate this section. The main concepts are the Pages of Life, the Federation queue and the connection settings from the HMIS to the Thalamus server. Let us know how it goes! :) All the best Luis

[Touch-packages] [Bug 2043524] Re: audio disappeared after upgrade to Ubuntu 23.10

2023-11-19 Thread Luis Alvarado
Same thing is happening here with an Asus Z790. It was working properly on 23.04. Not on 23.10 the sound works like this: HiFi 2.0 - Very low sound. I have to crank the sound to max to barely hear it. HiFi 5.1 - Only the front ones sound (but they sound around 60% when the volume is at 100%, mean

[Desktop-packages] [Bug 2043524] Re: audio disappeared after upgrade to Ubuntu 23.10

2023-11-19 Thread Luis Alvarado
Same thing is happening here with an Asus Z790. It was working properly on 23.04. Not on 23.10 the sound works like this: HiFi 2.0 - Very low sound. I have to crank the sound to max to barely hear it. HiFi 5.1 - Only the front ones sound (but they sound around 60% when the volume is at 100%, mean

Re: guix shell documentation, container example

2023-11-19 Thread Luis Felipe
Hi, El 19/11/23 a las 8:56, Giacomo escribió: Hi Nicolas, It seems you are running this command under Wayland and the person who wrote it did under X11. Maybe try the same command under X11? I'm using X11 and get the same error. I don't know what's the appropriate way of running a contain

CGD - unable to open after closing, using '-V gpt', argon2id and adiantum

2023-11-18 Thread Luis Mendes
please reenter passphrase". What is wrong with this setup? Luis

[KPipeWire] [Bug 469005] Very high memory used while screen recording (possibly cursor related)

2023-11-18 Thread Luis B
https://bugs.kde.org/show_bug.cgi?id=469005 Luis B changed: What|Removed |Added CC||luis.bue...@server23.cc -- You are receiving this

Re: Difficulties opening a CGD gpt partition

2023-11-18 Thread Luis Mendes
On Thu, 16 Nov 2023 18:58:00 + Luis Mendes wrote: > Hi, > > I had everything setup in a nvme disk, so that the 4 wedges of ld0 (nvme) > were: > dk0 efi partition > dk1 swap > dk2 ffs > dk3 cgd > > I did a image copy of the disk with clonezilla because somet

Re: [RFC PATCH 1/2] Modules: Introduce boot-time module signature flexibility

2023-11-17 Thread Luis Chamberlain
On Fri, Nov 17, 2023 at 02:56:53PM +0100, Alessandro Carminati wrote: > Il giorno gio 16 nov 2023 alle ore 18:35 Luis Chamberlain > ha scritto: > > > > I see the code which skips module signature verification and the knobs > > but I don't see the code which complete

[ceph-users] Re: cephadm user on cephadm rpm package

2023-11-17 Thread Luis Domingues
bit redundant to have cephadm package to create that user, when we need to figure out how to enable cephadm's access to the machines. Anyway, thanks for your reply. Luis Domingues Proton AG On Friday, 17 November 2023 at 13:55, David C. wrote: > Hi, > > You can use the c

[ceph-users] cephadm user on cephadm rpm package

2023-11-17 Thread Luis Domingues
Hi, I noticed when installing the cephadm rpm package, to bootstrap a cluster for example, that a user cephadm was created. But I do not see it used anywhere. What is the purpose of creating a user on the machine we install the local binary of cephadm? Luis Domingues Proton AG

Difficulties opening a CGD gpt partition

2023-11-16 Thread Luis Mendes
Hi, I had everything setup in a nvme disk, so that the 4 wedges of ld0 (nvme) were: dk0 efi partition dk1 swap dk2 ffs dk3 cgd I did a image copy of the disk with clonezilla because sometimes the system stopped and the disk light was blinking regularly. It could be a hardware problem and I wan

Re: [RFC PATCH 1/2] Modules: Introduce boot-time module signature flexibility

2023-11-16 Thread Luis Chamberlain
G_MODULE_SIG > +extern int module_sig_check_wait; > +#endif Please add under is_module_sig_enforced. That's one new line Vs 3 new ones. I see the code which skips module signature verification and the knobs but I don't see the code which complete the promise to do the actual signature verification post initrd / initramfs state. What gives? Luis

Re: [PATCH 2/3] modpost: Extended modversion support

2023-11-16 Thread Luis Chamberlain
/scripts/mod/modpost.c > index 973b5e5ae2dd..884860c2e833 100644 > --- a/scripts/mod/modpost.c > +++ b/scripts/mod/modpost.c > @@ -1910,15 +1910,42 @@ static void add_versions(struct buffer *b, struct > module *mod) > continue; > } > if (strlen(s->name) >= MODULE_NAME_LEN) { > - error("too long symbol \"%s\" [%s.ko]\n", > - s->name, mod->name); > - break; > + /* this symbol will only be in the extended info */ > + continue; I cannot grok why this is being done, but hopefully in the next patch series this will be easier to understand. Luis

Re: [PATCH 2/3] modpost: Extended modversion support

2023-11-16 Thread Luis Chamberlain
/scripts/mod/modpost.c > index 973b5e5ae2dd..884860c2e833 100644 > --- a/scripts/mod/modpost.c > +++ b/scripts/mod/modpost.c > @@ -1910,15 +1910,42 @@ static void add_versions(struct buffer *b, struct > module *mod) > continue; > } > if (strlen(s->name) >= MODULE_NAME_LEN) { > - error("too long symbol \"%s\" [%s.ko]\n", > - s->name, mod->name); > - break; > + /* this symbol will only be in the extended info */ > + continue; I cannot grok why this is being done, but hopefully in the next patch series this will be easier to understand. Luis

Re: [PULL 06/23] tests/tcg: add an explicit gdbstub register tester

2023-11-16 Thread Luis Machado
On 11/15/23 20:56, Alex Bennée via Gdb wrote: > "Nicholas Piggin" writes: > >> On Wed Nov 8, 2023 at 12:23 AM AEST, Alex Bennée wrote: >>> We already do a couple of "info registers" for specific tests but this >>> is a more comprehensive multiarch test. It also has some output >>> helpful for debu

[dns-wg] Candidates for the open co-chair position at the DNS WG

2023-11-15 Thread Joao Luis Silva Damas
Dear all, I am glad to share with you that we have 3 candidates for the co-chair position that will become vacant soon, at RIPE 87. The DNS WG co-chairs hereby solicit expressions of support for your favourite candidate(s) on this mailing list. We will collect all input from the WG up to Monda

[Observium] Re: observium Digest, Vol 160, Issue 8

2023-11-14 Thread Luis Olavarrieta via observium
servium.org <mailto:observium-requ...@lists.observium.org>" mailto:observium-requ...@lists.observium.org>>, Luis Olavarrieta mailto:luis.olavarri...@wynnmex.com>> Message-ID: mailto:qk5nmw3bf4dhtpsio+sjmsdvkwm01hnue...@mail.gmail.com>> Content-Type: multipart/related; boundary="

[Health-dev] [task #16423] Support generate DICOM Modality Worklists

2023-11-12 Thread Luis Falcon
Follow-up Comment #20, task #16423 (project health): Wonderful! So now we can focus on populating the health_surgery_protocols datafile, testing and documentation. Bests Luis ___ Reply to this item at: <https://savannah.gnu.org/t

Re: [PATCH] fix(libc): Fix handle of %E & %O modifiers at end of format string

2023-11-11 Thread Pedro Luis Castedo Cepeda
El 11/11/2023 a las 6:57, Brian Inglis escribió: On 2023-11-10 10:44, Pedro Luis Castedo Cepeda wrote: El 10/11/2023 a las 11:16, Corinna Vinschen escribió: On Nov  9 23:17, Brian Inglis wrote: On 2023-11-09 12:04, Pedro Luis Castedo Cepeda wrote: - Prevent strftime to parsing format string

[ANNOUNCE] 4.14.328-rt156

2023-11-10 Thread Luis Claudio R. Goncalves
b/scm/docs/kernel/pgpkeys.git Enjoy! Luis

[ANNOUNCE] 5.10.199-rt97

2023-11-10 Thread Luis Claudio R. Goncalves
s and repositories can be found on the following git repository: git://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git Enjoy! Luis RT Changes since v5.10.197-rt96: --- Luis Claudio R. Goncalves (3): net: replace raw_write_seqcount_t_begin by do_raw_write_seqcount_begin diff --git a/in

Re: [PATCH] fix(libc): Fix handle of %E & %O modifiers at end of format string

2023-11-10 Thread Pedro Luis Castedo Cepeda
El 10/11/2023 a las 11:16, Corinna Vinschen escribió: On Nov 9 23:17, Brian Inglis wrote: On 2023-11-09 12:04, Pedro Luis Castedo Cepeda wrote: - Prevent strftime to parsing format string beyond its end when it finish with "%E" or "%O". --- newlib/libc/time/strftim

Re: [OPSAWG] Time Schedule Side Meeting Update

2023-11-10 Thread LUIS MIGUEL CONTRERAS MURILLO
carriers' networks) where the scheduling could require some time zone awareness. Let's discuss these things during the draft alignment process. Thanks again Best regards Luis De: OPSAWG En nombre de Qin Wu Enviado el: viernes, 10 de noviembre de 2023 10:02 Para: opsawg@ietf.org CC: Y

[Health-dev] [task #16423] Support generate DICOM Modality Worklists

2023-11-09 Thread Luis Falcon
Follow-up Comment #18, task #16423 (project health): Thank you, Feng! We should go code freeze on Sunday to prepare 4.4 All the best Luis ___ Reply to this item at: <https://savannah.gnu.org/task/?16

Re: Convertion of CIM CGMES format into a MATPOWER case struct

2023-11-09 Thread Jose Luis Marín
Y%3D&reserved=0>* * Grid modelling* - *We can load a network from a file. The supported formats are for the moment CGMES, MATPOWER, IEEE-CDF, PSS/E, UCTE and XIIDM.* - *We can save a network to a file. The supported formats are for the moment CGMES, UCTE, and XIIDM.* -- Jose

[PATCH] fix(libc): Fix handle of %E & %O modifiers at end of format string

2023-11-09 Thread Pedro Luis Castedo Cepeda
- Prevent strftime to parsing format string beyond its end when it finish with "%E" or "%O". --- newlib/libc/time/strftime.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newlib/libc/time/strftime.c b/newlib/libc/time/strftime.c index 56f227c5f..c4e9e45a9 100644 --- a/newlib/libc/time/st

[Health-dev] [bug #64665] Product cost_price needs to be passed as an argument in stock moves

2023-11-09 Thread Luis Falcon
Update of bug #64665 (project health): Status: In Progress => Ready For Test ___ Follow-up Comment #3: Fixed in https://hg.savannah.gnu.org/hgweb/health/rev/b05f4bb4097e

[Health-dev] [bug #64665] Product cost_price needs to be passed as an argument in stock moves

2023-11-09 Thread Luis Falcon
Update of bug #64665 (project health): Status: Fixed => In Progress Open/Closed: Closed => Open ___ Follow-up Comment #2: The issue is reprodu

Re: Recommended way of packaging web themes

2023-11-09 Thread Luis Felipe
Hi Felix, Tomas, El 9/11/23 a las 7:56, Tomas Volf escribió: On 2023-11-08 15:44:46 -0800, Felix Lechner via Development of GNU Guix and the GNU System distribution. wrote: Hi Felipe, On Wed, Nov 08 2023, Luis Felipe wrote: I'm looking into packaging the current Guix's web

Re: "Could not resolve host" error only on the multi interface

2023-11-09 Thread Luis Carlos Chalaca Figueira via curl-library
On 01/11/23 18:32, Dmitry Karpov via curl-library wrote: -Original Message- From: Luis Carlos Chalaca Figueira Sent: Wednesday, November 1, 2023 9:18 AM To: libcurl development Cc: Dmitry Karpov Subject: [EXTERNAL] Re: "Could not resolve host" error only on the multi interf

Recommended way of packaging web themes

2023-11-08 Thread Luis Felipe
onts. I've experimented a bit and packaged both themes: https://codeberg.org/luis-felipe/guix-channel-x/src/branch/trunk/luflac-x/packages/web-themes.scm Once installed, I can access both themes from a custom path indicated by a non-standard environment variable (WEB_THEMES_PATH, currentl

[Health-dev] [task #16403] Include ambulatory care reporting

2023-11-07 Thread Luis Falcon
Update of task #16403 (project health): Status: In Progress => Ready For Test Percent Complete: 0% => 100% ___ Follow-up Comment #1: Completed at change

[Health-dev] [task #16423] Support generate DICOM Modality Worklists

2023-11-07 Thread Luis Falcon
Follow-up Comment #16, task #16423 (project health): Feng, what's are we missing to take it to 100%? ___ Reply to this item at: ___ Message sent via Sa

[Health-dev] [task #16398] Make age string returned by compute_age_from_dates function translatable.

2023-11-07 Thread Luis Falcon
Update of task #16398 (project health): Percent Complete: 90% => 100% ___ Follow-up Comment #3: LGTM ___ Reply to this item at:

[Health-dev] [task #16399] Support no-patient labtest

2023-11-07 Thread Luis Falcon
Update of task #16399 (project health): Percent Complete: 90% => 100% ___ Follow-up Comment #11: Looks good to me. Testing on creating the test for patients and other sources, validating and p

[Health-dev] [task #16456] Menu for dental treatments

2023-11-07 Thread Luis Falcon
Follow-up Comment #3, task #16456 (project health): Thanks for reporting! Yes... there was a typo on the icon name :) Fixed in: https://hg.savannah.gnu.org/hgweb/health/rev/8d3f66c83321 ___ Reply to this item at:

[dns-wg] Revised timeline for DNS WG co chair selection

2023-11-07 Thread Joao Luis Silva Damas
Dear Colleagues, We are re-issuing the call for volunteers for the soon-to-be-vacant co-chair slot. Note the new dates, with the call for candidates extended by one week to Sunday 12th November * Please DO NOT

[exim] Re: Receive message sent to list where sender is on

2023-11-06 Thread Luis F. V. Gomes via Exim-users
kup{$local_part}lsearch{/etc/aliases}} # user = exim   file_transport = address_file   pipe_transport = address_pipe What's going on? Can you help? Thank you. On 2023-11-01 10:15, Luis F. V. Gomes via Exim-users wrote: Hello, Jarland That's an important observation. One

[Health-dev] [task #16456] Menu for dental treatments

2023-11-06 Thread Luis Falcon
Update of task #16456 (project health): Status: In Progress => Ready For Test Percent Complete: 80% => 100% ___ Reply to this item at:

[Health-dev] [bug #64868] Can't exec odontogram wizard from dentistry treatment model

2023-11-06 Thread Luis Falcon
Update of bug #64868 (project health): Status: Confirmed => Ready For Test Release:None => 4.2.0 ___ Follow-up Comment #1: Fixed on https://hg

[Health-dev] [bug #64868] Can't exec odontogram wizard from dentistry treatment model

2023-11-06 Thread Luis Falcon
Module: health_dentistry Component: Hospital Management ___ Follow-up Comments: --- Date: Mon 06 Nov 2023 04:11:55 PM UTC By: Luis Falcon You will get an error ab

[Health-dev] [task #16456] Menu for dental treatments

2023-11-06 Thread Luis Falcon
Update of task #16456 (project health): Percent Complete: 0% => 80% ___ Follow-up Comment #1: changeset: 6246:9e32d9519c0c tag: tip user: Luis Falcon date:Mon

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-11-04 Thread Luis Felipe
El 3/11/23 a las 21:19, John Kehayias escribió: On Fri, Nov 03, 2023 at 01:39 PM, Ricardo Wurmus wrote: Luis Felipe writes: El 26/10/23 a las 14:03, Luis Felipe escribió: El 25/10/23 a las 21:17, Julien Lepiller escribió: The print service I usually use has a lot of options for flyers

[Health-dev] [task #16439] Include surgery stock moves

2023-11-03 Thread Luis Falcon
Update of task #16439 (project health): Should be Finished on: Thu 14 Sep 2023 12:00:00 AM UTC => Sun 26 Nov 2023 12:00:00 AM UTC Status:None => Ready For Test Percent Complete: 0% => 100%

[dspace-tech] External IIIF Manifest

2023-11-03 Thread José Luis Rodríguez Gómez
Hi all, I wonder if there is a development or a module that allows to give a url of an external manifest and that dspace displays it in miradorx. I have a Dspace 7.6 installation. The problem is that I have a cantaloupe and the manifests previously created for all my collections and I don't wa

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-11-03 Thread Luis Felipe
El 3/11/23 a las 12:39, Ricardo Wurmus escribió: Luis Felipe writes: El 26/10/23 a las 14:03, Luis Felipe escribió: El 25/10/23 a las 21:17, Julien Lepiller escribió: The print service I usually use has a lot of options for flyers, {10,15,20,30}*{10,15,20,30}, 12*12, 21*29.7 and 30*40 cm. I

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-11-03 Thread Luis Felipe
Hello again, El 2/11/23 a las 19:48, Luis Felipe escribió: Hi, El 26/10/23 a las 14:03, Luis Felipe escribió: El 25/10/23 a las 21:17, Julien Lepiller escribió: The print service I usually use has a lot of options for flyers, {10,15,20,30}*{10,15,20,30}, 12*12, 21*29.7 and 30*40 cm. I think

Re: v5.10 and less needs a fix up for __build_all_zonelists()

2023-11-03 Thread Luis Claudio R. Goncalves
On Fri, Nov 03, 2023 at 12:35:29PM +0100, Sebastian Andrzej Siewior wrote: > Hi! > > upstream landed commit > a2ebb51575828 ("mm/page_alloc: use write_seqlock_irqsave() instead > write_seqlock() + local_irq_save().") > > a while ago after Luis pointed me a

Re: [alto] New draft on joint exposure of network and compute information

2023-11-02 Thread LUIS MIGUEL CONTRERAS MURILLO
stage of the service lifecycle we are considering (e.g., path computation, traffic forwarding, monitoring of communication service health, etc). Best regards Luis De: alto En nombre de Adrian Farrel Enviado el: jueves, 2 de noviembre de 2023 21:43 Para: 'Jordi Ros Giralt' ; 'Lin

Re: [alto] [Cats] [Idr] New draft on joint exposure of network and compute information

2023-11-02 Thread LUIS MIGUEL CONTRERAS MURILLO
Hi Joel, all, Please, see in-line Best regards Luis De: Cats En nombre de Joel Halpern Enviado el: jueves, 2 de noviembre de 2023 19:04 Para: Jordi Ros Giralt ; Linda Dunbar ; c...@ietf.org; alto@ietf.org CC: i...@ietf.org Asunto: Re: [Cats] [Idr] New draft on joint exposure of network and

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-11-02 Thread Luis Felipe
Hi, El 26/10/23 a las 14:03, Luis Felipe escribió: El 25/10/23 a las 21:17, Julien Lepiller escribió: The print service I usually use has a lot of options for flyers, {10,15,20,30}*{10,15,20,30}, 12*12, 21*29.7 and 30*40 cm. I think 15*20 would be best. Visit cards would be 3.5*7.5, 5.5*8.5

[Kernel-packages] [Bug 2040157] Re: Unable to use nvme drive to install Ubuntu 23.10

2023-11-02 Thread Luis Alberto Pabón
Just to clarify, on mantic and kernel 6.5.0-12 the nvme issue is there, but not the graphical issue with Plymouth or GDM hanging - I can boot up the NVME drive from a usb-c adaptor and the problems aren't there. -- You received this bug notification because you are a member of Kernel Packages, wh

[Kernel-packages] [Bug 2040157] Re: Unable to use nvme drive to install Ubuntu 23.10

2023-11-02 Thread Luis Alberto Pabón
@Eric, those issues are introduced with this kernel as well, either as a result of the patch or something else. Also, ubuntu lunar's current kernel (6.2.0-36-generic) does not suffer from the nvme issue. I'm writing this from there. -- You received this bug notification because you are a membe

[Kernel-packages] [Bug 2040157] Re: Unable to use nvme drive to install Ubuntu 23.10

2023-11-02 Thread Luis Alberto Pabón
** Tags removed: verification-needed-mantic-linux ** Tags added: verification-failed-mantic-linux -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2040157 Title: Unable to use nvme drive t

[sqlalchemy] ✅TOTOJITU, ✅DAFTAR TOTOJITU, ✅SITUS TOTOJITU, ✅LINK TOTOJITU

2023-11-02 Thread Dharmawan Luis
👉LINK LOGIN TOTOJITU: https://heylink.me/totojitu1/ 👉LINK DAFTAR TOTOJITU: https://heylink.me/totojitu1/ 👉DAFTAR LINK TOTOJITU 👉LINK GACOR TOTOJITU 👉LINK DEPOSIT TOTOJITU 👉LINK DAFTAR TOTOJITU 👉LINK ALTERNATIF TOTOJITU 👉LINK SLOT GACOR 👉LINK SLOT THAILAND 👉LINK SLOT PULSA 👉LINK SLOT DEPO 10K 👉DIAT

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

2023-11-01 Thread Luis Chamberlain
er a month. Andrea Righi (1): module/decompress: use vmalloc() for gzip decompression workspace Kees Cook (2): module: Clarify documentation of module_param_call() module: Annotate struct module_notes_attrs with __counted_by Luis Chamberlain (1): MAINTAINERS: a

Re: "Could not resolve host" error only on the multi interface

2023-11-01 Thread Luis Carlos Chalaca Figueira via curl-library
On 31/10/23 19:25, Jeffrey Walton wrote: On Tue, Oct 31, 2023 at 1:28 PM Luis Carlos Chalaca Figueira via curl-library wrote: I'm building a web crawler. Started with python but the need for speed led me to libcurl. The obstacle I'm having is: when using the multi interface a big p

Re: "Could not resolve host" error only on the multi interface

2023-11-01 Thread Luis Carlos Chalaca Figueira via curl-library
f your DNS queries/response were actually sent/received on the wire. Thanks, Dmitry Karpov -Original Message- From: curl-library On Behalf Of Luis Carlos Chalaca Figueira via curl-library Sent: Tuesday, October 31, 2023 10:08 AM To: curl-library@lists.haxx.se Cc: Luis Carlos Chalaca Figueir

Re: Proposal: Differentiate products more clearly (Cycle 01)

2023-11-01 Thread Luis Felipe
ded by Guix... Would you still disagree with the differentiation of both products if the definition of Guix changed from "package manager" to, say, "a tool for reproducible deployment at every level of scale", as Ricardo suggest (https://lists.gnu.org/archive/html/guix-devel

<    5   6   7   8   9   10   11   12   13   14   >