Re: [PATCH 4/4] hw/net: Fix the transmission return size

2024-06-04 Thread Frank Chang
Reviewed-by: Frank Chang Fea.Wang 於 2024年6月3日 週一 下午1:48寫道: > > Fix the transmission return size because not all bytes could be > transmitted successfully. So, return a successful length instead of a > constant value. > > Signed-off-by: Fea.Wang > --- > hw/net/xilinx_ax

Re: [PATCH 3/4] hw/dma: Add a trace log for a description loading failure

2024-06-04 Thread Frank Chang
Reviewed-by: Frank Chang Fea.Wang 於 2024年6月3日 週一 下午1:49寫道: > > Due to a description loading failure, adding a trace log makes observing > the DMA behavior easy. > > Signed-off-by: Fea.Wang > --- > hw/dma/trace-events| 3 +++ > hw/dma/xilinx_axidma.c | 3 +

Re: [PATCH 2/4] hw/dma: Break the loop when loading descriptions fails

2024-06-04 Thread Frank Chang
Reviewed-by: Frank Chang Fea.Wang 於 2024年6月3日 週一 下午1:48寫道: > > When calling the loading a description function, it should be noticed > that the function may return a failure value. Breaking the loop is one > of the possible ways to handle it. > > Signed-off-by: Fea.Wan

Re: [PATCH 1/4] hw/dma: Enhance error handling in loading description

2024-06-04 Thread Frank Chang
Reviewed-by: Frank Chang Fea.Wang 於 2024年6月3日 週一 下午1:48寫道: > > Loading a description from memory may cause a bus-error. In this > case, the DMA should stop working, set the error flag, and return > the error value. > > Signed-off-by: Fea.Wang > --- > hw/

[PATCH] drm/amdgpu: Update soc24_enum.h and soc21_enum.h

2024-06-03 Thread Min, Frank
[AMD Official Use Only - AMD Internal Distribution Only] From: Frank Min mailto:frank@amd.com>> Update to latest changes. Signed-off-by: Frank Min mailto:frank@amd.com>> --- drivers/gpu/drm/amd/include/soc21_enum.h | 2 +- drivers/gpu/drm/amd/include/soc24_enum.h | 2

Re: [gentoo-user] Mobo, CPU, memory and a m.2 thingy. This work together?

2024-06-03 Thread Frank Steinmetzger
Am Sun, Jun 02, 2024 at 08:27:57AM -0500 schrieb Dale: > I thought of something on the m.2 thing.  I plan to put my OS on it.  I > usually use tmpfs and compile in memory anyway but do have some set to > use spinning rust. Once I get 128GB installed, I should be able to do > that with all

Re: [gentoo-user] Mobo, CPU, memory and a m.2 thingy. This work together?

2024-06-03 Thread Frank Steinmetzger
Am Sun, Jun 02, 2024 at 12:38:13AM -0500 schrieb Dale: > I'll also max the memory out too.  I'm > unclear on the max memory tho.  One place shows 128GB, hence two 32GB > sticks.  The out of stock Newegg one claims 256GB, which would be nice.  > I'm not sure what to think on memory.  Anyway.  If

Re: Backup resolver after X seconds

2024-06-03 Thread Frank Cusack via Unbound-users
, Jun 3, 2024 at 2:02 PM Scott Q. wrote: > Some apps have even longer and don't even try a backup resolver > > On Monday, 03/06/2024 at 15:57 Frank Cusack wrote: > > Sorry that this isn't actually an answer, but does it matter? What client > has a 5s timeout before the client moves

Re: guile-ncurses unicode support

2024-06-03 Thread Frank Terbeck
due to a bug + ;; in configure.ac of guile-ncurses, which makes + ;; this behave just like --without-ncurses. + ;;"--with-ncursesw" ; Unicode support + "--with-gnu-filesystem-hierarchy") #:phases (modify-phases %standard-phases (add-before 'build 'fix-libguile-ncurses-file-name Regards, Frank

Re: [FRIAM] Objective Reality Doesn’t Exist. We’ve Known This for a Century. It’s Time to Embrace It and Move On. | by Casper Wilstrup | Machine Consciousness | Medium

2024-06-03 Thread Frank Wimberly
This is the article I had in mind https://www.huffpost.com/entry/why-gen-z-wont-show-their-feet_l_64cd1b52e4b01796c06c0cc4 --- Frank C. Wimberly 140 Calle Ojo Feliz, Santa Fe, NM 87505 505 670-9918 Santa Fe, NM On Fri, May 31, 2024, 9:34 AM Frank Wimberly wrote: > It exists in my m

Re: [FRIAM] Objective Reality Doesn’t Exist. We’ve Known This for a Century. It’s Time to Embrace It and Move On. | by Casper Wilstrup | Machine Consciousness | Medium

2024-06-03 Thread Frank Wimberly
You have Gen Z friends? According to the NYT they won't let you see their bare feet. https://www.nytimes.com/2024/04/01/style/open-toe-sandal-appropriate.html --- Frank C. Wimberly 140 Calle Ojo Feliz, Santa Fe, NM 87505 505 670-9918 Santa Fe, NM On Mon, Jun 3, 2024, 12:34 PM glen wrote

