Re: Big crash while S&R advanced

2024-10-06 Thread Jean-Marc Lasgouttes
Le 06/10/2024 à 09:34, Murat Yildizoglu a écrit : I wanted to signal as a bug but the bug tracker has forgotten me it seems and my login is rejected now. Hi Murat, Let's start with this. Can you send me privately your login name and the associated address (if it is not the one I see here)?

[MariaDB discuss] Cannot backup database

2024-10-05 Thread Marc Chamberlin via discuss
ose who can guide me back to the mariadb light!   Marc C... ___ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-le...@lists.mariadb.org

How to check whether lip movement is significant using face landmarks in dlib?

2024-10-05 Thread marc nicole via Python-list
I am trying to assess whether the lips of a person are moving too much while the mouth is closed (to conclude they are chewing). I try to assess the lip movement through landmarks (dlib) : Inspired by the mouth example ( https://github.com/mauckc/mouth-open/blob/master/detect_open_mouth.py#L17),

[OpenIndiana-discuss] cannot install gimp

2024-10-05 Thread Marc Lobelle via openindiana-discuss
ée consolidation/userland/userland-incorporation@0.5.11-2022.1.0.17771* ml@spitfire:/home/ml# What should I do ? Thanks, Marc ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org https://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [PATCH v14 4/5] KVM: arm64: Set PSTATE.EXLOCK when entering an exception

2024-10-05 Thread Marc Zyngier
On Sat, 05 Oct 2024 15:14:21 +0100, Mark Brown wrote: > > On Sat, Oct 05, 2024 at 01:36:09PM +0100, Marc Zyngier wrote: > > Mark Brown wrote: > > > > + // PSTATE.EXLOCK is set to 0 upon any exception to a higher > > > + // EL, or to GCSCR_ELx.EXLO

Re: LyX usage and Tricks

2024-10-05 Thread Jean-Marc Lasgouttes
Le 05/10/2024 à 17:29, A-Imam Al-Sammak a écrit : Thank you again for your sincere efforts. Actually I found an easier one which is built in LyX. Lyx has a very large collection of symbols and characters, for example to insert “therefore sign”: go to "Math mode" inside the placeholder >Insert >

Re: [PATCH v14 3/5] KVM: arm64: Manage GCS access and registers for guests

2024-10-05 Thread Marc Zyngier
On Sat, 05 Oct 2024 15:26:38 +0100, Mark Brown wrote: > > [1 ] > On Sat, Oct 05, 2024 at 03:02:09PM +0100, Marc Zyngier wrote: > > Mark Brown wrote: > > > > Ah, I see. I'd been under the impression that the generic machinery was > > > supposed to hand

Re: [PATCH v14 3/5] KVM: arm64: Manage GCS access and registers for guests

2024-10-05 Thread Marc Zyngier
On Sat, 05 Oct 2024 14:48:09 +0100, Mark Brown wrote: > > [1 ] > On Sat, Oct 05, 2024 at 02:18:57PM +0100, Marc Zyngier wrote: > > Mark Brown wrote: > > > On Sat, Oct 05, 2024 at 12:34:20PM +0100, Marc Zyngier wrote: > > > > > Where is the handling of tr

Re: [LyX/master] Add ScrollType BOTTOM and TOGGLE for BufferView::scrollToCursor()

2024-10-05 Thread Jean-Marc Lasgouttes
Le 19/09/2024 à 23:19, Pavel Sanda a écrit : Before I revert that part, did you try to click several times on the toc entry? I personally think that it is a good way to look around cursor position. Yes, I tried. I am not against that functionality, but I would like the first click puts the curs

[LyX/master] Fix up 6c20e5db: let PARAGRAPH_GOTO use SCROLL_TOP again

2024-10-05 Thread Jean-Marc Lasgouttes
commit 4d89b2903b5fc51fd6e1b8efe9a9ed46113b34d7 Author: Jean-Marc Lasgouttes Date: Sat Oct 5 15:30:22 2024 +0200 Fix up 6c20e5db: let PARAGRAPH_GOTO use SCROLL_TOP again As said, this was an experiment. It did not seem to stick. --- src/BufferView.cpp | 2 +- 1 file changed, 1

Re: [LyX/master] Clean up after removal of strfwd.h

2024-10-05 Thread Jean-Marc Lasgouttes
Le 05/10/2024 à 15:15, Jean-Marc Lasgouttes a écrit : commit 09684899d68972ff2dc415218a8411fc7ccc2b69 Author: Jean-Marc Lasgouttes Date: Sat Oct 5 15:04:51 2024 +0200 Clean up after removal of strfwd.h Remove autoconf tests for whether std::string uses COW, since this is

Re: [PATCH v14 3/5] KVM: arm64: Manage GCS access and registers for guests

2024-10-05 Thread Marc Zyngier
On Sat, 05 Oct 2024 14:08:39 +0100, Mark Brown wrote: > > On Sat, Oct 05, 2024 at 12:34:20PM +0100, Marc Zyngier wrote: > > Mark Brown wrote: > > > > + if (!kvm_has_gcs(kvm)) { > > > + kvm->arch.fgu[H

[LyX/master] Remove configure test for std::call_once

2024-10-05 Thread Jean-Marc Lasgouttes
commit 02beaa0a7bc4a094fe54a5453a2e585a077a1eb1 Author: Jean-Marc Lasgouttes Date: Sat Oct 5 15:17:37 2024 +0200 Remove configure test for std::call_once It was not needed anymore since 193cda6e. --- config/lyxinclude.m4 | 27 --- 1 file changed, 27

[LyX/master] Clean up after removal of strfwd.h

2024-10-05 Thread Jean-Marc Lasgouttes
commit 09684899d68972ff2dc415218a8411fc7ccc2b69 Author: Jean-Marc Lasgouttes Date: Sat Oct 5 15:04:51 2024 +0200 Clean up after removal of strfwd.h Remove autoconf tests for whether std::string uses COW, since this is forbidden by C++11 standard. Forbid the use of gcc

Re: [PATCH v14 4/5] KVM: arm64: Set PSTATE.EXLOCK when entering an exception

2024-10-05 Thread Marc Zyngier
On Sat, 05 Oct 2024 11:37:31 +0100, Mark Brown wrote: > > As per DDI 0487 RWTXBY we need to manage PSTATE.EXLOCK when entering an > exception, when the exception is entered from a lower EL the bit is cleared > while if entering from the same EL it is set to GCSCR_ELx.EXLOCKEN. > Implement this be

Re: [PATCH v14 3/5] KVM: arm64: Manage GCS access and registers for guests

2024-10-05 Thread Marc Zyngier
On Sat, 05 Oct 2024 11:37:30 +0100, Mark Brown wrote: > > GCS introduces a number of system registers for EL1 and EL0, on systems > with GCS we need to context switch them and expose them to VMMs to allow > guests to use GCS. > > In order to allow guests to use GCS we also need to configure > HC

Re: LyX usage and Tricks

2024-10-05 Thread Jean-Marc Lasgouttes
Le 05/10/2024 à 11:24, A-Imam Al-Sammak a écrit : Dear Neal Thank you for your prompt response which I highly appreciate. Dear A-Imam, Actually it was me asking :) Neal: * “Need space between Table and its title”: What title are you mentioning here? Is that the caption? On screen or in PDF o

Re: [gull] [Vraiment resolu] fail2ban + ipset (ksoftirqd congestionne a ~500Ko/s (Ubuntu 22.04))

2024-10-05 Thread Marc SCHAEFER via gull
Hello, On Mon, Sep 30, 2024 at 05:04:24PM +0200, Frederic Dumas via gull wrote: > On me glisse dans l'oreillette qu'il serait peut-être temps de passer à > nftables, plutôt que de bricoler ipset en surcouche d'iptables. :-) Merci à > la régie ! Tout à fait. Même si dans les cas simples, il semb

[gull] Intégrité des données

2024-10-05 Thread Marc SCHAEFER via gull
Bonjour, Certains, pour garantir l'intégrité de leur données utilisent btrfs ou zfs. Mais il y a d'autres approches possibles, et j'en ai documenté une qui respecte l'approche en couche UNIX: https://wiki.alphanet.ch/Sandbox/ExperienceIntegriteFS Bon appétit :) ___

[wsjt-devel] WSJT-X 2.7.0-rc7 rig errors

2024-10-04 Thread Marc Wiz via wsjt-devel
wsjtx_syslog.log   Thanks, Marc WA6HBR   [RIGCTRL][2024-10-05 01:01:29.225598][00:05:14.206287][error] icom_get_freq: wrong frame len=0 [RIGCTRL][2024-10-05 01:01:29.225676][00:05:14.206365][error] error: ***3:frame.c(507):icom_transaction entered icom_transaction: cmd=0x25, subcmd=0x00

Re: Contenu de $OPTARG avec getopts pour analyser les options d'un script en bash

2024-10-04 Thread Marc Chantreux
ut echo output: $output mais comme je le disais au début: je pense que c'est une mauvaise idée. si tu nous explique ce que fait ton script, on pourrait peut-être t'aider mieux? cordialement, -- Marc Chantreux Pôle CESAR (Calcul et services avancés à la recherche) Université de Strasbourg 14 rue René Descartes, BP 80010, 67084 STRASBOURG CEDEX 03.68.85.60.79

Bug#1082773: deluser.8: Some remarks and editorial changes for this man page

2024-10-04 Thread Marc Haber
groff to do that. This should be in lintian and salsa-ci. Thanks for submitting the patch. It has helped to make the man pages better. Greetings Marc

[389-users] Re: Inconsistent Ldap connection issues

2024-10-04 Thread Marc Sauton via 389-users
tune up nsslapd-listen-backlog-size and verify the net.core.somaxconn and net.ipv4.tcp_max_syn_backlog are high enough ( sysctl -a ) possibly tune down the nsslapd-ioblocktimeout value Thanks, M. On Fri, Oct 4, 2024 at 11:06 AM gwaters-web--- via 389-users < 389-users@lists.fedoraproject.org> wrot

Re: GCC >= 5? (was: [patch] Removal of strfwd.h)

2024-10-04 Thread Jean-Marc Lasgouttes
Le 04/10/2024 à 19:18, Enrico Forestieri a écrit : We should now either get rid of STD_STRING_USES_COW or implement the right check for it. I would get rid of it, since it is required by the standard to not use COW. Our new requirement is "a C++ compiler that _really_ implements C++11" (remem

Re: GCC >= 5? (was: [patch] Removal of strfwd.h)

2024-10-04 Thread Jean-Marc Lasgouttes
Le 04/10/2024 à 17:20, Pavel Sanda a écrit : On Fri, Oct 04, 2024 at 04:46:01PM +0200, Jean-Marc Lasgouttes wrote: I did not read completely your comment in docstring.h. I think we can get rid completely of the names trvstring and trivdocstring soon after this landed. If we are sure that the

Re: GCC >= 5? (was: [patch] Removal of strfwd.h)

2024-10-04 Thread Jean-Marc Lasgouttes
Le 04/10/2024 à 16:36, Pavel Sanda a écrit : On Fri, Oct 04, 2024 at 04:18:54PM +0200, Jean-Marc Lasgouttes wrote: This looks good to me. Note that this whole test program can be removed: I was thinking about it and spared it as you can see it as a test for docstring sanity now. But I can

Re: GCC >= 5? (was: [patch] Removal of strfwd.h)

2024-10-04 Thread Jean-Marc Lasgouttes
Le 04/10/2024 à 15:17, Pavel Sanda a écrit : On Fri, Oct 04, 2024 at 12:51:56PM +0200, Enrico Forestieri wrote: On Fri, Oct 04, 2024 at 11:52:01AM +0200, Pavel Sanda wrote: I am all for ditching trivstring, but it all depends on Enrico's stance, I didn't folow the previous discussion on string

[Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-04 Thread Marc Püschel
FOREMOST, IT'S A WARNING TO ALL USERS WHICH HAVE MAYBE THE SAME ISSUE. HANDS AWAY FROM MANUALLY INSTALLING OF CUPS ON UBUNTU!!! I thought that my problem could only have been caused by an error in the cups system. Foremost I did this from comment 3: https://askubuntu.com/questions/1286047/how-to-

[Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-04 Thread Marc Püschel
FOREMOST, IT'S A WARNING TO ALL USERS WHICH HAVE MAYBE THE SAME ISSUE. HANDS AWAY FROM MANUALLY INSTALLING OF CUPS ON UBUNTU!!! I thought that my problem could only have been caused by an error in the cups system. Foremost I did this from comment 3: https://askubuntu.com/questions/1286047/how-to-

[Desktop-packages] [Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-04 Thread Marc Püschel
FOREMOST, IT'S A WARNING TO ALL USERS WHICH HAVE MAYBE THE SAME ISSUE. HANDS AWAY FROM MANUALLY INSTALLING OF CUPS ON UBUNTU!!! I thought that my problem could only have been caused by an error in the cups system. Foremost I did this from comment 3: https://askubuntu.com/questions/1286047/how-to-

Re: LyX usage and Tricks

2024-10-04 Thread Jean-Marc Lasgouttes
Le 04/10/2024 à 09:17, A-Imam Al-Sammak a écrit : Dear all I would like to thank you for supporting my journey with LyX. During my journey I document my experience in one file that is a reference for me. I learnt  a lot of tricks from the internet, upwork.com jobs and defi

Bug#1083293: adduser: french translation of adduser’s manpage

2024-10-04 Thread Marc Haber
> Please find attached the french update of the translation of the manpage of > adduser, proofread by the debian-l10n-french mailing list contributors. Merci beaucoup! Committed and pushed. Greetings Marc --

[sage-devel] The e_antic spkg doesn't build with XCode 16 on macOS Sequoia

2024-10-03 Thread Marc Culler
workaround,, because other compilers generate errors for this as well. So that workaround just needs to be activated for clang 16. There is a patch in this macports ticket <https://trac.macports.org/ticket/68920> that does this. - Marc -- You received this message because you are subscri

[PATCH] Add move constructor and move assignment operator for, FileName class

2024-10-03 Thread Jean-Marc Lasgouttes
This is my take on this patch from yuriy, after 854c9de8 had to be reverted. See discussion here: https://marc.info/?t=16101843892&r=2&w=2 In the case of move constructor, instead of setting the Private pointer of the moved FileName to nullptr, set it to a pointer to a static FileName::Pri

Re: [patch] Removal of strfwd.h

2024-10-03 Thread Jean-Marc Lasgouttes
Le 03/10/2024 à 23:33, Pavel Sanda a écrit : But I don't like it there as all trivstring stuff should imho go into trivstring.h. Before I was afraid what will break, but as I broke cygwin anyway, maybe it's time to get rid of this from docstring? If we decide that we want at least gcc5, we ca

Re: [sage-devel] gfortran 13.3.0 does not build for x86_64 with XCode 16 ...

2024-10-03 Thread Marc Culler
. - Marc On Thursday, October 3, 2024 at 3:19:13 PM UTC-5 dim...@gmail.com wrote: > Hi Marc, > does Homebrew's gfortran work for you? > Dima > > > On 3 October 2024 19:02:49 BST, Marc Culler wrote: > >> ... as I learned the hard way, after updating my build system to m

Re: [java code coverage] manual exclusions

2024-10-03 Thread Marc Hoffmann
Hi, please see FAQ (https://www.jacoco.org/jacoco/trunk/doc/faq.html): Regards, -marc Why do I see classes in the coverage report although I excluded them in the JaCoCo agent configuration? The includes and excludes options of the JaCoCo agent determine for which classes execution data is

Re: [Lazarus] Lazarus server under DDOS

2024-10-03 Thread Marc Weustink via lazarus
otected by them. I keep proving that I'm human. Besides, as long it is once in a few years, I don't see the need Marc -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[sage-devel] gfortran 13.3.0 does not build for x86_64 with XCode 16 ...

2024-10-03 Thread Marc Culler
... as I learned the hard way, after updating my build system to macOS 15. The cause is this bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116809 for which a patch exists. - Marc -- You received this message because you are subscribed to the Google Groups "sage-devel"

[jira] [Created] (FLINK-36421) Missing fsync in FsCheckpointStreamFactory

2024-10-03 Thread Marc Aurel Fritz (Jira)
Marc Aurel Fritz created FLINK-36421: Summary: Missing fsync in FsCheckpointStreamFactory Key: FLINK-36421 URL: https://issues.apache.org/jira/browse/FLINK-36421 Project: Flink Issue

[jira] [Created] (FLINK-36421) Missing fsync in FsCheckpointStreamFactory

2024-10-03 Thread Marc Aurel Fritz (Jira)
Marc Aurel Fritz created FLINK-36421: Summary: Missing fsync in FsCheckpointStreamFactory Key: FLINK-36421 URL: https://issues.apache.org/jira/browse/FLINK-36421 Project: Flink Issue

[USN-7055-1] FreeRADIUS vulnerability

2024-10-03 Thread Marc Deslauriers
: - Ubuntu 24.04 LTS - Ubuntu 22.04 LTS - Ubuntu 20.04 LTS Summary: A system authentication measure could be bypassed. Software Description: - freeradius: high-performance and highly configurable RADIUS server Details: Goldberg, Miro Haller, Nadia Heninger, Mike Milano, Dan Shumow, Marc

[USN-7054-1] unzip vulnerability

2024-10-03 Thread Marc Deslauriers
== Ubuntu Security Notice USN-7054-1 October 03, 2024 unzip vulnerability == A security issue affects these releases of Ubuntu and its derivatives: - U

Meaning behind the pekko.framesize configuration property and how to reduce it's size

2024-10-03 Thread Jean-Marc Paulin
Hi, We are running a Flink 1.19 application under heavy load. and out job manager failed to restart with exceptions like "Transient association error (association remains live)org.apache.pekko.remote.OversizedPayloadException: Discarding oversized payload sent to Actor[pekko.ssl.tcp://fl...@a

Re: Repository not accessible ATM

2024-10-03 Thread Jean-Marc Lasgouttes
Le 03/10/2024 à 14:34, Kornel Benko a écrit : About 13:38 CEST the access was OK, now I get (after 5 mins) ssh: connect to host git.lyx.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

[Desktop-packages] [Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-03 Thread Marc Püschel
1.) I Upgraded 22.04.* LTS AMD to 24.04.1 LTS AMD All was fine - except my Printer has stopped working (this has worked before the Upgrade!), but is installed again. This https://ibb.co/Sfxz7nY I didn't see in this first Step 2.) After a new reboot on the next day, I saw this https://ibb.co/Sfxz7

[Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-03 Thread Marc Püschel
1.) I Upgraded 22.04.* LTS AMD to 24.04.1 LTS AMD All was fine - except my Printer has stopped working (this has worked before the Upgrade!), but is installed again. This https://ibb.co/Sfxz7nY I didn't see in this first Step 2.) After a new reboot on the next day, I saw this https://ibb.co/Sfxz7

[Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-03 Thread Marc Püschel
1.) I Upgraded 22.04.* LTS AMD to 24.04.1 LTS AMD All was fine - except my Printer has stopped working (this has worked before the Upgrade!), but is installed again. This https://ibb.co/Sfxz7nY I didn't see in this first Step 2.) After a new reboot on the next day, I saw this https://ibb.co/Sfxz7

Re: [PATCH v2 3/4] schema: add TPM emulator

2024-10-03 Thread Marc-André Lureau
Hi Martin, Daniel On Wed, Oct 2, 2024 at 6:01 PM Martin Kletzander wrote: > > On Wed, Oct 02, 2024 at 03:43:22PM +0400, Marc-André Lureau wrote: > >Hi > > > >On Wed, Oct 2, 2024 at 11:34 AM Martin Kletzander > >wrote: > >> > >> On Wed, Oct 02, 2

[Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-03 Thread Marc Püschel
I really don't know what is happened that this problem can have cause. I've upgraded to 24.04.1 and my previous working printer (the same then now) has stopped working and on the next reboot I saw this like described here. I'm not sure what this problem has cause: - cups bug? - missing files for

[Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-03 Thread Marc Püschel
I really don't know what is happened that this problem can have cause. I've upgraded to 24.04.1 and my previous working printer (the same then now) has stopped working and on the next reboot I saw this like described here. I'm not sure what this problem has cause: - cups bug? - missing files for

[Desktop-packages] [Bug 2083530] Re: gnome-control-center not able to add printer or make settings

2024-10-03 Thread Marc Püschel
I really don't know what is happened that this problem can have cause. I've upgraded to 24.04.1 and my previous working printer (the same then now) has stopped working and on the next reboot I saw this like described here. I'm not sure what this problem has cause: - cups bug? - missing files for

[LyX/master] Avoid copying vector needlessly

2024-10-03 Thread Jean-Marc Lasgouttes
commit 69d8435a7f373994025ae23e796c6c1a73295404 Author: Jean-Marc Lasgouttes Date: Wed Oct 2 10:14:26 2024 +0200 Avoid copying vector needlessly The getLabel method will not consider more than 10 citation keys. Instead of removing elements from the keys vector, this commit

Re: [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests

2024-10-02 Thread Marc Zyngier
On Wed, 02 Oct 2024 19:24:12 +0100, Mark Brown wrote: > > [1 ] > On Wed, Oct 02, 2024 at 04:55:25PM +0100, Marc Zyngier wrote: > > Marc Zyngier wrote: > > > > > + if (!kvm_has_gcs(kvm)) > > > > + kvm->a

Re: make check errors on recent MacOS versions appear to be due to new default linker in XCode

2024-10-02 Thread Marc Glisse
in gmp to that version will fix this problem. https://gmplib.org/list-archives/gmp-bugs/2023-August/005355.html This has been done a while ago, and can be seen in snapshots from https://gmplib.org/download/snapshot/gmp-next/, but there hasn't been a release since then. -- Marc G

Re: [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests

2024-10-02 Thread Marc Zyngier
On Wed, 02 Oct 2024 01:24:25 +0100, Marc Zyngier wrote: > > On Tue, 01 Oct 2024 23:58:55 +0100, > Mark Brown wrote: > > > @@ -4714,6 +4735,10 @@ void kvm_calculate_traps(struct kvm_vcpu *vcpu) > > kvm->arch.fgu[HFGxTR_GRO

[Desktop-packages] [Bug 2083530] [NEW] gnome-control-center not able to add printer or make settings

2024-10-02 Thread Marc Püschel
Public bug reported: don't know why, but i'm no more able to add a printer or make specific settings and also unable to remove it. Now i must switch to another app which is able to do that all. By the way: why i see my printer twice? It's in fact installed once only. Sorry, German GUI: https://i

[Bug 2083530] [NEW] gnome-control-center not able to add printer or make settings

2024-10-02 Thread Marc Püschel
Public bug reported: don't know why, but i'm no more able to add a printer or make specific settings and also unable to remove it. Now i must switch to another app which is able to do that all. By the way: why i see my printer twice? It's in fact installed once only. Sorry, German GUI: https://i

[Bug 2083530] [NEW] gnome-control-center not able to add printer or make settings

2024-10-02 Thread Marc Püschel
Public bug reported: don't know why, but i'm no more able to add a printer or make specific settings and also unable to remove it. Now i must switch to another app which is able to do that all. By the way: why i see my printer twice? It's in fact installed once only. Sorry, German GUI: https://i

[deal.II] Re: Using PetscWrappers::TimeStepper with LinearAlgebra::distributed::Vector

2024-10-02 Thread Marc Fehling
LinearAlgebra Vectors? Best, Marc On Wednesday, October 2, 2024 at 7:48:57 AM UTC+2 Praveen C wrote: > Hello > > In a time explicit DG code, I am trying to use petsc timerstepper. But it > looks like it does not work with LinearAlgebra::distributed::Vector > > Is this not suppo

[Bug 1957077] Re: SIGSEGV during processing of unicode string

2024-10-02 Thread Marc Deslauriers
tatus: Fix Released => In Progress ** Changed in: unzip (Ubuntu Noble) Status: New => In Progress ** Changed in: unzip (Ubuntu Noble) Assignee: (unassigned) => Marc Deslauriers (mdeslaur) ** Changed in: unzip (Ubuntu Oracular) Assignee: (unassigned) => Marc Desl

[kwin] [Bug 493666] Fullscreen apps stop working when Maximize Desktop Effect is enabled.

2024-10-02 Thread Marc
https://bugs.kde.org/show_bug.cgi?id=493666 --- Comment #5 from Marc --- (In reply to nijahplays from comment #4) > I am getting this as well on Fedora 40 on KDE 6.1.5 > > Fixed my disabling the "Maximize" effect > > May be irrelivant but I am also using an AMD RX

Re: [PATCH v2 3/4] schema: add TPM emulator

2024-10-02 Thread Marc-André Lureau
Hi On Wed, Oct 2, 2024 at 11:34 AM Martin Kletzander wrote: > > On Wed, Oct 02, 2024 at 11:30:39AM +0400, Marc-André Lureau wrote: > >Hi > > > >On Wed, Oct 2, 2024 at 11:19 AM Martin Kletzander > >wrote: > >> > >> On Tue, Sep 10, 2024

[FRsAG] Re: Container hacké, que faire

2024-10-02 Thread jean-marc Pouchoulon Université via FRsAG
Bonjour, Il y a probablement un webshell/phpshell installé par l'attaquant dans ton arbo spip. il faut le trouver et c'est pas toujours simple. Je ne suis plus à la page sur les scripts de détection mais il y en a comme  https://github.com/idrisawad/Webshell-Detect Si tu as des volumes Dock

Re: [PATCH v1 0/3] pc-bios/s390-ccw: Small Makefile improvements

2024-10-02 Thread Marc Hartmayer
On Wed, Oct 02, 2024 at 11:57 AM +0200, Thomas Huth wrote: > On 01/10/2024 17.36, Marc Hartmayer wrote: >> >> Jens Remus (2): >>pc-bios/s390-ccw: Clarify alignment is in bytes >>pc-bios/s390-ccw: Don't generate TEXTRELs >> >> Marc Hart

Re: [pydotorg-www] Introduction to become an editor

2024-10-02 Thread Marc-Andre Lemburg
dymyr Obrizan, PhD ___ pydotorg-www mailing list pydotorg-www@python.org https://mail.python.org/mailman/listinfo/pydotorg-www -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Oct 02 2024) Python Pro

Re: [PULL 00/22] -Werror=maybe-uninitialized fixes

2024-10-02 Thread Marc-André Lureau
Hi On Wed, Oct 2, 2024 at 12:43 PM Thomas Huth wrote: > On 02/10/2024 10.36, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > The following changes since commit > 718780d20470c66a3a36d036b29148d5809dc855: > > > >Merge tag '

[MM3-users] Re: makemigrations --merge error after Debian upgrade

2024-10-02 Thread Marc SCHAEFER
Hello, On Wed, Oct 02, 2024 at 08:05:44AM -, Chupin Maxime via Mailman-users wrote: > Thank you. So, using `mailman-web makemigrations --merge` as `root` is the > right way to do it (as it call user `www-data`). Unfortunately, I get the > error wrote in my first message: > PermissionError: [

Re: [PATCH v2 3/4] schema: add TPM emulator

2024-10-02 Thread Marc-André Lureau
Hi On Wed, Oct 2, 2024 at 11:19 AM Martin Kletzander wrote: > > On Tue, Sep 10, 2024 at 11:05:59AM +0400, marcandre.lur...@redhat.com wrote: > >From: Marc-André Lureau > > > >Learn to parse a directory for the TPM state. > > > >Signed-off-by: Marc-André Lure

Re: [PATCH v2 2/4] schema: add TPM emulator

2024-10-02 Thread Marc-André Lureau
On Wed, Oct 2, 2024 at 11:18 AM Martin Kletzander wrote: > > On Tue, Sep 10, 2024 at 11:05:58AM +0400, marcandre.lur...@redhat.com wrote: > >From: Marc-André Lureau > > > >Learn to parse a file path for the TPM state. > > > >Signed-off-by: Marc-André Lure

Re: [PATCH v2 1/4] util: check swtpm nvram-backend-dir capability

2024-10-02 Thread Marc-André Lureau
Hi On Wed, Oct 2, 2024 at 11:01 AM Martin Kletzander wrote: > > On Tue, Sep 10, 2024 at 11:05:57AM +0400, marcandre.lur...@redhat.com wrote: > >From: Marc-André Lureau > > > >Signed-off-by: Marc-André Lureau > >--- > > src/util/virtpm.c | 1 + > > src/

Re: [PATCH v3 21/22] qom/object: fix -Werror=maybe-uninitialized

2024-10-02 Thread Marc-André Lureau
Hi On Wed, Oct 2, 2024 at 10:21 AM Markus Armbruster wrote: > > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > object_resolve_path_type() didn't always set *ambiguousp. > > > > Signed-off-by: Marc-André Lureau

Re: [PATCH v3 21/22] qom/object: fix -Werror=maybe-uninitialized

2024-10-02 Thread Marc-André Lureau
Hi On Wed, Oct 2, 2024 at 10:21 AM Markus Armbruster wrote: > > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > object_resolve_path_type() didn't always set *ambiguousp. > > > > Signed-off-by: Marc-André Lureau

[MM3-users] Re: makemigrations --merge error after Debian upgrade

2024-10-01 Thread Marc SCHAEFER
On Tue, Oct 01, 2024 at 08:10:54PM -0700, Mark Sapiro wrote: > Look at the contents of the mailman-web script. My guess is it contains > `sudo -u list ...` Not exactly: (debian bookworm) su -s /bin/sh -c "python3 /usr/share/mailman3-web/manage.py $*" www-data if run from root, it should not req

Re: [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests

2024-10-01 Thread Marc Zyngier
On Tue, 01 Oct 2024 23:58:55 +0100, Mark Brown wrote: > @@ -4714,6 +4735,10 @@ void kvm_calculate_traps(struct kvm_vcpu *vcpu) > kvm->arch.fgu[HFGxTR_GROUP] |= (HFGxTR_EL2_nPOR_EL1 | > HFGxTR_EL2_nPOR_EL0); > > + if (!kvm_has_gcs(k

Re: [PATCH] qemu-keymap: Release local allocation references

2024-10-01 Thread Marc-André Lureau
ach(map, walk_map, state); > +xkb_state_unref(state); > +xkb_keymap_unref(map); > > /* add quirks */ > fprintf(outfile, > > --- > base-commit: a87a7c449e532130d4fa8faa391ff7e1f04ed660 > change-id: 20240723-unref-d62e2b8338f4 > > Best regards, > -- > Akihiko Odaki > Reviewed-by: Marc-André Lureau -- Marc-André Lureau

Re: When to use strfwd.h

2024-10-01 Thread Jean-Marc Lasgouttes
Le 01/10/2024 à 18:18, Pavel Sanda a écrit : I could produce patch which ditches strfwd and let Enrico/Eugene test it? From what I see it might do more harm than good in linux nowadys... Go for it. And do not forget to remove and/or from the cpp file. JMarc -- lyx-devel mailing list lyx

[MM3-users] Re: makemigrations --merge error after Debian upgrade

2024-10-01 Thread Marc SCHAEFER
On Tue, Oct 01, 2024 at 11:29:52AM -, Chupin Maxime via Mailman-users wrote: > Another error message from the cron executions: Under Debian, I wrote a script for fixing up a few things, you can find it here: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/OONLWQYV3

Bug#1080417: Black icons with dark breeze

2024-10-01 Thread Marc Olivier BUOB
HelloI updated libkf6* qml6* (-> 6.6.0.1) libqt6* qt6* (-> 6.6.2+dfsg12), as shown below in the apt report. The icons in the taskbar are now correctly displayed with right accent color.However,- the plasma-discover widget is no more displayed (and Discover crashes after ~30s probably due to this)

Re: When to use strfwd.h

2024-10-01 Thread Jean-Marc Lasgouttes
Le 01/10/2024 à 10:50, Pavel Sanda a écrit : Hi, in GuiToolbar.h we include strfwd.h, clearly because we use std::string there (as introduced by Riki in cc4bfc7f04d). However in many different .h files we include for the same purpouse. I suspect we should be consistent but I am not sure what i

[PATCH v1 0/3] pc-bios/s390-ccw: Small Makefile improvements

2024-10-01 Thread Marc Hartmayer
Jens Remus (2): pc-bios/s390-ccw: Clarify alignment is in bytes pc-bios/s390-ccw: Don't generate TEXTRELs Marc Hartmayer (1): pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS` pc-bios/s390-ccw/netboot.mak | 2 +- pc-bios/s390-ccw/Makefile| 5 +++-- pc-bios/s390-ccw/start.S

[PATCH v1 1/3] pc-bios/s390-ccw: Clarify alignment is in bytes

2024-10-01 Thread Marc Hartmayer
request is in bytes. No functional change. [1] https://sourceware.org/binutils/docs/as/Align.html [2] https://sourceware.org/binutils/docs/as/Balign.html Signed-off-by: Jens Remus Reviewed-by: Marc Hartmayer --- pc-bios/s390-ccw/start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH v1 3/3] pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`

2024-10-01 Thread Marc Hartmayer
Some packaging tools want to override `LDFLAGS` when building QEMU, this will result in a build error as most likely no `-nostdlib` flag is passed. Introduce `EXTRA_LDFLAGS` so that the packager can override `LDFLAGS` without breaking the build. Signed-off-by: Marc Hartmayer --- Note: Normally

[PATCH v1 2/3] pc-bios/s390-ccw: Don't generate TEXTRELs

2024-10-01 Thread Marc Hartmayer
e that the R_390_RELATIVE relocations are taken care of by function glue() in include/hw/elf_ops.h.inc introduced by commit 5dce07e1cb67 ("elf-loader: Provide the possibility to relocate s390 ELF files"). Reported-by: Marc Hartmayer Signed-off-by: Jens Remus Reviewed-by: Marc Hartmayer

[MM3-users] Re: makemigrations --merge error after Debian upgrade

2024-10-01 Thread Marc SCHAEFER
Hello, On Tue, Oct 01, 2024 at 11:08:19AM -, Chupin Maxime via Mailman-users wrote: > root@machine: sudo -u list bash If you are root already, you could also use su: su - -u list -s /bin/bash -c "mailman-web makemigrations --merge" (the -s /bin/bash is because the list account has a /usr/s

[LyX/master] Pass parameters as const reference

2024-10-01 Thread Jean-Marc Lasgouttes
commit 54b68469413754a4d1acb11266e9a80f6276d7f8 Author: Jean-Marc Lasgouttes Date: Tue Oct 1 11:12:14 2024 +0200 Pass parameters as const reference Spotted by Coverity scan. --- src/frontends/qt/GuiApplication.cpp | 4 ++-- src/frontends/qt/GuiApplication.h | 4 ++-- 2 files

Re: [PATCH v3 21/22] qom/object: fix -Werror=maybe-uninitialized

2024-10-01 Thread Marc-André Lureau
Hi Vladimir On Tue, Oct 1, 2024 at 6:06 PM Vladimir Sementsov-Ogievskiy < vsement...@yandex-team.ru> wrote: > On 30.09.24 11:14, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > object_resolve_path_type() didn't always set *ambiguousp. &

Re: [PATCH v3 21/22] qom/object: fix -Werror=maybe-uninitialized

2024-10-01 Thread Marc-André Lureau
Hi Vladimir On Tue, Oct 1, 2024 at 6:06 PM Vladimir Sementsov-Ogievskiy < vsement...@yandex-team.ru> wrote: > On 30.09.24 11:14, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > object_resolve_path_type() didn't always set *ambiguousp. &

[RBW] Re: Erie Canal Trail on a Rivendell

2024-10-01 Thread Marc Irwin
Here's my blogpost from the trip took a few years ago on my Hunq. Any Riv will be fine on this trip depending on what you intend to carry. http://simplecycle-marc.blogspot.com/2018/06/a-glorious-week-on-erie-canal-trail.html Marc On Monday, September 30, 2024 at 12:01:20 PM UTC-4 je

[Lazarus] Lazarus server under DDOS

2024-10-01 Thread Marc Weustink via lazarus
e, it blocked 10k connection attempts) but it might have some side effects using the forum. I hope it gets over soon. Marc -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

RE: Namespace for seperate Storage of Archive

2024-10-01 Thread Marc via dovecot
Hi Christian, nice you got this. I could have given you this also, but I have this weird tree in the mail client, so I thought better not share it. I prefer to see only 1 'Archive' > > I found the Solution myself. The key was to simply create an unnamed > mailbox directive so that the namesp

[USN-7049-1] PHP vulnerabilities

2024-10-01 Thread Marc Deslauriers
== Ubuntu Security Notice USN-7049-1 October 01, 2024 php7.4, php8.1, php8.3 vulnerabilities == A security issue affects these releases of Ubuntu and it

[LyX/master] Do not pass a vector by value to getArgInset

2024-10-01 Thread Jean-Marc Lasgouttes
commit bc624cc7809cef758939aa7fa01550ccb9d0616a Author: Jean-Marc Lasgouttes Date: Tue Oct 1 11:45:36 2024 +0200 Do not pass a vector by value to getArgInset Instead of passing the vector by value so that stuff can be added to it in the function, add required elements of

Re: When to use strfwd.h

2024-10-01 Thread Jean-Marc Lasgouttes
Le 01/10/2024 à 12:23, Pavel Sanda a écrit : On Tue, Oct 01, 2024 at 11:12:00AM +0200, Jean-Marc Lasgouttes wrote: Basically, for gcc >=5 and libc++, we include . Unless there is something I do not understand, the header is not really useful IMO. Are you sure about this? I checked bef

Re: [PATCH v3 00/22] -Werror=maybe-uninitialized fixes

2024-10-01 Thread Marc-André Lureau
Hi On Mon, Sep 30, 2024 at 12:15 PM wrote: > > From: Marc-André Lureau > > Hi, > > Depending on -Doptimization=, GCC (14.2.1 here) produces different > maybe-uninitialized warnings: > - g: produces -Werror=maybe-uninitialized errors > - 0: clean build > - 1: produc

Re: [PATCH v3 00/22] -Werror=maybe-uninitialized fixes

2024-10-01 Thread Marc-André Lureau
Hi On Mon, Sep 30, 2024 at 12:15 PM wrote: > > From: Marc-André Lureau > > Hi, > > Depending on -Doptimization=, GCC (14.2.1 here) produces different > maybe-uninitialized warnings: > - g: produces -Werror=maybe-uninitialized errors > - 0: clean build > - 1: produc

Facet Count strategies and common errors

2024-09-30 Thread Marc Davenport
oncepts are sort of left to java doc, or reading through the PRs. Any suggestions on things to read to better understand Lucene and it's proper use? Thank you, Marc

Re: New Defects reported by Coverity Scan for LyX

2024-09-30 Thread Jean-Marc Lasgouttes
Le 30/09/2024 à 17:35, Jürgen Spitzmüller a écrit : Am Montag, dem 30.09.2024 um 15:06 +0200 schrieb Jean-Marc Lasgouttes: Thanks for walking me through the testing. It (still) works, so I pushed this. Thanks. I only bothered you with this since I was away from my machine. Now I can re-run

[Bug 2083176] Re: grub-efi/install_devices becoming stale due to by-id/nvme-eui.* symlinks disappearing

2024-09-30 Thread Marc Deslauriers
grub-install worked, and the laptop reboot successfully. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083176 Title: grub-efi/install_devices becoming stale due to by-id/nvme-eui.* symlin

[Kernel-packages] [Bug 2083176] Re: grub-efi/install_devices becoming stale due to by-id/nvme-eui.* symlinks disappearing

2024-09-30 Thread Marc Deslauriers
grub-install worked, and the laptop reboot successfully. Thanks! -- 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/2083176 Title: grub-efi/install_devices becoming stale due to by-id/nvme-e

  1   2   3   4   5   6   7   8   9   10   >