Re: [kvm-unit-tests PATCH v9 22/31] powerpc: Add MMU support

2024-06-04 Thread Thomas Huth
ong rb, unsigned long rs, int ric, int prs, int r) +{ + asm volatile(".machine push ; .machine power9; ptesync ; tlbiel %0,%1,%2,%3,%4 ; ptesync ; .machine pop" :: "r"(rb), "r"(rs), "i"(ric), "i"(prs), "i"(r) : "memory"); +} Please also split up the above long line. It would also be cool if you could get one of the other ppc guys at IBM to review this patch, since I don't have a clue about this MMU stuff at all. Thanks, Thomas

Re: [kvm-unit-tests PATCH v9 21/31] powerpc: Add timebase tests

2024-06-04 Thread Thomas Huth
uint64_t tb1, tb2, hdec; + + if (!machine_is_powernv()) { + report_skip("skipping on !powernv machine"); I'd rather say "not running on powernv machine" + return; + } Thomas

Re: Webapp Getting redirected to an external IP Address

2024-06-03 Thread Mark Thomas
On 04/06/2024 05:07, Tom Robinson wrote: Hi, We are running a tomcat7 application You do realise that support for Tomcat 7 ended on 31 March 2021 don't you? on our LAN which gets redirected from a private, internal IP Address to an external ip address at which point it fails. I can't find

Re: [Bug 69103] New: Cometa Networks, a joint venture set up by three technology

2024-06-03 Thread Mark Thomas
On 04/06/2024 05:30, bugzi...@apache.org wrote: https://bz.apache.org/bugzilla/show_bug.cgi?id=69103 Reporter: notismo...@hotmail.com One day, idiots like this will realise that all outgoing links from ASF BZ instances are marked "nofollow". Until then: - account disabled -

Re: [kvm-unit-tests PATCH v9 20/31] powerpc: Add atomics tests

2024-06-03 Thread Thomas Huth
On 04/05/2024 14.28, Nicholas Piggin wrote: Signed-off-by: Nicholas Piggin --- Please provide at least a short patch description about what is being tested here! Thanks, Thomas

Re: [kvm-unit-tests PATCH v9 19/31] powerpc: Avoid using larx/stcx. in spinlocks when only one CPU is running

2024-06-03 Thread Thomas Huth
it / elaborate what's the exact problem here? Thanks, Thomas Signed-off-by: Nicholas Piggin --- lib/powerpc/asm/smp.h| 1 + lib/powerpc/smp.c| 5 + lib/powerpc/spinlock.c | 29 + lib/ppc64/asm/spinlock.h | 7 ++- powerpc/Makefile.common | 1

Re: [kvm-unit-tests PATCH v9 18/31] powerpc: Permit ACCEL=tcg,thread=single

2024-06-03 Thread Thomas Huth
deletions(-) Reviewed-by: Thomas Huth

[kmymoney] [Bug 479131] Scheduled transactions always have one month frequency regardless of the set value

2024-06-03 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=479131 Thomas Baumgart changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[kmymoney] [Bug 479131] Scheduled transactions always have one month frequency regardless of the set value

2024-06-03 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=479131 Thomas Baumgart changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

Re: [kvm-unit-tests PATCH v9 16/31] powerpc: add SMP and IPI support

2024-06-03 Thread Thomas Huth
as IPI support. Signed-off-by: Nicholas Piggin I now skimmed through the patch and it looks fine so far: Acked-by: Thomas Huth

Bug#1072538: dracut-core: systemd-cryptsetup missing from generated image

2024-06-03 Thread Thomas Lange
You are right. It seems that the pacakge does not include the new dracut module systemd-cryptsetup which handles this. I will prepare a new version soon. -- regards Thomas

Re: FAI Config in git

2024-06-03 Thread Thomas Lange
may occur if you change some default Debian configs using the scripts or using fcopy and templates in files/ -- regards Thomas

Re: Core files on Debian Trixie

2024-06-03 Thread Thomas Pircher
Thomas Pircher wrote: I wanted to ask what the recommended way is nowadays to disable corefiles globally. The latest update for systemd has answered this: | apt-listchanges: News | - | | systemd (256~rc3-3) unstable; urgency=medium | | - coredumps are now disabled

Re: bookworm versus noble - i40e netdevice name discrepancy

2024-06-03 Thread Thomas Lange
ID_NET_NAMING_SCHEME=v252, maybe in Ubuntu it's newer. -- regards Thomas

Re: [PATCH 3/5] s390x: Build IPLB chain for multiple boot devices

2024-06-03 Thread Thomas Huth
e16(ccw_dev->sch->devno); +iplb->ccw.ssid = ccw_dev->sch->ssid & 3; break; case CCW_DEVTYPE_VIRTIO_NET: +/* The S390IPLState netboot is ture if ANY IPLB may use netboot */ Typo: ture --> true Thomas

Re: [PATCH 1/5] s390x: Create include files for s390x IPL definitions

2024-06-03 Thread Thomas Huth
/Makefile @@ -3,7 +3,7 @@ all: build-all @true include config-host.mak -CFLAGS = -O2 -g +CFLAGS = -O2 -g -I $(SRC_PATH)/../..//include/hw/s390x/ipl Duplicate slash ---^ Apart from these two nits, patch looks fine to me. Thomas

Re: [patch] [gcn][nvptx] Add warning to mkoffload for 32bit host code

2024-06-03 Thread Thomas Schwinge
true if offloading compilation actually is supported given the current command-line options. Either again via a 'check_effective_target_lp64' check in 'libgomp_check_effective_target_offload_target', or -- better? -- change the driver to only conditionally print 'OFFLOAD_TARGET_NAMES=[...]'? Does that basically mean to move the 'offload_abi' checks from the 'mkoffload's into the driver? That appears to make sense indeed. (..., so that we don't even invoke the 'mkoffload's for unsupported configurations/options.) Grüße Thomas

Re: Problem with a certain domain

2024-06-03 Thread Thomas Barth via bind-users
Hello, I cannot send them an email to inform about a dns problem. The mail gets stuck in the queue. postqueue -p (Host or domain name not found. Name service error for name=mx.renr.es type=A: Host not found, try again) r...@mallorcazeitung.es Bind

Re: [PATCH v2] x86/traps: Enable UBSAN traps on x86

2024-06-03 Thread Thomas Gleixner
On Sat, Jun 01 2024 at 03:10, Gatlin Newhouse wrote: > Bring x86 to parity with arm64, similar to commit 25b84002afb9 > ("arm64: Support Clang UBSAN trap codes for better reporting"). > Enable the output of UBSAN type information on x86 architectures > compiled with clang when

Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang

2024-06-03 Thread Thomas Huth
anitize=function in QEMU. Thomas

Re: [PATCH 4/4] update-linux-headers: import linux/kvm_para.h header

2024-06-03 Thread Thomas Huth
tions(+), 1 deletion(-) create mode 100644 include/standard-headers/linux/kvm_para.h create mode 100644 linux-headers/asm-x86/kvm_para.h create mode 100644 linux-headers/linux/kvm_para.h Reviewed-by: Thomas Huth

Re: [PATCH 2/4] update-linux-headers: move pvpanic.h to correct directory

2024-06-03 Thread Thomas Huth
viewed-by: Thomas Huth

Re: [PATCH 1/4] update-linux-headers: fix forwarding to asm-generic headers

2024-06-03 Thread Thomas Huth
$hdrdir/include/asm-generic/$header"; then +# not installed as , but used as such in kernel sources Maybe change the comment to talk about instead of ? +cat <$output/linux-headers/asm-$arch/$header +#include +EOF +fi done if [ $arch = mips ]; then Reviewed-by: Thomas Huth

Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang

2024-06-03 Thread Thomas Huth
On 03/06/2024 14.48, Daniel P. Berrangé wrote: On Wed, May 29, 2024 at 02:53:37PM +0100, Peter Maydell wrote: On Wed, 29 May 2024 at 14:32, Thomas Huth wrote: Casting function pointers from one type to another causes undefined behavior errors when compiling with -fsanitize=undefined

WARNING: CPU: 29 PID: 673 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1382 amdgpu_bo_release_notify+0x1f5/0x210 [amdgpu]

2024-06-03 Thread Thomas Glanzmann
ps://tg.st/u/9896842a47c420e9f233231b31990b6a0fecc70b8e60ec8295e79162982ab443.txt Cheers, Thomas

Re: Problem with a certain domain

2024-06-03 Thread Thomas Barth via bind-users
Hello, unfortunately, today I had to restart bind9 for the third time in an attempt to send a newsletter to get rid the communication error, although with a query response of 1800 msecs. Is it possible to configure bind9 so that a public DNS service (e.g. 9.9.9.9) is used for the particular

[ANNOUNCE] Apache Commons JCS 3.2.1

2024-06-03 Thread Thomas Vandahl
://commons.apache.org/proper/commons-jcs/download_jcs.cgi Historical list of changes: https://commons.apache.org/proper/commons-jcs/changes-report.html Enjoy! Thomas Vandahl -Apache Commons JCS team

Re: [PATCH] target/i386: fix xsave.flat from kvm-unit-tests

2024-06-03 Thread Thomas Huth
92544317fe ("target/i386: implement XSAVE and XRSTOR of AVX registers", 2022-10-18) Reported-by: Thomas Huth Signed-off-by: Paolo Bonzini --- target/i386/tcg/fpu_helper.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/i386/tcg/fpu_helper.c b/target/i386/tcg/fpu_helper

Re: NGinx .conf Setup for Solr

2024-06-03 Thread Thomas Corthals
tp → https redirect are managed by Plesk. Thomas Op ma 3 jun 2024 om 04:46 schreef Lee Daniel : > That's exactly what's going on for that specific hostname. > Plesk is on port 80 and solr is on 8983. > > What are my options here? > Please advise. > > I'm gonna learn so much thing

[jira] [Resolved] (JCS-235) Thread leakage in JCS 3.1 with primary and secondary server configuration

2024-06-03 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-235. Fix Version/s: jcs-3.2.1 Resolution: Cannot Reproduce > Thread leakage in JCS 3.1 with prim

[jira] [Resolved] (JCS-240) Remote cache appears incompatible with JDK 8u241 and above

2024-06-03 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-240. Fix Version/s: jcs-3.2.1 Resolution: Fixed Fixed in release 3.2.1 > Remote cache appe

[ANNOUNCE] Apache Commons JCS 3.2.1

2024-06-03 Thread Thomas Vandahl
://commons.apache.org/proper/commons-jcs/download_jcs.cgi Historical list of changes: https://commons.apache.org/proper/commons-jcs/changes-report.html Enjoy! Thomas Vandahl -Apache Commons JCS team - To unsubscribe, e-mail: user-unsubscr

[ANNOUNCE] Apache Commons JCS 3.2.1

2024-06-03 Thread Thomas Vandahl
://commons.apache.org/proper/commons-jcs/download_jcs.cgi Historical list of changes: https://commons.apache.org/proper/commons-jcs/changes-report.html Enjoy! Thomas Vandahl -Apache Commons JCS team - To unsubscribe, e-mail: dev-unsubscr

[jira] [Commented] (GUACAMOLE-1085) Consider migrating web application from AngularJS

2024-06-03 Thread Thomas Kruse (Jira)
[ https://issues.apache.org/jira/browse/GUACAMOLE-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851586#comment-17851586 ] Thomas Kruse commented on GUACAMOLE-1085: - Perhaps this would be a good time to re-visit

Re: [kvm-unit-tests PATCH v9 15/31] powerpc: Enable page alloc operations

2024-06-03 Thread Thomas Huth
On 04/05/2024 14.28, Nicholas Piggin wrote: These will be used for stack allocation for secondary CPUs. Signed-off-by: Nicholas Piggin --- lib/powerpc/setup.c | 8 powerpc/Makefile.common | 1 + 2 files changed, 9 insertions(+) Reviewed-by: Thomas Huth

Re: [kvm-unit-tests PATCH v9 14/31] powerpc: Remove broken SMP exception stack setup

2024-06-03 Thread Thomas Huth
1 file changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Thomas Huth

Re: [PATCH v12 06/10] drm/ttm/tests: Add tests with mock resource managers

2024-06-03 Thread Thomas Hellström
That means I should revisit > the > definitions of move and mock manager... I'll try to simplify them. > > Do I understand correctly that we'd prefer to have a mock manager > with > user_tt=false? Yes, but then you need to allocate a chunk of contigous memory for the mock manager to manage. And instead of using drm_buddy you'd have to use drm_mm to manage it, since the ttm_kmap_iter default iterators can only handle either a) Contigous memory regions as returned from the drm_mm manager. b) Fragmented memory regions as returned from the drm_buddy manager, but in that case, they currently only handle pci io memory. So I'd suggest to go with the current code and mark as a TODO: to implement a) above. /Thomas > > All the best, > Karolina > > > > > /Thomas

Re: Cannot invoke "org.apache.tomcat.util.net.SSLHostConfig.getProtocols()" because "this.sslHostConfig" is null

2024-06-03 Thread Mark Thomas
On 03/06/2024 09:16, Adam Danischewski wrote: Not sure why I'm getting: Caused by: java.lang.NullPointerException: Cannot invoke "org.apache.tomcat.util.net.SSLHostConfig.getProtocols()" because "this.sslHostConfig" is null You haven't configured a default SSLHostConfig. Either use

[RESULT][VOTE] Release Apache Commons JCS 3.2.1 based on rc3

2024-06-03 Thread Thomas Vandahl
This vote thread passes with the following binding +1 votes: - Gary Gregory (ggregory) - Rob Tompkins (chtompki) - Thomas Vandahl (tv) I will proceed with the release process. Thanks to the voters. Bye, Thomas > Am 27.05.2024 um 20:24 schrieb Thomas Vandahl : > > Hi folks, > >

Re: RFR: 8330846: Add stacks of mounted virtual threads to the HotSpot thread dump [v4]

2024-06-03 Thread Thomas Stuefe
On Mon, 3 Jun 2024 08:30:15 GMT, Inigo Mediavilla Saiz wrote: >> Print the stack traces of mounted virtual threads when calling `jcmd >> Thread.print`. > > Inigo Mediavilla Saiz has updated the pull request incrementally with one > additional commit since the last revision: > > Add missing

[Bug 2065153] Re: [qxl] Ubuntu 24.04 VM guest console freezes after some hours

2024-06-03 Thread Thomas Dreibholz
Work-around for the issue is to use Hardware -> Display -> "Graphics Card: Standard VGA" instead of "Graphics Card: SPICE" for the VM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065153 Title:

Re: [PATCH v12 06/10] drm/ttm/tests: Add tests with mock resource managers

2024-06-03 Thread Thomas Hellström
Hi On Mon, 2024-06-03 at 08:55 +0200, Karolina Stolarek wrote: > Hi Thomas, > > On 29.05.2024 14:58, Thomas Hellström wrote: > > On Wed, 2024-05-15 at 13:24 +0200, Karolina Stolarek wrote: > > > Add mock resource manager to test ttm_bo_validate() with non- > > >

Re: gvim point and click

2024-06-02 Thread Stefan Thomas
Dear David, thanks for Your reply. Unfortunately, none of your suggestions have brought the desired result! Best, Stefan Am Mo., 3. Juni 2024 um 03:19 Uhr schrieb David Wright < lily...@lionunicorn.co.uk>: > On Sun 02 Jun 2024 at 16:10:56 (+0200), Stefan Thomas wrote: > > ag

Re: Wget 1 is not preserving server-side modification times via FTP

2024-06-02 Thread Thomas Orgis
ly, add -N to the wget command line. I'll ponder that … but with the extra caution about file naming, having to avoid -O and rogue writes to .listing files, I presume. So far curl does the job without the extra hassle. Thanks for the patience. Alrighty then, Thomas -- GPG public key 60D5CAFE: https://thomas.orgis.org/public_key Fingerprint: D021 FF8E CF4B E097 19D6 1A27 231C 4CBC 60D5 CAFE And despite all of you, I'm still doing it. Yes, I do write Perl code. pgplsNCU6amt2.pgp Description: Firma digital OpenPGP

Re: [Lynx-dev] HTML Copyright entity renders as M-)

2024-06-02 Thread Thomas Dickey
t;)" is 0x29. The difference is 0x80 (128). -- Thomas E. Dickey https://invisible-island.net smime.p7s Description: S/MIME cryptographic signature