Re: Backup resolver after X seconds

2024-06-03 Thread Frank Cusack via Unbound-users
Sorry that this isn't actually an answer, but does it matter? What client has a 5s timeout before the client moves on to its own next resolver? On Mon, Jun 3, 2024 at 8:28 AM Scott Q. via Unbound-users < unbound-users@lists.nlnetlabs.nl> wrote: > Is there a way to configure within Unbound a

[Bug 2062556] Re: [Ubuntu-24.04] Hugepage memory is not getting released even after destroying the guest!

2024-06-03 Thread Frank Heimes
** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: ubuntu-power-systems Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

RE: [PATCH] drm/amdgpu: Set PTE_IS_PTE bit for gfx12

2024-06-03 Thread Min, Frank
[AMD Official Use Only - AMD Internal Distribution Only] From: Frank Min Set PTE_IS_PTE bit while PRT is enabled on gfx12. Signed-off-by: Frank Min --- drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c b/drivers

Re: [PATCH v4 05/12] dmaengine: Add STM32 DMA3 support

2024-06-03 Thread Frank Li
On Mon, Jun 03, 2024 at 10:09:36AM +0200, Amelie Delaunay wrote: > On 5/31/24 22:21, Frank Li wrote: > > On Fri, May 31, 2024 at 05:07:05PM +0200, Amelie Delaunay wrote: > > > STM32 DMA3 driver supports the 3 hardware configurations of the STM32 DMA3 > > > controller: &

[FFmpeg-devel] [PATCH] lavc/vvc: Reallocate pixel buffers if pixel shift changes

2024-06-03 Thread Frank Plowman
Allocations in the following lines depend on the pixel shift, and so these buffers must be reallocated if the pixel shift changes. Patch fixes segmentation faults in fuzzed bitstreams. Signed-off-by: Frank Plowman --- libavcodec/vvc/dec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[docker-dev] Best way to reload your credit clone card

2024-06-03 Thread Frank Domm
Credit card cloning refers to making an unauthorized copy of a credit card. This practice is also sometimes called skimming. Thieves copy information at a credit card terminal using an electronic device and transfer the data from the stolen card to a new card or rewrite an existing card with

[docker-dev] Buy flipping credit clone card with lowest balance

2024-06-03 Thread Frank Domm
Credit card cloning refers to making an unauthorized copy of a credit card. This practice is also sometimes called skimming. Thieves copy information at a credit card terminal using an electronic device and transfer the data from the stolen card to a new card or rewrite an existing card with

[docker-dev] BUY LOWEST CREDIT CLONE CARD BALANCE

2024-06-03 Thread Frank Domm
Credit card cloning refers to making an unauthorized copy of a credit card. This practice is also sometimes called skimming. Thieves copy information at a credit card terminal using an electronic device and transfer the data from the stolen card to a new card or rewrite an existing card with

[Bug 2065579] Re: [UBUNTU 22.04] OS guest boot issues on 9p filesystem

2024-06-03 Thread Frank Heimes
Please let me jump in (for TZ reasons). The patch "debian/patches/ubuntu/lp-2065579-9pfs-allow-sockets.patch" (as always referenced in debin/changelog) that Sergio created and that is incl. in the PPA build is this: From: Sergio Durigan Junior Date: Thu, 30 May 2024 16:45:56 -0400 Subject:

[docker-dev] Buy reliable credit clone card

2024-06-03 Thread Frank Domm
Credit card cloning refers to making an unauthorized copy of a credit card. This practice is also sometimes called skimming. Thieves copy information at a credit card terminal using an electronic device and transfer the data from the stolen card to a new card or rewrite an existing card with

Re: [tor-relays] Tor relays Bazinga and JPsi2 to be shut down

2024-06-03 Thread Frank Lý via tor-relays
Thank you for your contribution to the Tor network. If you are still interested in migrating the reputation of these two relays to another hosting provider such as Contabo, you can back up their Tor identity keys. The default directory for these on Linux are within `/var/lib/tor/keys`. Frank

Re: [tor-relays] Directory authorities not giving weight to a relay

2024-06-03 Thread Frank Lý via tor-relays
u used to participate in the `tor-relays` mailing list. Frank May 30, 2024, 11:23 PM by tor-relays@lists.torproject.org: > Greetings everyone! > > Almost three months ago I have set up my first node. Everything seemed to be > going great at first and as documented in the tor lifecycle blog post.

[PATCH 1/6] target/riscv: Introduce extension implied rules definition

2024-06-03 Thread frank . chang
From: Frank Chang RISCVCPUImpliedExtsRule is created to store the implied rules. 'is_misa' flag is used to distinguish whether the rule is derived from the MISA or other extensions. 'ext' stores the MISA bit if 'is_misa' is true. Otherwise, it stores the offset of the extension defined

[PATCH 5/6] target/riscv: Add Zc extension implied rule

