[jira] [Created] (CASSANDRA-19579) threads lingering after driver shutdown: session close starts thread and doesn't await its stop

2024-04-22 Thread Thomas Klambauer (Jira)
Thomas Klambauer created CASSANDRA-19579: Summary: threads lingering after driver shutdown: session close starts thread and doesn't await its stop Key: CASSANDRA-19579 URL: https://issues.apache.org/jira

[jira] [Updated] (CASSANDRA-19579) threads lingering after driver shutdown: session close starts thread and doesn't await its stop

2024-04-22 Thread Thomas Klambauer (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Klambauer updated CASSANDRA-19579: - Description: We are checking remaining/lingering threads during shutdown

RE: [PATCH 10/15] drm/amdgpu: retire bad pages for umc v12_0

2024-04-22 Thread Chai, Thomas
[AMD Official Use Only - General] update - Best Regards, Thomas -Original Message- From: amd-gfx On Behalf Of Chai, Thomas Sent: Monday, April 22, 2024 5:21 PM To: Zhou1, Tao ; amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Li, Candice ; Wang, Yang(Kevin) ; Yang

[pve-devel] applied: [PATCH manager v2 1/2] ui: form: add TwoColumnContainer

2024-04-22 Thread Thomas Lamprecht
Am 22/04/2024 um 10:16 schrieb Dominik Csapak: > this is a container, showing a widget on the left column and another one > on the right one, with a (default) flex ratio of 1:2 > > this is helpful when wanting fields to align vertically in an input > panel that have different height (e.g. because

RE: [PATCH 10/15] drm/amdgpu: retire bad pages for umc v12_0

2024-04-22 Thread Chai, Thomas
[AMD Official Use Only - General] - Best Regards, Thomas -Original Message- From: Zhou1, Tao Sent: Monday, April 22, 2024 4:14 PM To: Chai, Thomas ; amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Li, Candice ; Wang, Yang(Kevin) ; Yang, Stanley Subject: RE: [PATCH

[Github-comments] Re: [geany/geany] meson: Prevent showing console after running geany in Windows (PR #3811)

2024-04-22 Thread Thomas Martitz via Github-comments
IMO meson is still experimental and we don't need to support Ubuntu 20.04. Pick whatever meson makes the least problems for us. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3811#issuecomment-2068841524 You are receiving this because you are

Re: [PATCH 0/3] Remove useless architecture prefix from the CPU list

2024-04-22 Thread Thomas Huth
On 22/04/2024 10.03, Daniel P. Berrangé wrote: On Sat, Apr 20, 2024 at 07:46:03AM +0200, Thomas Huth wrote: Printing an architecture prefix in front of each CPU name is not helpful at all: It is confusing for the users since they don't know whether they have to specify these letters

Re: RFR: 8330694: Rename 'HeapRegion' to 'G1HeapRegion' [v3]

2024-04-22 Thread Thomas Schatzl
On Sat, 20 Apr 2024 08:44:45 GMT, Lei Zaakjyu wrote: >> follow up 8267941 > > Lei Zaakjyu has updated the pull request incrementally with one additional > commit since the last revision: > > also tidy up Indentation issues. I will run the higher tier SA tests just for verification. There

Re: [Gen-art] Genart last call review of draft-ietf-emailcore-rfc5322bis-11

2024-04-22 Thread Thomas Fossati
Hi Pete, Thank you for answering my comments. On Mon, 22 Apr 2024 at 03:37, Pete Resnick wrote: > On 21 Apr 2024, at 13:03, Thomas Fossati via Datatracker wrote: > > > > (234:23): error: This parser will truncate strings at %x00 > > (236:28): error: This parser will tru

Re: [pve-devel] [PATCH qemu-server v6 1/3] add C program to get AMD SEV hardware parameters from CPUID

2024-04-22 Thread Thomas Lamprecht
Am 19/04/2024 um 12:59 schrieb Markus Frank > diff --git a/amd-sev-support/amd-sev-support.c > b/amd-sev-support/amd-sev-support.c > new file mode 100644 > index 000..73a7bd8 > --- /dev/null > +++ b/amd-sev-support/amd-sev-support.c > @@ -0,0 +1,48 @@ > +#include > +#include > +#include >

Re: rdf:parseType="literal" vs. rdf:datatype="...XMLLiteral"

2024-04-22 Thread Thomas Francart
Hello This is 3.17.0. Pretty old, due to other dependency with TopQuadrant SHACL API. Thomas Le sam. 20 avr. 2024 à 18:06, Andy Seaborne a écrit : > Hi Thomas, > > Which version of Jena is this? > > Andy > > On 19/04/2024 17:18, Thomas Francart wrote: > >

Re: [pve-devel] [PATCH qemu-server v6 1/3] add C program to get AMD SEV hardware parameters from CPUID

2024-04-22 Thread Thomas Lamprecht
Am 19/04/2024 um 12:59 schrieb Markus Frank: > Implement a systemd service that runs a C program that extracts AMD SEV > hardware parameters such as reduced-phys-bios and cbitpos from CPUID at boot > time, looks if SEV, SEV-ES & SEV-SNP are enabled, and outputs these details > as JSON to

[Touch-packages] [Bug 2063078] [NEW] USB devices not detected

2024-04-22 Thread Thomas Schweikle
Public bug reported: In some cases the kernel does detect a newly connected USB device, but this device is never handled by systemd. The device handling shows up in dmesg, but no device /dev/sd.. entries are created to access this newly connected storage device. ProblemType: Bug DistroRelease:

[Bug 2063078] [NEW] USB devices not detected

2024-04-22 Thread Thomas Schweikle
Public bug reported: In some cases the kernel does detect a newly connected USB device, but this device is never handled by systemd. The device handling shows up in dmesg, but no device /dev/sd.. entries are created to access this newly connected storage device. ProblemType: Bug DistroRelease:

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Thomas Passin
On Sunday, April 21, 2024 at 7:05:08 PM UTC-4 Félix wrote: After trying to simply install pyqt6, I get yet another error when trying to launch: *cannot import name 'QtWebEngineCore' from 'PyQt6'* It's in a separate package from PyQt6. Requirements.txt should get it installed. -- You

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Thomas Passin
py -m pip install -r requirements.txt On Sunday, April 21, 2024 at 9:05:10 PM UTC-4 Félix wrote: > Weird, i'm getting that -r is not an option... I'll investigate further... > [image: Untitled.png] > > > > On Sunday, April 21, 2024 at 8:55:57 PM UTC-4 Félix wrote: > >> Thanks Edward, >> >>

RE: [PATCH 15/15] drm/amdgpu: Use new interface to reserve bad page

2024-04-21 Thread Chai, Thomas
[AMD Official Use Only - General] Ping - Best Regards, Thomas -Original Message- From: Chai, Thomas Sent: Thursday, April 18, 2024 10:59 AM To: amd-gfx@lists.freedesktop.org Cc: Chai, Thomas ; Zhang, Hawking ; Zhou1, Tao ; Li, Candice ; Wang, Yang(Kevin) ; Yang

Re: [Lynx-dev] [patch] Fix out-of-tree builds

2024-04-21 Thread Thomas Dickey
(tom 06-Jul-17): en.po : 1.14 (tom 13-May-07): msginit --no-translator -l en -i $(PACKAGE).pot 1.24 (tom 06-Jul-17): # cygwin's msginit 1.19.3 creates "en_US.po" rather than "en.po"... 1.21 (tom 22-Dec-14): @$(SHELL) -c 'f

Re: fix tablespace handling in pg_combinebackup

2024-04-21 Thread Thomas Munro
On Mon, Apr 22, 2024 at 12:00 AM Alexander Lakhin wrote: > From what I can see, the following condition (namely, -l): > if ($path =~ /^pg_tblspc\/(\d+)$/ && -l "$backup_path/$path") > { > push @tsoids, $1; > return 0; >

[Gen-art] Genart last call review of draft-ietf-emailcore-rfc5322bis-11

2024-04-21 Thread Thomas Fossati via Datatracker
Reviewer: Thomas Fossati Review result: Ready with Issues I am the assigned Gen-ART reviewer for this draft. The General Area Review Team (Gen-ART) reviews all IETF documents being processed by the IESG for the IETF Chair. Please treat these comments just like any other last call comments

[gcc r14-10059] Fortran: Detect 'no implicit type' error in right place [PR103471]

2024-04-21 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:f17d31e709af9b2d488adecd6cd040dfc1f23b04 commit r14-10059-gf17d31e709af9b2d488adecd6cd040dfc1f23b04 Author: Paul Thomas Date: Sun Apr 21 17:24:24 2024 +0100 Fortran: Detect 'no implicit type' error in right place [PR103471] 2024-04-21 Paul Thomas

Re: Special notation question

2024-04-21 Thread Thomas Morley
Am So., 21. Apr. 2024 um 17:43 Uhr schrieb Xavier Mayeur : > Hello, > > In a \time 3/2 score, how can I write the following snippet in Lilypond? > > > > I wonder how to create the 'g' note with that special appearance and with > the right duration... > > -- > Cordialement, > > Xavier MAYEUR >

Re: plasma-desktop installation failed due to problem with icon theme package

2024-04-21 Thread Thomas Nemeth
Le dimanche 21 avril 2024, 12:53:08 CEST Stuart Henderson a écrit : > On 2024/04/20 14:15, Thomas Nemeth wrote: > > bios0: ASUSTeK Computer INC. B202 > > ... > > cpu0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz ("GenuineIntel" 686-class) > > 1.61 GHz, 06-1c-02, patc

Re: Bend

2024-04-21 Thread Thomas Richter
) { c'' ^ \markup \brassBend } Thomas Am 20.04.2024 um 22:39 schrieb gehent...@gmail.com: Hello friends, I thought this was recently covered, but I haven't been able to find what I need. I'm looking for an articulation to add that will indicate a note is supposed to bend down, before bending

Re: Bend

2024-04-21 Thread Thomas Richter
I guess what you are looking for is the brassBend glyph (U+E5E3) in Am 20.04.2024 um 22:39 schrieb gehent...@gmail.com: Hello friends, I thought this was recently covered, but I haven't been able to find what I need. I'm looking for an articulation to add that will indicate a note is

[pve-devel] applied-series: [PATCH common/docs/firewall/manager/proxmox-widget-toolkit v4 0/6] drop vmbr prefix for bridges

2024-04-21 Thread Thomas Lamprecht
Am 12/04/2024 um 10:07 schrieb Stefan Hanreich: > Original patch series by Jillian Morgan > > I've refrained from adding arbitrary bond names in this patch series, since > that would require a bigger amount of changes in the firewall simulator. I'll > look into adding that in a future patch

[pve-devel] partially-applied: [PATCH manager v2 1/2] ui: dc: backup: improve UX for the different 'notification-mode's

2024-04-21 Thread Thomas Lamprecht
Am 15/04/2024 um 11:51 schrieb Lukas Wagner: > - Switch order of 'mailto' and 'mailnotification' field > - When mode is 'auto', disable 'mailtnotification' field > - When mode is 'auto' and 'mailto' is empty, show > hint that the notification system will be used If one starts making

Re: [pve-devel] [PATCH manager v3 5/5] fix #4474: ui: guest stop: offer to overrule active shutdown tasks

2024-04-21 Thread Thomas Lamprecht
Am 19/04/2024 um 12:17 schrieb Dominik Csapak: > nit: imho a short high level description why we extend the messagebox instead > of e.g. our edit/safedestroy window would be nice > > also maybe we could rewrite this a bit more generic so that the safedestroy > window users could this instead?

[frameworks-kconfig] [Bug 485877] systemsettings writes language code into plasma-localerc while locale code is expected at start up

2024-04-21 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=485877 Thomas changed: What|Removed |Added CC||th...@web.de -- You are receiving this mail because

[frameworks-kconfig] [Bug 485877] New: systemsettings writes language code into plasma-localerc while locale code is expected at start up

2024-04-21 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=485877 Bug ID: 485877 Summary: systemsettings writes language code into plasma-localerc while locale code is expected at start up Classification: Frameworks and Libraries Product:

NetBSD RPi 4b Install/Boot Failure

2024-04-20 Thread Thomas D. Dean
I am using a SanDisk Extreme Pro 128GiB flash drive connected to the RPi 4b USB-3 port. I can use this with the RPi OS. I tried downloading Generic 64-bit from http://nycdn.netbsd.org/pub/arm/, marked as for the Raspberry Pi. I unzipped the file to get the .img. > ls -l

[akregator] [Bug 445351] Akregator always wants to recover the session on boot

2024-04-20 Thread Thomas Dickson
https://bugs.kde.org/show_bug.cgi?id=445351 --- Comment #8 from Thomas Dickson --- There's a whole lot of write errors as akregator exits: ^C kf.kio.core: An error occurred during write. The worker terminates now. kf.kio.core: An error occurred during write. The worker terminates now

[akregator] [Bug 445351] Akregator always wants to recover the session on boot

2024-04-20 Thread Thomas Dickson
https://bugs.kde.org/show_bug.cgi?id=445351 --- Comment #8 from Thomas Dickson --- There's a whole lot of write errors as akregator exits: ^C kf.kio.core: An error occurred during write. The worker terminates now. kf.kio.core: An error occurred during write. The worker terminates now

Re: need your advice before new Raspberry Pi purchase

2024-04-20 Thread Thomas D. Dean
On 4/20/24 17:24, Michael wrote: The 3GB limit is on by default for some old linux kernels that don't have the DMA workaround. It takes about 10 seconds to get into the UEFI setup menu and turn it off. What is the UEFI setup menu? How do I get in to it? I used dd to write arm64.img to the USB

Re: RPi 4b Wifi Device

2024-04-20 Thread Thomas D. Dean
On 4/20/24 15:29, Michael Cheponis wrote: I run an RPi 4B/8G with external USB SSD drive; I do this because my uSD cards were getting worn out after about a year of use; I've had no such problems with my Samsung 870 EVO nor Samsung SSD T7. I use the built-in GigE adaptor on the RPi 4B,

Re: RPi 4b Wifi Device

2024-04-20 Thread Thomas D. Dean
On 4/20/24 13:16, Michael van Elst wrote: tomd...@wavecable.com ("Thomas D. Dean") writes: # wpa_cli status Selected interface 'bwfm0' 21:58:44.815: bssid=60:38:e0:db:a9:7a freq=0 ssid=tddhome id=0 mode=station pairwise_cipher=TKIP group_cipher=TKIP key_mgmt=WPA-PSK wpa_state=GROUP

Re: Preparing Release Torque 5.2 / 6.0

2024-04-20 Thread Thomas Vandahl
Hi Georg, > Am 05.04.2024 um 14:41 schrieb Kallidis, Georg : > > I think we should release as version 6.0 as this might be enough clear that > we break support for Java 8? If you don't mind I'd try to eliminate all deprecated code.

[pve-devel] applied: [PATCH manager v3 5/5] fix #4474: ui: guest stop: offer to overrule active shutdown tasks

2024-04-20 Thread Thomas Lamprecht
Am 12/04/2024 um 16:15 schrieb Friedrich Weber: > Implement a new "guest stop" confirmation message box which first > checks if there is an active shutdown task for the same guest that is > visible to the logged-in user. If there is at least one, the dialog > displays an additional default-on

Re: RPi 4b Wifi Device

2024-04-20 Thread Thomas D. Dean
I have Authentication timeout. # wpa_cli > scan_results 23:27:43.451: bssid / frequency / signal level / flags / ssid60:38:e0:db:a9:7a 2462 227 [WPA-PSK-TKIP][ESS] tddhome ... 23:27:47.736: CTRL-EVENT-SCAN-RESULTS 23:27:47.736: Trying to associate with 60:38:e0:db:a9:7a (SSID='tddhome'

Re: RPi 4b Wifi Device

2024-04-20 Thread Thomas D. Dean
On 4/19/24 18:35, Michael van Elst wrote: tomd...@wavecable.com ("Thomas D. Dean") writes: How do I setup wpa_supplicant? That depends on what you want to do. Here are some examples: https://wiki.netbsd.org/tutorials/how_to_use_wpa_supplicant/ I saw that. dhcp is working over

[jira] [Resolved] (FLINK-28048) Introduce Source API alternative to FiniteTestSource

2024-04-20 Thread Thomas Weise (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise resolved FLINK-28048. -- Fix Version/s: 1.20.0 Resolution: Implemented > Introduce Source API alternat

Re: [Patch, fortran] PR103471 - [11/12/13/14 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1114

2024-04-20 Thread Paul Richard Thomas
> > > Hi Harald, > Indeed, the gfc_fatal_error always wins. :-( > > This PR is marked as a regression. Depending on your progress, > it might be worth to consider fixing what you think is needed > to get rid of the regression marker and defer the improvement > of the diagnostics to a second

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc2

2024-04-20 Thread Thomas Vandahl
ile. Please try again. Bye, Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: plasma-desktop installation failed due to problem with icon theme package

2024-04-20 Thread Thomas Nemeth
Le samedi 20 avril 2024, 12:27:05 CEST Stuart Henderson a écrit : > On 2024/04/20 11:26, Thomas Nemeth wrote: > > Machine : i386 > > Unrelated to this problem, but do you really need i386? It's not > recommended on machins which can run amd64 (and I guess if you'

[akregator] [Bug 445351] Akregator always wants to recover the session on boot

2024-04-20 Thread Thomas Dickson
https://bugs.kde.org/show_bug.cgi?id=445351 Thomas Dickson changed: What|Removed |Added CC||thom-dick...@proton.me --- Comment #7 from

[akregator] [Bug 445351] Akregator always wants to recover the session on boot

2024-04-20 Thread Thomas Dickson
https://bugs.kde.org/show_bug.cgi?id=445351 Thomas Dickson changed: What|Removed |Added CC||thom-dick...@proton.me --- Comment #7 from

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc2

2024-04-20 Thread Thomas Vandahl
My vote. > Am 20.04.2024 um 12:25 schrieb Thomas Vandahl : > > Hi folks, > > We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I > would like to release Apache Commons JCS 3.2.1. > > Apache Commons JCS 3.2.1 rc2 is available for review here: >

[VOTE] Release Apache Commons JCS 3.2.1 based on rc2

2024-04-20 Thread Thomas Vandahl
Hi folks, We have fixed a few bugs since Apache Commons JCS 3.2 was released, so I would like to release Apache Commons JCS 3.2.1. Apache Commons JCS 3.2.1 rc2 is available for review here: https://dist.apache.org/repos/dist/dev/commons/jcs/3.2.1-rc2 (svn revision 68673) The Git tag

plasma-desktop installation failed due to problem with icon theme package

2024-04-20 Thread Thomas Nemeth
> Synopsis: Plasma-desktop can't get installed because an icon theme package seems to be corrupted > Category: system > Environment: System : OpenBSD 7.5 Details : OpenBSD 7.5 (GENERIC.MP) #192: Wed Mar 20 16:49:13 MDT 2024

[Bug 2062960] [NEW] ubuntu 24.04 mailman3-web fails install on clean system

2024-04-20 Thread Thomas
Public bug reported: hello y'all. as of now mailman3-web fails to install on noble with the following error: Creating config file /etc/dbconfig-common/mailman3-web.conf with new version creating database mailman3web.db: success. verifying database mailman3web.db exists: success. Creating

[Touch-packages] [Bug 2057927] Re: lxd vga console throws "Operation not permitted" error

2024-04-20 Thread Thomas Parrott
Please can you confirm if still an issue on lxd 5.21/stable as this is the current supported version. Thanks -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/2057927 Title:

[Bug 2057927] Re: lxd vga console throws "Operation not permitted" error

2024-04-20 Thread Thomas Parrott
Please can you confirm if still an issue on lxd 5.21/stable as this is the current supported version. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2057927 Title: lxd vga console throws

Re: [Patch, fortran] PR103471 - [11/12/13/14 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1114

2024-04-20 Thread Paul Richard Thomas
Hi Harald, > > the patch is OK, but I had to manually fix it. I wonder how you managed > to produce: > Yes, I had to use --whitespace fix when I reapplied it a few minutes ago. > > diff --git a/gcc/testsuite/gfortran.dg/pr93484.f90 > I had followed comment 1 in the PR and wrongly named the

Re: [Patch, fortran] PR103471 - [11/12/13/14 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1114

2024-04-20 Thread Paul Richard Thomas
Hi Harald, > > the patch is OK, but I had to manually fix it. I wonder how you managed > to produce: > Yes, I had to use --whitespace fix when I reapplied it a few minutes ago. > > diff --git a/gcc/testsuite/gfortran.dg/pr93484.f90 > I had followed comment 1 in the PR and wrongly named the

Re: fix tablespace handling in pg_combinebackup

2024-04-19 Thread Thomas Munro
I don't know how to fix 82023d47^ on Windows[1][2], but in case it's useful, here's a small clue. I see that Perl's readlink() does in fact know how to read "junction points" on Windows[3], so if that was the only problem it might have been very close to working. One difference is that our own

[PATCH 3/3] target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list

2024-04-19 Thread Thomas Huth
Let's simply remove this now and use two spaces at the beginning of the lines for the indentation of the entries instead, and add a "Available CPUs" in the very first line, like most other target architectures are doing it for their CPU help output already. Signed-off-by: Thomas Huth

[PATCH 1/3] target/i386/cpu: Remove "x86" prefix from the CPU list

2024-04-19 Thread Thomas Huth
Let's simply remove this now and use two spaces at the beginning of the lines for the indentation of the entries instead, like most other target architectures are doing it for their CPU help output already. Signed-off-by: Thomas Huth --- target/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 del

[PATCH 0/3] Remove useless architecture prefix from the CPU list

2024-04-19 Thread Thomas Huth
t's simply remove those now. Thomas Huth (3): target/i386/cpu: Remove "x86" prefix from the CPU list target/s390x/cpu_models: Rework the output of "-cpu help" target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list target/i386/cpu.c

[PATCH 2/3] target/s390x/cpu_models: Rework the output of "-cpu help"

2024-04-19 Thread Thomas Huth
Let's simply remove this now! While we're at it, use two spaces at the beginning of the lines for the indentation of the entries, and add a "Available CPUs" in the very first line, like most other target architectures are doing it for their "-cpu help" output already. Signe

Re: [NWRUG] Abridged summary of nwrug-members@googlegroups.com - 1 update in 1 topic

2024-04-19 Thread Thomas Garbutt
. I am very interested. I am eager to discuss further details on how I can contribute to this meaningful mission. Kind Regards, -- *Thomas Garbutt* *Senior Software Engineering Consultant* TCSG LTD. web: https://www.tcsg.uk mob: +44(0)7834 773088 On Fri, 22 Mar

Re: RPi 4b Wifi Device

2024-04-19 Thread Thomas D. Dean
On 4/19/24 09:40, Michael van Elst wrote: Reason is that the platform is canonically named "raspberrypi,4-model-b" but UEFI chose "Raspberry Pi 4 Model B" instead. > pwd /home/tomdean/NetBSD > ls -l total 2154 -rw-rw-r-- 1 tomdean tomdean 272510976 Apr 18 09:40 NetBSD-10.0-evbarm-aarch64.iso

Re: finding unsused scripts, add comment into scripts that are still used

2024-04-19 Thread Thomas Lange
ill > being used. Great idea, but please also add the current year. -- best regards Thomas

Re: finding unsused scripts, add comment into scripts that are still used

2024-04-19 Thread Thomas Lange
ill > being used. Great idea, but please also add the current year. -- best regards Thomas

finding unsused scripts, add comment into scripts that are still used

2024-04-19 Thread Thomas Lange
ssian/News/weekly/makemail.pl ./german/News/weekly/makemail.pl I'm also not sure if these for e.g. are still needed. Does anyone know? switch_to_git_translations.pl vcs-test.pl There are many more examples which may be obsolete. -- regards Thomas

finding unsused scripts, add comment into scripts that are still used

2024-04-19 Thread Thomas Lange
ssian/News/weekly/makemail.pl ./german/News/weekly/makemail.pl I'm also not sure if these for e.g. are still needed. Does anyone know? switch_to_git_translations.pl vcs-test.pl There are many more examples which may be obsolete. -- regards Thomas

Re: Multiple parts on the same stems

2024-04-19 Thread Thomas Morley
Am Di., 16. Apr. 2024 um 22:01 Uhr schrieb Gerardo Ballabio : > > Hello all, > I'm trying to typeset a percussion score with several instruments on > the same staff. When they play simultaneous notes I want to line them > up all on the same stem, like this (output attached, percussion1.pdf): > >

[jira] [Resolved] (DELTASPIKE-1472) htmlunit3 dependency of deltaspike-jsf-module-impl has compile scope

2024-04-19 Thread Thomas Andraschko (Jira)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-1472. --- Resolution: Fixed > htmlunit3 dependency of deltaspike-jsf-module-i

[jira] [Updated] (DELTASPIKE-1472) htmlunit3 dependency of deltaspike-jsf-module-impl has compile scope

2024-04-19 Thread Thomas Andraschko (Jira)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated DELTASPIKE-1472: -- Fix Version/s: 2.0.1 > htmlunit3 dependency of deltaspike-jsf-module-i

[OSList] Re: Holistic Organizational Development workshop June 24 to 28 in the Netherlands

2024-04-19 Thread Thomas Herrmann via OSList
I am joining this summer for sure ✔️ Another one out of many GC Summer Academies through the years. Always a nourishing water hole. Rewarding, challenging and transformational for newcomers as well as oldies as I! Hope to see you this summer. Thomas Herrmann Skickat från Outlook för iOS<ht

[Patch, fortran] PR103471 - [11/12/13/14 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1114

2024-04-19 Thread Paul Richard Thomas
for mainline and backporting in a couple of weeks? Paul Fortran: Detect 'no implicit type' error in right place [PR103471] 2024-04-19 Paul Thomas gcc/fortran PR fortran/103471 * resolve.cc (gfc_resolve_index_1): Block index expressions of unknown type from being converted to default integer

[pve-devel] applied-series: [PATCH proxmox-firewall 1/2] firewall: wait for nft process

2024-04-19 Thread Thomas Lamprecht
Am 19/04/2024 um 15:00 schrieb Stefan Hanreich: > NftClient never waits for the child process to terminate leading to > defunct leftover processes. > > Signed-off-by: Stefan Hanreich > --- > proxmox-nftables/src/client.rs | 38 -- > 1 file changed, 9

[pve-devel] applied: [PATCH manager] pveversion: fix whitespaces

2024-04-19 Thread Thomas Lamprecht
Am 19/04/2024 um 18:33 schrieb Alexander Zeidler: > Signed-off-by: Alexander Zeidler > --- > bin/pveversion | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com

[Patch, fortran] PR103471 - [11/12/13/14 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1114

2024-04-19 Thread Paul Richard Thomas
for mainline and backporting in a couple of weeks? Paul Fortran: Detect 'no implicit type' error in right place [PR103471] 2024-04-19 Paul Thomas gcc/fortran PR fortran/103471 * resolve.cc (gfc_resolve_index_1): Block index expressions of unknown type from being converted to default integer

[Bug 2062179] Re: ugrading grub breaks ubuntu system boot (UEFI, BIOS), if root on zfs

2024-04-19 Thread Thomas Schweikle
Yes. Same message for Ubuntu or debian: The UEFI loader does not find the file given. With VirtualBox I could read the message. With KVM it was impossible to read it. But it seems to be the very same message: failed to load Boot0001 "UEFI : not found" -- You received this bug notification

rdf:parseType="literal" vs. rdf:datatype="...XMLLiteral"

2024-04-19 Thread Thomas Francart
L queries: 13:08:04.775 WARN o.apache.jena.sparql.expr.NodeValue - Datatype format exception: "https://xx.xx.xx/PC\ "/>"^^rdf:XMLLiteral The encoded XML is however valid. Is it possible to explicitely create literals with XMLLiteral datatype in RDF/XML by setting this datatype explicitely ? Thanks Thomas --

Re: RPi 4b Wifi Device

2024-04-19 Thread Thomas D. Dean
On 4/18/24 22:00, Michael van Elst wrote: tomd...@wavecable.com ("Thomas D. Dean") writes: What is the wifi device in the RPi 4b? Driver? It's a chip similar to the one in the older RPIs: bwfm0: chip 0x4345 rev 6 bwfm0: Firmware file default:brcmfmac43455-sdio.bin bwfm0

[Bug 2062058] Re: Add a UFW firewall config to support QUIC

2024-04-19 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062058 Title: Add a UFW firewall config to support QUIC To manage notifications

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/

2024-04-19 Thread Thomas Beierlein
commit: 0530fd355d41119406a4d8c0fff16024c0e62724 Author: Thomas Beierlein gentoo org> AuthorDate: Fri Apr 19 15:13:13 2024 + Commit: Thomas Beierlein gentoo org> CommitDate: Fri Apr 19 15:13:45 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05

Re: [edk2-devel] [PATCH] OvmfPkg: Harden #VC instruction emulation somewhat (CVE-2024-25742)

2024-04-19 Thread Lendacky, Thomas via groups.io
On 4/17/24 11:54, Adam Dunlap wrote: Ensure that when a #VC exception happens, the instruction at the instruction pointer matches the instruction that is expected given the error code. This is to mitigate the ahoi WeSee attack [1] that could allow hypervisors to breach integrity and

Re: [PATCH] drm/atomic-helper: fix parameter order in drm_format_conv_state_copy() call

2024-04-19 Thread Thomas Zimmermann
-by: Lucas Stach Tested-by: Leonard Göhrs Reviewed-by: Thomas Zimmermann Please also add Cc: # v6.8+ Best regards Thomas --- drivers/gpu/drm/drm_gem_atomic_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_gem_atomic_helper.c b/drive

Re: [edk2-devel] [PATCH] OvmfPkg: Harden #VC instruction emulation somewhat (CVE-2024-25742)

2024-04-19 Thread Lendacky, Thomas via groups.io
On 4/18/24 07:15, Gerd Hoffmann via groups.io wrote: On Wed, Apr 17, 2024 at 09:54:00AM -0700, Adam Dunlap via groups.io wrote: Ensure that when a #VC exception happens, the instruction at the instruction pointer matches the instruction that is expected given the error code. This is to mitigate

[Freesurfer] 250 Voxels Won't Stay Erased from wm.mgz Upon Relaunch

2024-04-19 Thread Smith, Thomas
External Email - Use Caution Hey FreeSurfer Support, Recently I've been seeing some pial extensions into the subcortical region in FreeSurfer 7.3.2 which cause subcortical segmentation errors in the hippocampus. Turning on wm.mgz, I see erroneous bands of 250 voxels that seem

Re: (tomcat) branch main updated: Don't create a StringBuilder object until we know we have at least one Cookie value to log.

2024-04-19 Thread Mark Thomas
Ping. Just making sure this veto hasn't been lost in the recent flurry of commits. Mark On 18/04/2024 16:12, Mark Thomas wrote: On 18/04/2024 14:31, schu...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main

Re: (tomcat) 02/02: Re-factor ElapsedTimeElement to use a customizable Style

2024-04-19 Thread Mark Thomas
On 19/04/2024 13:31, Mark Thomas wrote: On 19/04/2024 13:12, schu...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit

Re: (tomcat) 02/02: Re-factor ElapsedTimeElement to use a customizable Style

2024-04-19 Thread Mark Thomas
On 19/04/2024 13:12, schu...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d3482c35bf144cc891dfa325b2f2f50460708c23 Author: Christopher Schultz

Enable 'gcc.dg/pr114768.c' for nvptx target [PR114768] (was: [PATCH] rtlanal: Fix set_noop_p for volatile loads or stores [PR114768])

2024-04-19 Thread Thomas Schwinge
Hi! On 2024-04-19T12:30:25+0200, Jakub Jelinek wrote: > On Fri, Apr 19, 2024 at 12:23:03PM +0200, Thomas Schwinge wrote: >> On 2024-04-19T08:24:03+0200, Jakub Jelinek wrote: >> > --- gcc/testsuite/gcc.dg/pr114768.c.jj 2024-04-18 15:37:49.139433678 >> > +0200 &g

[gcc r14-10039] Enable 'gcc.dg/pr114768.c' for nvptx target [PR114768]

2024-04-19 Thread Thomas Schwinge via Gcc-cvs
https://gcc.gnu.org/g:9451b6c0a941dc44ca6f14ff8565d74fe56cca59 commit r14-10039-g9451b6c0a941dc44ca6f14ff8565d74fe56cca59 Author: Thomas Schwinge Date: Fri Apr 19 12:32:03 2024 +0200 Enable 'gcc.dg/pr114768.c' for nvptx target [PR114768] Follow-up to commit

Re: [PATCH] rtlanal: Fix set_noop_p for volatile loads or stores [PR114768]

2024-04-19 Thread Thomas Schwinge
pr114768.s2024-04-19 12:08:00.118312524 +0200 @@ -13,5 +13,10 @@ { .reg.u64 %ar0; ld.param.u64 %ar0, [%in_ar0]; + .reg.u32 %r22; + .reg.u64 %r23; + mov.u64 %r23, %ar0; + ld.u32 %r22, [%r23]; + st.u32 [%r23], %r22; ret; } Grüße Thomas

[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2024-04-19 Thread Thomas Raschbacher
commit: 05ee17010ddd697b5faff78135ed12087d12 Author: Thomas Raschbacher gentoo org> AuthorDate: Fri Apr 19 09:51:35 2024 + Commit: Thomas Raschbacher gentoo org> CommitDate: Fri Apr 19 09:53:20 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/comm

Re: [DISCUSS] FLIP-446: Kubernetes Operator State Snapshot CRD

2024-04-19 Thread Thomas Weise
Thanks for the proposal. How do you see potential effects on API server performance wrt. number of objects vs mutations? Is the proposal more or less neutral in that regard? Thanks for the thorough feedback Robert. Couple more questions below. --> On Fri, Apr 19, 2024 at 5:07 AM Robert

[PATCH v2 2/4] target/sparc/cpu: Avoid spaces by default in the CPU names

2024-04-19 Thread Thomas Huth
d Henderson Reviewed-by: Mark Cave-Ayland Signed-off-by: Thomas Huth --- target/sparc/cpu.c | 56 +++--- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/target/sparc/cpu.c b/target/sparc/cpu.c index 774e234e09..593c8d6867 100644 --- a/target/

[PATCH v2 0/4] Sparc CPU naming and help text improvements

2024-04-19 Thread Thomas Huth
BSD and OpenBSD in the docs since these problems are likely fixed since a long time already - Added Reviewed-bys from earlier series and updated the patch descriptions a little bit Thomas Huth (4): target/sparc/cpu: Rename the CPU models with a "+" in their names target/sparc/cpu: A

[PATCH v2 4/4] docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+"

2024-04-19 Thread Thomas Huth
For consistency we should drop the names with a "+" in it in the long run. Reviewed-by: Mark Cave-Ayland Signed-off-by: Thomas Huth --- docs/about/deprecated.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index

[PATCH v2 3/4] docs/system/target-sparc: Improve the Sparc documentation

2024-04-19 Thread Thomas Huth
://gitlab.com/qemu-project/qemu/-/issues/2141 Signed-off-by: Thomas Huth --- docs/system/target-sparc.rst | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/system/target-sparc.rst b/docs/system/target-sparc.rst index 9ec8c90c14..54bd8b6ead 100644 --- a/docs/system/target

[PATCH v2 1/4] target/sparc/cpu: Rename the CPU models with a "+" in their names

2024-04-19 Thread Thomas Huth
ward compatibility for the old names via some simple checks in the sparc_cpu_class_by_name() function. Reviewed-by: Mark Cave-Ayland Signed-off-by: Thomas Huth --- qom/object.c | 8 target/sparc/cpu.c | 14 -- 2 files changed, 12 insertions(+), 10 deletions(-) d

Bug#1069277: RM: python-nose-exclude -- ROM; obsolete, unused

2024-04-19 Thread Thomas Goirand
this. So python-nose-exclude can be removed from Debian as well, continuing the effort to remove nose from Debian. Cheers, Thomas Goirand (zigo)

Bug#1069276: RM: python-nose-parameterized -- ROM; obsolete, unused

2024-04-19 Thread Thomas Goirand
), then python-nose-parameterized can go as well, continuing the archive-wide effort to remove nose from the archive. Cheers, Thomas Goirand (zigo)

[PATCH v3 25/43] drm/ingenic: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by ingenic. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Paul Cercueil Acked-by: Paul Cercueil --- drivers/gpu

[PATCH v3 00/43] drm: Provide fbdev emulation per memory manager

2024-04-19 Thread Thomas Zimmermann
with simpledrm, vc4 and amdgpu. v3: - fbdev-dma: init fb_ops with DMAMEM initializer (Javier) - fbdev-shmem: clarify get_page usage (Javier) v2: - fbdev-shmem: use drm_driver_legacy_fb_format() (Geert) - fix a few typos Thomas Zimmermann (43): drm/fbdev-generic: Do not set physical framebuffer address

[PATCH v3 34/43] drm/tiny/ili9225: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by ili9225. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: David Lechner Acked-by: David Lechner --- drivers/gpu

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