Re: [DISCUSS] FLIP-XXX Add K8S conditions to Flink CRD

2024-06-02 Thread Thomas Weise
n the FLIP document also outline if/how conditions other than "Ready" would appear in the generic k8s tooling? Thanks, Thomas On Fri, May 31, 2024 at 10:37 AM David Radley wrote: > Hi Mate and Gyula, > Thank you very much for your clarifications; it is clearer for me now. I >

[PATCH v2] MAINTAINERS: Update Xe driver maintainers

2024-06-02 Thread Thomas Hellström
...@vger.kernel.org Signed-off-by: Thomas Hellström Acked-by: Rodrigo Vivi Acked-by: Lucas De Marchi --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 572be0546e21..8f9982c99257 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11037,6 +11037,7 @@ F

Re: EE10 - Jakarta Security OIDC

2024-06-02 Thread Thomas Andraschko
Great work! Markus Jung schrieb am So., 2. Juni 2024, 17:34: > Hi all, > > small update after a long time of silence, my implementation now passes > the (admittedly very few) openid tests in the TCK: > [INFO] Reactor Summary for Jakarta Security TCK - main 3.0.1: > [INFO] > [INFO] Jakarta

gvim point and click

2024-06-02 Thread Stefan Thomas
Dear community, again, I'm trying to activate point and click in gvim. I made a little success: I wrote in the editor options of okular: gvim --remote-silent +%l %f +normal! %c When I click on a note, the right document is opened and the cursor is placed at the correct line, but not at the correct