2024-06-03 Thread frank . chang
From: Frank Chang Zc extension has special implied rules that need to be handled separately. Signed-off-by: Frank Chang Reviewed-by: Jerry Zhang Jian --- target/riscv/tcg/tcg-cpu.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/target/riscv/tcg/tcg

[PATCH 0/6] Introduce extension implied rules

2024-06-03 Thread frank . chang
From: Frank Chang Currently, the implied extensions are enabled and checked in riscv_cpu_validate_set_extensions(). However, the order of enabling the implied extensions must follow a strict sequence, which is error-prone. This patchset introduce extension implied rule helpers to enable

[PATCH 3/6] target/riscv: Add MISA implied rules

2024-06-03 Thread frank . chang
From: Frank Chang Add MISA extension implied rules to enable the implied extensions of MISA recursively. Signed-off-by: Frank Chang Reviewed-by: Jerry Zhang Jian --- target/riscv/cpu.c | 50 +- 1 file changed, 49 insertions(+), 1 deletion(-) diff

[PATCH 4/6] target/riscv: Add standard extension implied rules

2024-06-03 Thread frank . chang
From: Frank Chang Add standard extension implied rules to enable the implied extensions of the standard extension recursively. Signed-off-by: Frank Chang Reviewed-by: Jerry Zhang Jian --- target/riscv/cpu.c | 340 + 1 file changed, 340 insertions

[PATCH 2/6] target/riscv: Introduce extension implied rule helpers

2024-06-03 Thread frank . chang
From: Frank Chang Introduce helpers to enable the extensions based on the implied rules. The implied extensions are enabled recursively, so we don't have to expand all of them manually. This also eliminates the old-fashioned ordering requirement. For example, Zvksg implies Zvks, Zvks implies

[PATCH 6/6] target/riscv: Remove extension auto-update check statements

2024-06-03 Thread frank . chang
From: Frank Chang Remove the old-fashioned extension auto-update check statements as they are replaced by the extension implied rules. Signed-off-by: Frank Chang Reviewed-by: Jerry Zhang Jian --- target/riscv/tcg/tcg-cpu.c | 115 - 1 file changed, 115

Re: [patch] debuginfod metadata extension

2024-06-01 Thread Frank Ch. Eigler
Hi - > Thanks for the patch, some suggestions below. Thanks, adding the following 'git diff -w' to the patch you reviewed: > [...] > I was experimenting with metadata queries to a local server that indexed > a single rpm (binutils-2.41-8.fc40.x86_64.rpm). The following commands > produced JSON

Re: [COOT] Custom pop-up windows

2024-06-01 Thread Frank Von Delft
Hi Marko, I meant: you asked for an example, and pandda.inspect is an example. HTH Sent from tiny silly touch screen From: Marko Hyvonen Sent: Friday, 31 May 2024 17:13 To: COOT@JISCMAIL.AC.UK Subject: Re: [COOT] Custom pop-up windows Yes, I know Frank

Re: [PATCH v4 05/12] dmaengine: Add STM32 DMA3 support

2024-05-31 Thread Frank Li
On Fri, May 31, 2024 at 05:07:05PM +0200, Amelie Delaunay wrote: > STM32 DMA3 driver supports the 3 hardware configurations of the STM32 DMA3 > controller: > - LPDMA (Low Power): 4 channels, no FIFO > - GPDMA (General Purpose): 16 channels, FIFO from 8 to 32 bytes > - HPDMA (High Performance): 16

[ia64] Results for 15.0.0 20240528 (experimental) [master revision 236116068151bbc72aaaf53d0f223fe06f7e3bac] (GCC) w/LRA testsuite on ia64-t2-linux-gnu

2024-05-31 Thread Frank Scheiner via Gcc-testresults
in /dev/shm/gcc-15-lra/src.gcc.ia64-toolchain-3.240529.123346.921189/gcc/gcc.build.lnx/gcc date; time make -j4 check-gcc 2>&1; echo $?; date Fri May 31 11:48:35 UTC 2024 === gcc tests === Running target unix FAIL: gcc.c-torture/compile/attr-retain-1.c -O0

[FRIAM] Come please

2024-05-31 Thread Frank Wimberly
I'm at Downtown Subscription trying to hold a table for the group. At 9:40 no one else has come. I resolve not to be the first to arrive anymore. --- Frank C. Wimberly 140 Calle Ojo Feliz, Santa Fe, NM 87505 505 670-9918 Santa Fe, NM

Re: [FRIAM] Objective Reality Doesn’t Exist. We’ve Known This for a Century. It’s Time to Embrace It and Move On. | by Casper Wilstrup | Machine Consciousness | Medium

2024-05-31 Thread Frank Wimberly
It exists in my mind. Joke. --- Frank C. Wimberly 140 Calle Ojo Feliz, Santa Fe, NM 87505 505 670-9918 Santa Fe, NM On Fri, May 31, 2024, 8:59 AM Nicholas Thompson wrote: > This (see below) got served up to me out of the blue this morning. The > way it's put here, Frank and Bruce

Re: [FRIAM] Downtown Subscription