NumPy 2.0 / migration guide

2024-06-02 Thread Thierry Thomas
ate-june-16> for more info. -- Th. Thomas. signature.asc Description: PGP signature

Json support for httpd log

2024-06-02 Thread Thomas Meyer
Hi, Anything I can do to get this pr reviewed and merged? https://github.com/apache/httpd/pull/429 Feedback is most welcome. Mfg Thomas

Re: Using Netbeans with SE 22

2024-06-02 Thread Owen Thomas
ements > before super) is a preview feature and preview features create > non-portable bytecode which lock the bytecode to one JDK version. > > regarding Gradle: > I believe latest gradle (8.8) has now full support for JDK 22. > > -mbien > > > On 02.06.24 08:05

[Bug 2031969] Re: Ubuntu 23.04: Suspend & Power off

2024-06-02 Thread Thomas Pohl
Unfortunately, Numbat also suffers from this phenomenon. 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2031969 Title:

Re: [Lynx-dev] ANN: lynx2.9.2

2024-06-02 Thread Thomas Dickey
On Sun, Jun 02, 2024 at 01:18:28AM +0200, Steffen Nurpmeso wrote: > Thomas Dickey wrote in > : > |On Sat, Jun 01, 2024 at 07:59:07PM +0200, Steffen Nurpmeso wrote: > |> Thomas Dickey wrote in > |> : > |>|The current version of lynx is 2.9.2 > |> ... &

Re: Help! secure boot is preventing boot of debian

2024-06-02 Thread Thomas Schmitt
ithub.com/rhboot/shim/blob/main/SBAT.md Have a nice day :) Thomas

Using Netbeans with SE 22

2024-06-02 Thread Owen Thomas
Hello Netbeans Users. I have heard that Java SE 22 allows code before a call to super so long as it doesn't refer to "this". Being that I think this feature will help me a lot, I was wondering if Netbeans supports this Java release. My projects are currently using JSE 17 and Gradle 7.3 (I think)

RE: linux-image backports metapackage

2024-06-01 Thread Thomas Ward
idered for regular backporting, etc. because even in Ubuntu the 'backported' kernels are heavily tested and 'special case' for the LTS release (which is different than Debian). [1]: https://wiki.ubuntu.com/UbuntuBackports#Forbidden_packages Thomas Ubuntu Developer Ubuntu Backporter From:

Re: [Lynx-dev] ANN: lynx2.9.2

2024-06-01 Thread Thomas Dickey
On Sat, Jun 01, 2024 at 07:59:07PM +0200, Steffen Nurpmeso wrote: > Thomas Dickey wrote in > : > |The current version of lynx is 2.9.2 > ... > |* adapt special case of gzip decompression in 2.8.9dev.12 to brotli, \ > |to handle > | downloads from websites which