2024-05-31 Thread Frank Wimberly
Reminder. They can't possibly have finished the construction. --- Frank C. Wimberly 140 Calle Ojo Feliz, Santa Fe, NM 87505 505 670-9918 Santa Fe, NM On Thu, May 30, 2024, 4:48 PM Marcus Daniels wrote: > If LLM training has reached a zero loss on a corpus that happens to > i

[users] Re: Linux distribution

2024-05-31 Thread Frank Bendon via Users
and don't want to try again - takes too long to clean up the mess The next thing I want to try is to set up a clean virtual machine and try installing it on that. Has anyone had any success with running the windows binary in wine? Cheers Frank VK5BF On 30/5/24 23:51, Martin Cooper via Users wrote

Re: [PATCH 3/6] dt-bindings: gpu: powervr-rogue: Add MediaTek MT8173 GPU

2024-05-31 Thread Frank Binns
power domain to MT8173_POWER_DOMAIN_MFG, which I believe corresponds to power domain B. I assume this works because the MTK power controller driver is encoding the constraint above, meaning that when we disable or enable MT8173_POWER_DOMAIN_MFG it's also disabling/enabling MT8173_POWER_D

[FFmpeg-devel] [PATCH] lavc/vvc: Don't free uninitialised pic arrays

2024-05-31 Thread Frank Plowman
and ultimately crashes. Patch prevents this by adding an initialised flag associated with the picture arrays. Signed-off-by: Frank Plowman --- libavcodec/vvc/dec.c | 7 +++ libavcodec/vvc/dec.h | 2 ++ 2 files changed, 9 insertions(+) diff --git a/libavcodec/vvc/dec.c b/libavcodec/vvc/dec.c

Re: [PATCH 4/6] drm/imagination: Add compatible string entry for Series6XT

2024-05-31 Thread Frank Binns
perimental support. I'm not sure if it's sufficient to hide support behind a Kconfig option and/or module parameter or whether we just have to hold this patch back for the time being. Thanks Frank > {} > }; > MODULE_DEVICE_TABLE(of, dt_match);

Re: [PATCH 2/6] clk: mediatek: Add mt8173-mfgtop driver