Re: Wget 1 is not preserving server-side modification times via FTP

2024-06-01 Thread Thomas Orgis
curve that curl needs extra options for wgets standard behaviour of exiting with an error if server gives a negative response (like 403). Alrighty then, Thomas -- GPG public key 60D5CAFE: https://thomas.orgis.org/public_key Fingerprint: D021 FF8E CF4B E097 19D6 1A27 231C 4CBC 60D5 CAFE And

Re: Problem with a certain domain

2024-06-01 Thread Thomas Barth via bind-users
Am 2024-06-01 12:18, schrieb Rainer Duffner: intodns.com [1] [1] They have to fix this first, IMHO. And that doesn’t take into account the problems found by zonemaster. Zonemaster [2] zonemaster.net [2] [2] I wrote to the website, drew their attention to the problem

Re: From JoyceUlysses.txt -- words occurring exactly once

2024-06-01 Thread Thomas Passin via Python-list
On 6/1/2024 4:04 AM, Peter J. Holzer via Python-list wrote: On 2024-05-30 19:26:37 -0700, HenHanna via Python-list wrote: hard to decide what to do with hyphens and apostrophes (I'd, he's, can't, haven't, A's and B's) Especially since the same character is

CVS: cvs.openbsd.org: ports

2024-06-01 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/06/01 07:14:49 Modified files: games/fheroes2 : Makefile distinfo Log message: update to 1.1.0; major change is addition of a map editor which can be found in bottom right corner of the main menu

CVS: cvs.openbsd.org: ports

2024-06-01 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/06/01 07:06:17 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: reloc

AW: Tomcat 9 memory leak message

2024-06-01 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Jenny, > -Ursprüngliche Nachricht- > Von: Ying Jin > Gesendet: Samstag, 1. Juni 2024 00:18 > An: Tomcat Users List > Betreff: Re: Tomcat 9 memory leak message > > Chris, > > Thanks for your reply! > > We already removed the ojdbc8.jar file from the application's Web-inf/lib >

Re: [PROJ] PROJ 9.4.1RC1 & PROJ-data 1.18RC1