2024-05-31 Thread Frank Binns
ret = mtk_clk_register_gates(dev, node, mfg_clks, > > > ARRAY_SIZE(mfg_clks), > > > + data->clk_data); > > > + if (ret) { > > > + dev_err_probe(dev, ret, "Failed to register clock gates\n"); > > &g

Re: [PATCH 0/6] powervr: MT8173 GPU support

2024-05-31 Thread Frank Binns
ulkan driver enabled. `vulkaninfo` gives some information > > about the GPU (attached at the end), but running the `triangle` example > > from the Sascha Willems demos [3] with -DUSE_D2D_WSI=ON as recommended [4] > > failed with: > > > > Can't find a display and

Re: [ccp4bb] Crystal optimization

2024-05-30 Thread Frank Von Delft
ens for this, and DSF is one way to test. But might need a new construct or surface mutation or other protein engineering. Good luck Frank Sent from tiny silly touch screen From: 白雪慧 Sent: Friday, 31 May 2024 03:33 To: CCP4BB@JISCMAIL.AC.UK Subject: [ccp4bb] Crystal optimizat

[ia64] Results for 15.0.0 20240528 (experimental) [master revision 236116068151bbc72aaaf53d0f223fe06f7e3bac] (GCC) testsuite on ia64-t2-linux-gnu

2024-05-30 Thread Frank Scheiner via Gcc-testresults
in /dev/shm/gcc-15/src.gcc.ia64-toolchain-3.240529.112623.549077/gcc/gcc.build.lnx/gcc date; time make -j4 check-gcc 2>&1; echo $?; date Thu May 30 09:43:20 UTC 2024 === gcc tests === Running target unix FAIL: gcc.c-torture/compile/attr-retain-1.c -O0 scan-assembler

[users] Re: Linux distribution

2024-05-30 Thread Frank Bendon via Users
nload from a radio, it is probably quite old.   I would prefer a static binary - it would be more reliable. Cheers Frank VK5BF On 30/5/24 12:42 am, Martin Cooper via Users wrote: Hi Frank, Assuming you are following the instructions here (linked from the Downloads page): https://chirpmyradio.co

Re: [petsc-users] Question on MatMatmult

2024-05-29 Thread Frank Bramkamp
Ah ok, Then I will have a look at matconvert. And then maybe later switch to AIJ as well. Thanks of the help, Frank > On 29 May 2024, at 16:57, Barry Smith wrote: > > > You can use MatConvert() > > >> On May 29, 2024, at 10:53 AM, Frank Bramkamp wrote: >

[Bug 2067355] Re: Update s390-tools to (currently latest) v2.33.1 in oracular

2024-05-29 Thread Frank Heimes
Test build is available in PPA lp2067355: https://launchpad.net/~fheimes/+archive/ubuntu/lp2067355 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067355 Title: Update s390-tools to (currently

[Bug 2067355] Re: Update s390-tools to (currently latest) v2.33.1 in oracular

2024-05-29 Thread Frank Heimes
** Patch added: "debdiff_s390-tools-signed_from_2.31.0-0ubuntu5_to_2.33.1-0ubuntu1.diff" https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/2067355/+attachment/5784042/+files/debdiff_s390-tools-signed_from_2.31.0-0ubuntu5_to_2.33.1-0ubuntu1.diff ** Changed in: s390-tools (Ubuntu)

[Bug 2067355] Re: Update s390-tools to (currently latest) v2.33.1 in oracular

2024-05-29 Thread Frank Heimes
** Attachment added: "debdiff_s390-tools_from_2.31.0-0ubuntu5_to_2.33.1-0ubuntu1.diff.gz" https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/2067355/+attachment/5784041/+files/debdiff_s390-tools_from_2.31.0-0ubuntu5_to_2.33.1-0ubuntu1.diff.gz -- You received this bug notification

[med-svn] [Git][med-team/simrisc][pristine-tar] pristine-tar data for simrisc_16.00.00.orig.tar.gz

2024-05-29 Thread Frank B. Brokken (@fbb-guest)
Frank B. Brokken pushed to branch pristine-tar at Debian Med / simrisc Commits: 9bf6dc96 by Frank B. Brokken at 2024-05-29T17:41:34+02:00 pristine-tar data for simrisc_16.00.00.orig.tar.gz - - - - - 2 changed files: - + simrisc_16.00.00.orig.tar.gz.delta - + simrisc_16.00.00.orig.tar.gz.id

[med-svn] [Git][med-team/simrisc][debian/latest] 3 commits: Ready for simrisc 16.00.00-1

2024-05-29 Thread Frank B. Brokken (@fbb-guest)
Frank B. Brokken pushed to branch debian/latest at Debian Med / simrisc Commits: 20e07b55 by Frank B. Brokken at 2024-05-29T17:41:27+02:00 Ready for simrisc 16.00.00-1 - - - - - ce15ad23 by Frank B. Brokken at 2024-05-29T17:41:30+02:00 New upstream version 16.00.00 - - - - - fc672b3b by Frank

[med-svn] [Git][med-team/simrisc][upstream] New upstream version 16.00.00

2024-05-29 Thread Frank B. Brokken (@fbb-guest)
Frank B. Brokken pushed to branch upstream at Debian Med / simrisc Commits: ce15ad23 by Frank B. Brokken at 2024-05-29T17:41:30+02:00 New upstream version 16.00.00 - - - - - 30 changed files: - CLASSES - INSTALL.im - VERSION - agegroupvsd/agegroupvsd.h - agegroupvsd/agegroupvsd.ih

[slurm-users] dynamical configuration || meta configuration mgmt

2024-05-29 Thread Heckes, Frank via slurm-users
. Cheers, -Frank Max-Planck-Institut für Sonnensystemforschung Justus-von-Liebig-Weg 3 D-37077 Göttingen Phone: [+49] 551 – 384 979 320 E-Mail: <mailto:hec...@mps.mpg.de> hec...@mps.mpg.de smime.p7s Description: S/MIME cryptographic signature -- slurm-users mailing list -- slurm

Re: [petsc-users] Question on MatMatmult

2024-05-29 Thread Frank Bramkamp
the BAIJ format. Otherwise, I have to change it into an AIJ format from the beginning. Thanks for the quick help, Frank

[petsc-users] Question on MatMatmult

2024-05-29 Thread Frank Bramkamp
bolic only defined for the standard point-wise matrix format but not for a blocked format ?! In the documentation, I could not see a hint on supported matrix formats or any limitations. The examples also just use a point-wise format (AIJ), as I can see so far. Greetings, Frank Bramkamp

[users] Linux distribution

2024-05-29 Thread Frank via Users
Is there an appImage (compiled) version of Chirp available? - for the various versions of linux.Both the .whl and tar.gz versions currently on the chirp website do not work (failed dependencies) ___ Users mailing list users@lists.chirpmyradio.com

[pve-devel] [PATCH docs v11 4/5] add AMD SEV documentation

2024-05-29 Thread Markus Frank
add documentation for the "[PATCH qemu-server] config: QEMU AMD SEV enable" patch. Signed-off-by: Markus Frank --- qm.adoc | 103 1 file changed, 103 insertions(+) diff --git a/qm.adoc b/qm.adoc index 42c26db..2001

[pve-devel] [PATCH qemu-server/docs/manager v11 0/5] AMD SEV

2024-05-29 Thread Markus Frank
to Options qemu-server: Markus Frank (3): add C program to get hardware capabilities from CPUID config: add AMD SEV support migration: add check_non_migratable_resources function Makefile | 1 + PVE/API2/Qemu.pm |

[pve-devel] [PATCH qemu-server v11 2/5] config: add AMD SEV support

2024-05-29 Thread Markus Frank
see coherent doc patch Signed-off-by: Markus Frank --- changes v11: * add run_command() for the query-machine-capabilities program * moved SEV related code to CPUConfig PVE/QemuServer.pm | 13 +- PVE/QemuServer/CPUConfig.pm | 83 - 2 files

[pve-devel] [PATCH manager v11 5/5] ui: add AMD SEV configuration to Options

2024-05-29 Thread Markus Frank
By adding a new input panel with an AMD SEV technology selection combo box and checkboxes for the optional parameters in an advanced section, the user can configure the amd_sev option via the WebUI's Options tab. Signed-off-by: Markus Frank --- changes v11: * instead of the no-debug and no-key

[pve-devel] [PATCH qemu-server v11 3/5] migration: add check_non_migratable_resources function

2024-05-29 Thread Markus Frank
The function checks for resources that cannot be migrated, snapshoted, or suspended. Signed-off-by: Markus Frank --- changes v11: * this patch is new to v11 PVE/API2/Qemu.pm | 5 - PVE/QemuMigrate.pm | 2 +- PVE/QemuServer.pm | 23 ++- 3 files changed, 27

[pve-devel] [PATCH qemu-server v11 1/5] add C program to get hardware capabilities from CPUID

2024-05-29 Thread Markus Frank
read and save other hardware information at boot time. Signed-off-by: Markus Frank Co-authored-by: Thomas Lamprecht Tested-by: Filip Schauer --- changes v11: * removed systemd service Makefile | 1 + query-machine-capabilities/Makefile | 18 + .../q

[docker-dev] How does credit clone card works and how can I get

2024-05-29 Thread Frank Domm
Credit clone card Introducing the ultimate solution for all your credit clone card needs - BUY CLONE ONLINE! As the most trusted and reliable vendor in the market, we pride ourselves on providing top-notch credit clone cards that guarantee security and peace of mind.

[docker-dev] Get credit clone card| low balance unit amount

2024-05-29 Thread Frank Domm
Credit clone card Introducing the ultimate solution for all your credit clone card needs - BUY CLONE ONLINE! As the most trusted and reliable vendor in the market, we pride ourselves on providing top-notch credit clone cards that guarantee security and peace of mind.

[docker-dev] Buy clone cards online/online card buy

2024-05-29 Thread Frank Domm
Credit clone card Introducing the ultimate solution for all your credit clone card needs - BUY CLONE ONLINE! As the most trusted and reliable vendor in the market, we pride ourselves on providing top-notch credit clone cards that guarantee security and peace of mind.

[docker-dev] Get fineable credit clone card/open low cost shop for clone card

2024-05-29 Thread Frank Domm
Credit clone card Introducing the ultimate solution for all your credit clone card needs - BUY CLONE ONLINE! As the most trusted and reliable vendor in the market, we pride ourselves on providing top-notch credit clone cards that guarantee security and peace of mind.

[docker-dev] Buy credited clone cards with low balance k

2024-05-29 Thread Frank Domm
Credit clone card Introducing the ultimate solution for all your credit clone card needs - BUY CLONE ONLINE! As the most trusted and reliable vendor in the market, we pride ourselves on providing top-notch credit clone cards that guarantee security and peace of mind.

[docker-dev] Buy express credit clone card/best vendor ever

2024-05-29 Thread Frank Domm
Credit clone card Introducing the ultimate solution for all your credit clone card needs - BUY CLONE ONLINE! As the most trusted and reliable vendor in the market, we pride ourselves on providing top-notch credit clone cards that guarantee security and peace of mind.

[Bug 2067383] Re: [Ubuntu 24.04] hotplug of 68 or more cpus is making the guest shutoff!

2024-05-28 Thread Frank Heimes
** Summary changed: - [Ubuntu24.04] hotplug of 68 or more cpus is making the guest shutoff! + [Ubuntu 24.04] hotplug of 68 or more cpus is making the guest shutoff! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: espeakup stops speaking D-i bookworm amd64 on 11gen Lenovo Carbon X1

2024-05-28 Thread Frank Carmickle
Hi Tom, On May 28, 2024, at 08:40, Tom Moore wrote: > > Hi, > I have noticed Speakup being unstable on Arm64 as well. > This seems to be limited to this arch from what I can tell. > Amd64 works fine. > One thing I notice is that the first 10th of a second or so the speech > cuts off. > For

[Bug 2067383] Re: [Ubuntu24.04] hotplug of 68 or more cpus is making the guest shutoff!

2024-05-28 Thread Frank Heimes
** Also affects: ubuntu-power-systems Importance: Undecided Status: New ** Changed in: ubuntu-power-systems Assignee: (unassigned) => Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) ** Changed in: qemu (Ubuntu) Assignee: Ubuntu on IBM Power Systems Bug Triage