2024-06-01 Thread Thomas Knudsen via PROJ
+1 Thomas lør. 1. jun. 2024 13.00 skrev Even Rouault via PROJ : > +1 Even > Le 01/06/2024 à 07:23, Kristian Evers via PROJ a écrit : > > Apart from the issue with the ._-files in the PROJ-data packages no issues > has been reported. I hereby motion that both release candida

Re: Problem with a certain domain

2024-06-01 Thread Thomas Barth via bind-users
Am 2024-06-01 04:34, schrieb Michael Batchelder: Thomas, can you clarify whether all queries to 127.0.0.1/53 result in: ;; communications error to 127.0.0.1#53: timed out when this problem occurs, or do just queries for s1._domainkey.mg-esp-prod-eu-eu.mallorcazeitung.es fail (or some level

[solved] Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-06-01 Thread Thomas Schmitt
Hi, Jeffrey Walton wrote: > If I am not mistaken, the problem you are experiencing is due to using > RSA/SHA-1 on the old machine. Max Nikulin wrote: > My reading of /usr/share/doc/openssh-client/NEWS.Debian.gz is that ssh-rsa > means SHA1 while clients offers SHA256 for the same id_rsa key.

Re: spontini-editor

2024-06-01 Thread Stefan Thomas
ellaneous.md#midi-input > > Hope it helps! > > > > On Fri, May 31, 2024 at 8:38 PM Stefan Thomas > wrote: > >> Dear Paolo, >> thank for Your help. I've installed chrome and I changed the workspace. I >> can also see, that webmidi works with this browse

Re: After upgrade, what do you do about "removed" and "obsolete" packages ?

2024-06-01 Thread Thomas Schmitt
eal world procedure. Now i know at least that i am not the only one who cares about the post-upgrade steps in the manual. I already began to think that everybody lets the surplus packages rot in the dark. Have a nice day :) Thomas

[PATCH 4/5] tests/lcitool: Install mingw-w64-tools for the Windows cross-builds

2024-06-01 Thread Thomas Huth
Beside g++ we also need the mingw-w64-tools for properly building the code in qga/vss-win32/ , so let's install that package now, too. Signed-off-by: Thomas Huth --- tests/lcitool/projects/qemu-win-installer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lcitool/projects/qemu-win

[PATCH 5/5] tests/docker/dockerfiles: Run lcitool-refresh to update Fedora and Alpine

2024-06-01 Thread Thomas Huth
Run "make lcitool-refresh" to update the dockerfiles with the recent changes to the lcitool. Signed-off-by: Thomas Huth --- tests/docker/dockerfiles/alpine.docker | 4 ++-- tests/docker/dockerfiles/fedora-win64-cross.docker | 6 -- tests/docker/dockerfiles/fed

[PATCH 0/5] tests: Update Fedora and Alpine containers via lcitool

2024-06-01 Thread Thomas Huth
of Clang that we use in the "clang-system" Fedora container: We now need to compile with -fno-sanitize=function there until all spots in the source code have been fixed (and that might take while since many of the issues are not trivial). Thomas Huth (5): tests/lcitool: Delete obs

[PATCH 2/5] tests/lcitool: Bump to latest libvirt-ci and update Fedora and Alpine version

2024-06-01 Thread Thomas Huth
hat we can use until somebody updates our Avocado to a newer version. Signed-off-by: Thomas Huth --- tests/lcitool/libvirt-ci| 2 +- tests/lcitool/projects/qemu.yml | 1 + tests/lcitool/refresh | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tes

[PATCH 1/5] tests/lcitool: Delete obsolete centos-stream-8.yml file

2024-06-01 Thread Thomas Huth
We've missed to delete this file when removing support for CentOS 8. Since the current upstream version of the lcitool removed support for CentOS 8 now, too, we have to remove the file before updating. Signed-off-by: Thomas Huth --- tests/lcitool/targets/centos-stream-8.yml | 3 --- 1 file

[PATCH 3/5] .gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the clang-system job

2024-06-01 Thread Thomas Huth
in the failing clang-system job until all spots in the QEMU sources have been tackled. Signed-off-by: Thomas Huth --- .gitlab-ci.d/buildtest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index 91c57efded..0eec570310 100644 --- a/.gitlab-ci.d

Re: From JoyceUlysses.txt -- words occurring exactly once

2024-05-31 Thread Thomas Passin via Python-list
On 5/30/2024 4:03 PM, HenHanna via Python-list wrote: Given a text file of a novel (JoyceUlysses.txt) ... could someone give me a pretty fast (and simple) Python program that'd give me a list of all words occurring exactly once?   -- Also, a list of words occurring once, twice