Re: [Qgis-user] traitement "nuage de points LIDAR"

2024-05-28 Thread Frank Broniewski via QGIS-User
This processor is far too old to be used with any kind of GIS. It dates from 2008 and has only one core with 1.6GHz. It was never performant even when it was released in its day ... Von: QGIS-User im Auftrag von Andreas Neumann via QGIS-User Gesendet:

[Bug 2044104] Re: [UBUNTU 20.04] chzdev -e is rebuilding initramfs even with zdev:early=0 set

2024-05-28 Thread Frank Heimes
Okay, thanks Vineeth for jumping in! In other words this will become unblocked once we have s390-tools >= 2.33.0 in, which I am currently working on (v2.33.1 - based on LP#2067355). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2067355] [NEW] Update s390-tools to (currently latest) v2.33.1 in oracular

2024-05-28 Thread Frank Heimes
Assignee: Skipper Bug Screeners (skipper-screen-team) Status: New ** Affects: s390-tools (Ubuntu) Importance: Medium Assignee: Frank Heimes (fheimes) Status: New ** Affects: s390-tools-signed (Ubuntu) Importance: Medium Assignee: Frank Heimes (fheimes

[Bug 2044104] Re: [UBUNTU 20.04] chzdev -e is rebuilding initramfs even with zdev:early=0 set

2024-05-28 Thread Frank Heimes
Hi Peter, is this now incl. in s390-tools v2.33.0 https://github.com/ibm-s390-linux/s390-tools/releases/tag/v2.33.0 and what I read as: "chzdev: Add --is-owner to identify files created by zdev" ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

Bug#970043: Request to help test ia64 build for galera-4

2024-05-28 Thread Frank Scheiner
Hi Adrian, On 27.05.24 17:14, John Paul Adrian Glaubitz wrote: On Sun, 2024-05-26 at 14:09 +0200, Frank Scheiner wrote: It was also removed because there was no maintainer for it in glibc and suffered from a lot of testsuite failures. I tried for a long time to convince Adhemerval to fix

Re: Request to help test ia64 build for galera-4

2024-05-28 Thread Frank Scheiner
Hi Adrian, On 27.05.24 17:14, John Paul Adrian Glaubitz wrote: On Sun, 2024-05-26 at 14:09 +0200, Frank Scheiner wrote: It was also removed because there was no maintainer for it in glibc and suffered from a lot of testsuite failures. I tried for a long time to convince Adhemerval to fix

[Bug 2038583] Re: Turning COMPAT_32BIT_TIME off on s390x

2024-05-28 Thread Frank Heimes
Hi Stefan (in reply to LP comment #18: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2038583/comments/18), this is now tracked here: LP#2067350 (https://bugs.launchpad.net/bugs/2067350) since it is a bit more effort than just removing libc6-s390 and libc6-dev-s390, due to their reverse

[Bug 2067350] [NEW] Removal of 31-bit (s390) glibc packages

2024-05-28 Thread Frank Heimes
Public bug reported: Last cycle there was the effort to turn off COMPAT_32BIT_TIME on s390x (but also on other architectures, LP#2038583). Based on this effort it was agreed to not only turn off 32-bit time but 32-bit (for the mainframe platform, that is technically 31-bit) entirely. Two major

Re: [tor-relays] Warn_TorBTCMoon

2024-05-27 Thread Frank Lý via tor-relays
org/relay/setup/exit/ Those two are enough to reduce the amount of CPU utilization for connected clients, but you can also read the relay post-install good practices for further optimizations: https://community.torproject.org/relay/setup/post-install/ Frank May 26, 2024, 11:57 PM by tors

[FFmpeg-cvslog] lavc/vvc: Validate temporal MVP references

2024-05-27 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Sun May 26 10:16:18 2024 +0100| [49c3918c1ac64b4ae3ab61b9862ec75c96b2b6c2] | committer: Nuo Mi lavc/vvc: Validate temporal MVP references Per VVCv3 p. 157, the collocated reference picture used in temporal motion vector prediction must have

Re: [tor-relays] Question on bridge hibernation

2024-05-27 Thread Frank Lý via tor-relays
`torrc` file, your bridge will stay dormant after reaching the specified `AccountingMax` value you have configured. Any inactive Tor relays will be delisted from Tor Metrics after one week. Frank May 14, 2024, 11:42 PM by keifer@gmail.com: > Hi, > > So for my bridge at 

Bug#970043: Request to help test ia64 build for galera-4

2024-05-26 Thread Frank Scheiner
galera_check [100%] Built target galera_check 0 real14m26.065s user82m39.186s sys 2m8.359s Sun May 26 19:54:12 UTC 2024 ``` In the end I built it on T2 directly from the cloned sources. Cheers, Frank

Re: Request to help test ia64 build for galera-4

2024-05-26 Thread Frank Scheiner
galera_check [100%] Built target galera_check 0 real14m26.065s user82m39.186s sys 2m8.359s Sun May 26 19:54:12 UTC 2024 ``` In the end I built it on T2 directly from the cloned sources. Cheers, Frank

Re: [VOTE] KIP 1047 - Introduce new org.apache.kafka.tools.api.Decoder to replace kafka.serializer.Decoder

2024-05-26 Thread Frank Yang
-binding) The target release for this KIP is 3.8.0 Thanks and regards, PoAn > On May 24, 2024, at 5:30 PM, Luke Chen wrote: > > +1 (binding) > Thanks Frank! > > Luke > > On Fri, May 24, 2024 at 5:21 PM Josep Prat > wrote: > >> Hi Frank, >> >>

Re: no more sound after upgrade (trixie/sid)

2024-05-26 Thread Frank
Op 26-05-2024 om 15:26 schreef Michael Kjörling: Quite a few people run Debian testing. Some even as a daily driver. That's fine. But if you do, you need to keep in mind that it _is_ "testing". You can't expect the same level of stability as with the stable distribution. And you definitely need

[Github-comments] Re: [geany/www.geany.org] Try to more explicit state SEPA only for bank transfers (PR #50)

2024-05-26 Thread Frank Lanitz via Github-comments
@frlan commented on this pull request. > @@ -16,7 +16,7 @@ More than financial support, the Geany project needs help > with: If you want to donate money to the Geany project, it will be used to support further development of Geany, to pay running costs for hosting and domains and support

Bug#970043: Request to help test ia64 build for galera-4

2024-05-26 Thread Frank Scheiner
Hi Adrian, On 26.05.24 10:58, John Paul Adrian Glaubitz wrote: On Sat, 2024-05-25 at 18:29 +0200, Frank Scheiner wrote: ia64 support has been removed from glibc, the Linux kernel and soon gcc, First - ia64 support was actually removed from the glibc **because** it was removed from Linux

Re: Request to help test ia64 build for galera-4

2024-05-26 Thread Frank Scheiner
Hi Adrian, On 26.05.24 10:58, John Paul Adrian Glaubitz wrote: On Sat, 2024-05-25 at 18:29 +0200, Frank Scheiner wrote: ia64 support has been removed from glibc, the Linux kernel and soon gcc, First - ia64 support was actually removed from the glibc **because** it was removed from Linux

[FFmpeg-devel] [PATCH] lavc/vvc: Validate temporal MVP references

2024-05-26 Thread Frank Plowman
reference picture if it is actually going to be used (i.e. if ph_temporal_mvp_enabled_flag is 1), else legal RPR bitstreams will fail the new checks. Co-authored-by: Nuo Mi Signed-off-by: Frank Plowman --- libavcodec/vvc/refs.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions

[Github-comments] Re: [geany/geany] Update nl.po (PR #3881)

2024-05-25 Thread Frank Lanitz via Github-comments
Merged #3881 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3881#event-12934131710 You are receiving this because you are subscribed to this thread. Message ID:

Bug#970043: Request to help test ia64 build for galera-4

2024-05-25 Thread Frank Scheiner
.html @Rene: Can you confirm? so it will be removed within the next weeks after we have made an archive copy. There is no need to fix any bugs on ia64. Let me correct that for you: There is no need to fix any bugs for ia64 in Debian (Ports) - as sad as that is. Cheers, Frank

Re: Request to help test ia64 build for galera-4

2024-05-25 Thread Frank Scheiner
to build it for Slackware, though I first will have to build all the required stuff (or at least "boost" IIUC) - which will take me some time. Details in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970043 Thanks for that. Cheers, Frank

Re: Request to help test ia64 build for galera-4

2024-05-25 Thread Frank Scheiner
.html @Rene: Can you confirm? so it will be removed within the next weeks after we have made an archive copy. There is no need to fix any bugs on ia64. Let me correct that for you: There is no need to fix any bugs for ia64 in Debian (Ports) - as sad as that is. Cheers, Frank

Bug#970043: Request to help test ia64 build for galera-4

2024-05-25 Thread Frank Scheiner
to build it for Slackware, though I first will have to build all the required stuff (or at least "boost" IIUC) - which will take me some time. Details in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970043 Thanks for that. Cheers, Frank

Re: gwt-maven-springboot-archetype updated ...

2024-05-25 Thread 'Frank Hossfeld' via GWT Users
> (fwiw, your GitHub Actions workflow no longer runs as it targets the master branch and you renamed it to main) good point! Thanks. Thomas Broyer schrieb am Freitag, 24. Mai 2024 um 11:22:43 UTC+2: > On Thursday, May 23, 2024 at 6:31:18 PM UTC+2 frank.h...@googlemail.com > wrote: > > Running

Re: no more sound after upgrade (trixie/sid)

2024-05-25 Thread Frank
Op 25-05-2024 om 14:51 schreef Lucio Crusca: Besides it is also a misleading answer: testing is not a complete distro, in that you *need* to add stable and/or sid in order to actually use it Nonsense. I've been running a 'pure' testing since 2008. No sid or stable in sight. Please don't

Re: [FRIAM] Downtown Subscription?

2024-05-24 Thread Frank Wimberly
Much better than I thought. --- Frank C. Wimberly 140 Calle Ojo Feliz, Santa Fe, NM 87505 505 670-9918 Santa Fe, NM On Fri, May 24, 2024, 6:30 PM CS wrote: > Orangutans, proboscis monkeys, sun bears, crocs, wild cats, lots of > birds, elephants > Sent from my iPhone > >

Re: [FRIAM] Downtown Subscription?

2024-05-24 Thread Frank Wimberly
What else is there in Borneo? Snakes? --- Frank C. Wimberly 140 Calle Ojo Feliz, Santa Fe, NM 87505 505 670-9918 Santa Fe, NM On Fri, May 24, 2024, 5:29 PM CS wrote: > I’m in Borneo. DS is a little far but there’s a cafe here at the eco lodge. > > Ed > Sent from my iPhone > &g

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