[kscreenlocker] [Bug 485520] Redundant unlock button appears after password when resuming from suspend

2024-05-31 Thread Thomas Carmichael
https://bugs.kde.org/show_bug.cgi?id=485520 Thomas Carmichael changed: What|Removed |Added CC||carmanau...@gmail.com --- Comment #9 from

[Lynx-dev] ANN: lynx2.9.2

2024-05-31 Thread Thomas Dickey
o CF_ANSI_CC_C, to reset flags on test-failure, to keep options from accumulating. * build-fix for NetBSD and Solaris system curses libraries, removing an ifdef added in 2.9.0dev.11 (report by Nelson Beebe) -TD -- Thomas E. Dickey https://invisible-island.net signature.asc Description: PGP signature

Re: [Framers] Searching for an en dash in a big FM document

2024-05-31 Thread Thomas Bain
Try searching for \=. -Original Message- From: Framers On Behalf Of Tammy Van Boening Sent: Friday, May 31, 2024 19:12 To: An email list for people using Adobe FrameMaker software. Subject: [Framers] Searching for an en dash in a big FM document I have a legacy book (oh joy) in which

[solved] Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Thomas Schmitt
) Michael Kjörling wrote: > $ ssh-keygen -l -f $pubkeyfile Says "2048 SHA256:... ...@... (RSA)". (Now that i know the right option, i can suddenly see it in the man page.) Have a nice day :) Thomas

Re: RKWardCoreTest::initTestCase() failed on riscv64

2024-05-31 Thread Thomas Friedrichsmeier
ent one, on line 102, however: ``` if (t.elapsed() > 4) break; ``` you'd have to adjust that, separately. Regards Thomas pgpdMaEeOfwNp.pgp Description: OpenPGP digital signature

Re: bookworm versus noble - i40e netdevice name discrepancy

2024-05-31 Thread Thomas Lange
of debugging output in scripts.lof regards Thomas >>>>> On Fri, 31 May 2024 12:09:07 -0700, Robert Moulton said: > This is all that's reported in scripts.log > [...] > = shell: DEBIAN/30-interface = > Generating netplan configuration for eno1 (dhc

No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Thomas Schmitt
oblem, i.e. older machine cannot ssh to Debian 12, because ssh-rsa would now be disabled by default. Have a nice day :) Thomas

Re: spontini-editor

2024-05-31 Thread Stefan Thomas
: > > > On Thu, May 30, 2024 at 7:14 PM Stefan Thomas > wrote: > >> Dear Paolo, >> I could install Spontini. When I open it in chromium browser I get the >> message "InvalidStateError: Platform dependent initialization failed." >> > > Hi Stef

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/gr-fosphor/

2024-05-31 Thread Thomas Beierlein
commit: 5e0b35ad7968da4c7a15e56408a27c3e11461492 Author: Thomas Beierlein gentoo org> AuthorDate: Fri May 31 18:25:52 2024 + Commit: Thomas Beierlein gentoo org> CommitDate: Fri May 31 18:26:11 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e

Re: bookworm versus noble - i40e netdevice name discrepancy

2024-05-31 Thread Thomas Lange
DEBIAN/30-interfaces this will normally be addressed in the subroutine newnicnames(). This function should map eno1/eth0 to eno1np0 and set NIC1 to the new value. Please debug why this does not happen. -- regards Thomas

[jira] [Created] (CAMEL-20823) camel-smb component polling doesn't account for directories

2024-05-31 Thread Thomas Cunningham (Jira)
Thomas Cunningham created CAMEL-20823: - Summary: camel-smb component polling doesn't account for directories Key: CAMEL-20823 URL: https://issues.apache.org/jira/browse/CAMEL-20823 Project: Camel

Re: After upgrade, what do you do about "removed" and "obsolete" packages ?

2024-05-31 Thread Thomas Schmitt
.10-1~deb12u1) ... Somewhat mistrusting about the removal of "python" i asked apt-file from where my current /usr/bin/python stems. Answer: python-is-python3 . (As side result i now wonder how the result of /usr/bin/python3-pasteurize might taste and how long it stays fresh.) I will probably run "apt autoremove" after verifying that the few worthy local packages are not in the list proposed for autoremoval. Have a nice day :) Thomas

Problem with a certain domain

2024-05-31 Thread Thomas Barth via bind-users
Hello, I use bind9 on my mail server so that Spamassassin can perform the necessary DNS blocklist queries. Since it has already happened several times that I have to restart bind9 so that a certain domain can still be resolved, I wanted to ask if anyone knows where I have to set something.

Re: Database Connection Requests Initiated but Not Sent on the Wire (Some, Not All)

2024-05-31 Thread Mark Thomas
On 31/05/2024 16:09, Eric Robinson wrote: The results are looking great so far. Excellent. Here's what we know: Before the patch, we had 2 load-balanced tomcats in production for this customer. Due to the driver search bottleneck, we were seeing hundreds of stuck threads during the

Re: [PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate

2024-05-31 Thread Thomas Huth
On 31/05/2024 16.02, Dr. David Alan Gilbert wrote: * Thomas Huth (th...@redhat.com) wrote: On 30/05/2024 09.45, Philippe Mathieu-Daudé wrote: We are trying to unify all qemu-system-FOO to a single binary. In order to do that we need to remove QAPI target specific code. @dump-skeys is only

Re: [PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate

2024-05-31 Thread Thomas Huth
On 31/05/2024 16.02, Dr. David Alan Gilbert wrote: * Thomas Huth (th...@redhat.com) wrote: On 30/05/2024 09.45, Philippe Mathieu-Daudé wrote: We are trying to unify all qemu-system-FOO to a single binary. In order to do that we need to remove QAPI target specific code. @dump-skeys is only

[PATCH] MAINTAINERS: Update Xe driver maintainers

2024-05-31 Thread Thomas Hellström
Add Rodrigo Vivi as an Xe driver maintainer. Cc: David Airlie Cc: Daniel Vetter Cc: Rodrigo Vivi Cc: dri-devel@lists.freedesktop.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Thomas Hellström --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS

Re: Leo 6.8.0 b1 will be delayed at least one week

2024-05-31 Thread Thomas Passin
and runs. On Thursday, May 30, 2024 at 6:07:43 PM UTC-4 Edward K. Ream wrote: > On Thu, May 30, 2024 at 3:02 PM Thomas Passin wrote: > >> >> On Thursday, May 30, 2024 at 3:13:39 PM UTC-4 Edward K. Ream wrote: >> >> My concern is simple: I don't want to release *a

Re: [VOTE] Release Apache Wicket 10.1.0

2024-05-31 Thread Thomas Heigl
+1 Ran our CI build and did some exploratory testing. Thomas On Thu, May 30, 2024 at 8:52 PM Tobias Soloschenko wrote: > +1 > > kind regards > > Tobias > > > Am 30.05.2024 um 13:47 schrieb Martin Grigorov : > > > > +1 to release > > > > Test

nvptx target: Global constructor, destructor support, via nvptx-tools 'ld' (was: nvptx: Support global constructors/destructors via 'collect2')

2024-05-31 Thread Thomas Schwinge
hat is, the 'gcc' invocation by 'collect2' is passed '-fdump-fortran-original', but doesn't know what to do with that. (Maybe using '-Wno-complain-wrong-lang' in 'collect2' would help?) (I'm not going to look into that any further.) Grüße Thomas >From d9c90c82d900fdae95df4499bf5f0a4ecb903b53 Mon Se

[gcc r15-942] nvptx target: Global constructor, destructor support, via nvptx-tools 'ld'

2024-05-31 Thread Thomas Schwinge via Gcc-cvs
https://gcc.gnu.org/g:d9c90c82d900fdae95df4499bf5f0a4ecb903b53 commit r15-942-gd9c90c82d900fdae95df4499bf5f0a4ecb903b53 Author: Thomas Schwinge Date: Tue May 28 23:20:29 2024 +0200 nvptx target: Global constructor, destructor support, via nvptx-tools 'ld' The function attributes

[PATCH] Fix typo in NVME show command

2024-05-31 Thread Thomas Perl
Foramt -> Format Signed-off-by: Thomas Perl --- drivers/nvme/nvme_show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvme/nvme_show.c b/drivers/nvme/nvme_show.c index 72cbac82bc..8dc03fe5bb 100644 --- a/drivers/nvme/nvme_show.c +++ b/drivers/nvme/nvme_sho

[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-paint/

2024-05-31 Thread Thomas Beierlein
commit: 40df6aa10e880f73549af1e6f68a9f1883285280 Author: Thomas Beierlein gentoo org> AuthorDate: Fri May 31 11:23:50 2024 + Commit: Thomas Beierlein gentoo org> CommitDate: Fri May 31 11:23:50 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40

[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-rds/

2024-05-31 Thread Thomas Beierlein
commit: e774a2e74119491a1f0e552918c22443df11337f Author: Thomas Beierlein gentoo org> AuthorDate: Fri May 31 11:10:26 2024 + Commit: Thomas Beierlein gentoo org> CommitDate: Fri May 31 11:10:36 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7

<    3   4   5   6   7   8   9   10   11   12   >