[posted] Posted (#73579, Burtis) !

2024-05-08 Thread Roger Frank
Marston and me, by Thomson Burtis 73579 [Author: Thomson Burtis] [Link: https://www.gutenberg.org/ebooks/73579] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark.

[posted] CORRECTED Posted (#73567, Davis) !

2024-05-08 Thread Roger Frank
Back home, by J. Frank Davis 73567 [Author: J. Frank Davis] [Link: https://www.gutenberg.org/ebooks/73567] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark

[posted] Posted (#73567, Whitehead) !

2024-05-08 Thread Roger Frank
The thin match, by Henry S. Whitehead 73567 [Author: Henry S. Whitehead] [Link: https://www.gutenberg.org/ebooks/73567] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark

Re: [PATCH v2 08/15] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)

2024-05-08 Thread Frank Chang
_iot_inval_pscid_iova(gpointer key, gpointer value, gpointer > data) > +{ > +RISCVIOMMUEntry *iot = (RISCVIOMMUEntry *) value; > +RISCVIOMMUEntry *arg = (RISCVIOMMUEntry *) data; > +if (iot->gscid == arg->gscid && > +iot->pscid == arg->pscid &&

[coreboot] [coreboot - Bug #537] (New) build failed with successfully built edk2 payload?!?

2024-05-07 Thread Klaus Frank
Issue #537 has been reported by Klaus Frank. Bug #537: build failed with successfully built edk2 payload?!? https://ticket.coreboot.org/issues/537 * Author: Klaus Frank * Status: New * Priority: Normal * Target version: none * Start date: 2024-05-08

Re: [PATCH v2 10/15] hw/riscv/riscv-iommu: add ATS support

2024-05-07 Thread Frank Chang
s perm = resp_code ? IOMMU_NONE : IOMMU_RW; > +return riscv_iommu_ats(s, cmd, IOMMU_NOTIFIER_MAP, perm, > + trace_riscv_iommu_ats_prgr); > +} > + > static void riscv_iommu_process_ddtp(RISCVIOMMUState *s) > { > uint64_t old_ddtp = s->ddtp; > @

Re: [FFmpeg-devel] [PATCH 14/24] avfilter/Makefile: Add scale(2ref)->framesync dependency

2024-05-07 Thread Frank Plowman
On 05/05/2024 14:40, Andreas Rheinhardt wrote: > Forgotten in e82a3997cdd6c0894869b33ba42430ac3c57fb3b. > > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/Makefile b/libavfilter/Makefile >

Re: [FFmpeg-devel] [PATCH] lavf/vf_scale: Add framesync dependency to Makefile

2024-05-07 Thread Frank Plowman
On 07/05/2024 22:04, Frank Plowman wrote: > Since e82a3997cdd6c0894869b33ba42430ac3c57fb3b, the scale filter has > depended on FFFrameSync. Reflect this in the Makefile, fixing compile > errors under some configurations. > > Signed-off-by: Frank Plowman > --- > libavfilter

[FFmpeg-devel] [PATCH] lavf/vf_scale: Add framesync dependency to Makefile

2024-05-07 Thread Frank Plowman
Since e82a3997cdd6c0894869b33ba42430ac3c57fb3b, the scale filter has depended on FFFrameSync. Reflect this in the Makefile, fixing compile errors under some configurations. Signed-off-by: Frank Plowman --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2024-05-07 Thread Frank Li
MA3. > Unlike DMA/MDMA, DMA3 can be declined in multiple configurations, LPDMA, > GPDMA, HPDMA, and among these global configurations, there are possible > sub-configurations (e.g. channel fifo size). stm32-dma3 uses the hardware > configuration registers to discover the controller/channel

[Bug 2064530] Re: Include support for .NET 8 for Ubuntu on Power

2024-05-07 Thread Frank Heimes
** Changed in: ubuntu-power-systems Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064530 Title: Include support for .NET 8 for Ubuntu on Power To manage

[PATCH] drm/amdgpu: fix mqd corruption for gfx12

2024-05-07 Thread Min, Frank
[AMD Official Use Only - General] From: Frank Min 1. restore mqd from backup while resuming 2. use copy_toio and copy_fromio while mqd in vram Signed-off-by: Frank Min --- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 21 - 1 file changed, 8 insertions(+), 13 deletions

Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU

2024-05-07 Thread Frank Chang
Hi Daniel, Daniel Henrique Barboza 於 2024年5月3日 週五 下午8:43寫道: > > Hi, > > In this RFC I want to check with Gerd and others if it's ok to add a PCI > id for the RISC-V IOMMU device. It's currently under review in [1]. The Is the link [1] missing? Regards, Frank Chang > idea is

Re: [RFC PATCH 1/1] pci-ids.rst: add Red Hat pci-id for generic IOMMU device

2024-05-07 Thread Frank Chang
Hi Daniel, It's glad to see that we have the dedicate PCIe device ID for RISC-V IOMMU. Reviewed-by: Frank Chang Daniel Henrique Barboza 於 2024年5月3日 週五 下午8:44寫道: > > Reserve an id to be used by the RISC-V IOMMU PCI device. > > Cc: Gerd Hoffmann > Signed-off-by: Daniel H

Re: [PATCH v2 15/15] hw/misc: EDU: add ATS/PRI capability

2024-05-07 Thread Frank Chang
> @@ -390,9 +603,28 @@ static void pci_edu_realize(PCIDevice *pdev, Error > **errp) > pos = PCI_CONFIG_SPACE_SIZE; > if (edu->enable_pasid) { > /* PCIe Spec 7.8.9 PASID Extended Capability Structure */ > -pcie_add_capability(pdev,

[Bug 2056373] Re: Problems with HVCS and hotplugging

2024-05-07 Thread Frank Heimes
** 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. https://bugs.launchpad.net/bugs/2056373 Title: Problems with HVCS and hotplugging To manage

[posted] Posted (#73558, Whitehead) !

2024-05-07 Thread Roger Frank
The thin match, by Henry S. Whitehead 73558 [Author: Henry S. Whitehead] [Link: https://www.gutenberg.org/ebooks/73558] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark.

Re: [PATCH v2 14/15] hw/misc: EDU: added PASID support

2024-05-07 Thread Frank Chang
, TRUE), > +DEFINE_PROP_END_OF_LIST(), > +}; > + > static void edu_class_init(ObjectClass *class, void *data) > { > DeviceClass *dc = DEVICE_CLASS(class); > PCIDeviceClass *k = PCI_DEVICE_CLASS(class); > > +device_class_set_props(dc, edu_properties); > k->realize = pci_edu_realize; > k->exit = pci_edu_uninit; > k->vendor_id = PCI_VENDOR_ID_QEMU; > @@ -430,7 +461,7 @@ static void edu_class_init(ObjectClass *class, void *data) > static void pci_edu_register_types(void) > { > static InterfaceInfo interfaces[] = { > -{ INTERFACE_CONVENTIONAL_PCI_DEVICE }, > +{ INTERFACE_PCIE_DEVICE }, > { }, > }; > static const TypeInfo edu_info = { > -- > 2.43.2 > > This commit introduces a new command for PASID (PV, bitwise OR of: 0x08; PASID, cmds[27:8]). We should also update the EDU spec: docs/specs/edu.rst to address the changes. Regards, Frank Chang

[posted] Posted (#73556, Ellerbe) !

2024-05-07 Thread Roger Frank
Especially dance hall women, by Alma Ellerbe 73556 [Author: Alma Ellerbe] [Author: Paul Ellerbe] [Link: https://www.gutenberg.org/ebooks/73556] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark.

Re: [PATCH v2 13/15] qtest/riscv-iommu-test: add init queues test

2024-05-07 Thread Frank Chang
Reviewed-by: Frank Chang Daniel Henrique Barboza 於 2024年3月8日 週五 上午12:06寫道: > > Add an additional test to further exercise the IOMMU where we attempt to > initialize the command, fault and page-request queues. > > These steps are taken from chapter 6.2 of the RISC-V IOMMU spec

[posted] Posted (#73555, Tuttle) !

2024-05-07 Thread Roger Frank
By order of Buck Brady, by W. C. Tuttle 73555 [Author: W. C. Tuttle] [Link: https://www.gutenberg.org/ebooks/73555] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark>

[posted] Posted (#73554, Dirk) !

2024-05-07 Thread Roger Frank
Radio V-rays, by Jan Dirk 73554 [Author: Jan Dirk] [Link: https://www.gutenberg.org/ebooks/73554] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark

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

2024-05-07 Thread Frank Heimes
Many thanks for your confirmation Kowshik Jois. With that I'm updating the tags accordingly (and set them to verification done). ** Tags removed: verification-needed-noble-linux ** Tags added: verification-done-noble-linux -- You received this bug notification because you are a member of Ubuntu

Re: Enabling HTTPS and Configuring SSL in Apache 2.4 on Windows 10.

2024-05-06 Thread Frank Gingras
On Mon, May 6, 2024 at 1:54 PM Mario Brandt wrote: > Maybe this can be added to the wiki? > > Frank Gingras schrieb am Mo., 6. Mai 2024, 15:46: > >> >> >> On Mon, May 6, 2024 at 2:55 AM General Email < >> general.email.12341...@gmail.com> wrote

[posted] Posted (#73550, Sabin) !

2024-05-06 Thread Roger Frank
The other half, by Edwin L. Sabin 73550 [Author: Edwin L. Sabin] [Link: https://www.gutenberg.org/ebooks/73550] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark

Re: Enabling HTTPS and Configuring SSL in Apache 2.4 on Windows 10.

2024-05-06 Thread Frank Gingras
On Mon, May 6, 2024 at 2:55 AM General Email < general.email.12341...@gmail.com> wrote: > Hi, > > I have configured SSL and enabled HTTPS on Apache 2.4. It is working fine. > > If the docs team is interested, then they can put my instructions on > the above topic in the documentation. > > The

Re: Second GCC 14.1 Release Candidate available from gcc.gnu.org

2024-05-06 Thread Frank Scheiner via Gcc
ht be able to complete in around 6 hours if gcc, g++ and gfortran are done in parallel to libstdc++ and libgomp (after libstdc++ has finished) - IINM. Cheers, Frank On 03.05.24 22:57, Jakub Jelinek via Gcc wrote: The second release candidate for GCC 14.1 is available from https://gcc.gnu.org/pub/gcc/sna

[Bug 2050017] Re: [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider

2024-05-06 Thread Frank Heimes
** Summary changed: - [FFe] [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider + [24.04 FEAT] [SEC2339] HSM protected signing support for Apache httpd for openSSL 3.0 with PKCS #11 provider ** Description changed: - Feature Freeze

Re: [PATCH v2 12/15] hw/riscv/riscv-iommu: Add another irq for mrif notifications

2024-05-06 Thread Frank Chang
Reviewed-by: Frank Chang Daniel Henrique Barboza 於 2024年3月8日 週五 上午12:06寫道: > > From: Andrew Jones > > And add mrif notification trace. > > Signed-off-by: Andrew Jones > Reviewed-by: Daniel Henrique Barboza > --- > hw/riscv/riscv-iommu-pci.c | 2 +- > hw/riscv

Re: [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support

2024-05-05 Thread Frank Chang
anslate(s, ctx, , false); > +if (fault) { > +iova = RISCV_IOMMU_TR_RESPONSE_FAULT | (((uint64_t) fault) << > 10); > +} else { > +iova = ((iotlb.translated_addr & ~iotlb.addr_mask) >> 2) & For 4-KB page, we should right-shift 12 bits. >

[plasmashell] [Bug 486646] New: Wrong tooltip text in kcms/desktoppaths/ui/main.qml

2024-05-05 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=486646 Bug ID: 486646 Summary: Wrong tooltip text in kcms/desktoppaths/ui/main.qml Classification: Plasma Product: plasmashell Version: 6.0.4 Platform: Arch Linux OS: Linux

Re: Can we collaborate with Debian better?

2024-05-05 Thread Frank Heimes
There is a little bit more on "removing packages" here: https://wiki.ubuntu.com/UbuntuDevelopment/PackageArchive#Removing_Packages So it's actually a 'must' to have a LP bug for getting a package removed. BR, Frank On Sun, May 5, 2024 at 7:32 PM Simon Quigley wrote: > Hi Dima, &g

[posted] Posted (#73545, Tuttle) !

2024-05-05 Thread Roger Frank
The ranch of the tombstones, by W. C. Tuttle 73545 [Author: W. C. Tuttle] [Link: https://www.gutenberg.org/ebooks/73545] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark

[posted] Posted (#73542, Sinclair) !

2024-05-04 Thread Roger Frank
Out of the blue, by Bertrand W. Sinclair 73542 [Author: Bertrand W. Sinclair] [Link: https://www.gutenberg.org/ebooks/73542] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark.

[posted] Posted (#73541, Austin) !

2024-05-04 Thread Roger Frank
Into the blue, by F. Britten Austin 73541 [Author: F. Britten Austin] [Link: https://www.gutenberg.org/ebooks/73541] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark

Re: [rfc] [patch] PR28204: debuginfod ima signature verification

2024-05-04 Thread Frank Ch. Eigler
Hi - On Tue, Apr 16, 2024 at 06:15:00PM -0400, Frank Ch. Eigler wrote: > The following is the candidate patch for the basic functionality. > It's been corrected for whitespace & error codes, given more complete > docs and commit message. See also the users/fche/try-bz2824f branch.

[posted] Posted (#73536, Burtis) !

2024-05-04 Thread Roger Frank
The kink, by Thomson Burtis 73536 [Author: Thomson Burtis] [Link: https://www.gutenberg.org/ebooks/73536] Thanks to Roger Frank and Sue Clark

Re: [SOLVED:]Re: hibernation stopped working

2024-05-04 Thread Frank
Am Donnerstag, dem 02.05.2024 um 19:48 +0200 schrieb Damjan Georgievski: > > You can now put your custom HOOKS in /etc/mkinitcpio.conf.d/my- > hooks.conf > > > Thanks for the tip. What would be the correct syntax? I put this HOOKS=(resume) in my /etc/mkinitcpio.conf.d/myhooks.conf but it's

[posted] Posted (#73525, Caffrey) !

2024-05-03 Thread Roger Frank
Then luck came in, by Andrew A. Caffrey 73525 [Author: Andrew A. Caffrey] [Link: https://www.gutenberg.org/ebooks/73525] Thanks to Roger Frank and Sue Clark

[mou-net] Little Blue Heron at Salt Lake

2024-05-03 Thread Jason Frank
Also note: the easiest approach to this location would be from the south, taking the border road (111th) north from Hwy 212. The roads around the NW corner of Salt Lake could be difficult for low-riding 2-wheel drive vehicles right now. Jason Frank Ortonville MN General information

[mou-net] Salt Lake Weekend 2024 - Final Tally - 130 species

2024-05-03 Thread Jason Frank
Lodge for hosting and feeding us. Jason Frank Ortonville MN General information and guidelines for posting: https://moumn.org/listservice.html Archives: http://lists.umn.edu/archives/mou-net.html During the pandemic, the MOU encourages you to stay safe, practice social distancing

Re: System upgrades. Where is the / filesystem?

2024-05-02 Thread Frank Bures
of tricks. Me 2 :-) Cheers Frank -- -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-con

[SOLVED:]Re: hibernation stopped working

2024-05-02 Thread Frank
Am Donnerstag, dem 02.05.2024 um 14:56 +0200 schrieb Frank: > Am Donnerstag, dem 02.05.2024 um 13:51 +0200 schrieb Christian > Heusel: > > > > > > I have an up-to-date (daily updates) Arch system running Hyprland > > > and > > > since yesterday or th

Re: hibernation stopped working

2024-05-02 Thread Frank
Am Donnerstag, dem 02.05.2024 um 13:51 +0200 schrieb Christian Heusel: > On 24/05/01 05:24PM, Frank wrote: > > Good evening, > > Hey Frank, Hi Christian, > > > I have an up-to-date (daily updates) Arch system running Hyprland > > and > > since yesterday or

Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation

2024-05-02 Thread Frank Chang
Hi Daniel, Daniel Henrique Barboza 於 2024年3月8日 週五 上午12:04寫道: > > From: Tomasz Jeznach > > The RISC-V IOMMU specification is now ratified as-per the RISC-V > international process. The latest frozen specifcation can be found > at: > >

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-05-02 Thread Frank Heimes
I've just found this statement at the upstream github project and want to reference the info here: https://github.com/pmem/pmdk " Experimental Support for PowerPC There is initial support for ppc64le processors provided. It is currently not validated nor maintained. Thus, this architecture

[posted] Posted (#73515, Leinster) !

2024-05-01 Thread Roger Frank
The strange people, by Murray Leinster73515 [Author: Murray Leinster] [Link: https://www.gutenberg.org/ebooks/73515] Thanks to Roger Frank and Sue Clark.

[Bug 2064530] Re: Include support for .NET 8 for Ubuntu on Power

2024-05-01 Thread Frank Heimes
Hi Seth, this request came in via the Bugzilla-to-LP bridge, and the default for packages (if unknown to BZ, or for other reasons) is "linux (Ubuntu)". We (the PE IBM Squad) usually update this when we triage the incoming bugs - and I was a bit late (since we have a pub. holiday today), but

[Bug 2064530] Re: Include support for .NET 8 for Ubuntu on Power

2024-05-01 Thread Frank Heimes
** Also affects: dotnet8 (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: dotnet8 (Ubuntu Oracular) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Kernel-packages] [Bug 2064530] Re: Include support for .NET 8 for Ubuntu on Power

2024-05-01 Thread Frank Heimes
** Package changed: linux (Ubuntu) => dotnet8 (Ubuntu) ** 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: dotnet8

[Bug 2064530] Re: Include support for .NET 8 for Ubuntu on Power

2024-05-01 Thread Frank Heimes
** Package changed: linux (Ubuntu) => dotnet8 (Ubuntu) ** 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: dotnet8

hibernation stopped working

2024-05-01 Thread Frank
sync: 0.006 seconds 08:57:09 kernel: PM: suspend entry (deep) 08:57:09 systemd-sleep: Performing sleep operation 'suspend'... 08:57:09 systemd: Starting System Suspend then Hibernate... Any idea what's going wrong here? THX Frank

Re: GCC 14.1 Release Candidate available from gcc.gnu.org

2024-05-01 Thread Frank Scheiner via Gcc
-linux-gnu ``` Took a little more than 4.5 hours on a rx2800 i2 w/1 x Itanium 2 9320 when performed below `/dev/shm`: ``` time make -j9 [...] real275m54.878s user1907m4.200s sys 23m48.405s ``` Running the gcc and g++ testsuites in parallel now. Should take another 5 hours or so... Cheers

Re: [gentoo-user] cross-compiling environment for Rapberry

2024-05-01 Thread Frank Steinmetzger
Am Mon, Apr 29, 2024 at 11:26:49PM +0200 schrieb ralfconn: > Hello, > > I recently got me a Raspberry Pi4b to use as a PiHole [1]. As a first step I > put user-space Gentoo (i.e. aarch64 stage3) on it and now I am trying to set > up my desktop to cross-compile binary packages for the PI, to keep

[Sursound] Call: Europe's Eighth Student 3D Audio Production Competition, Oct./Nov. 2024, Virtual Event(s)

2024-05-01 Thread Matthias Frank
Dear colleagues & friends, We happily announce the call for Europe's Eighth Student 3D Audio Production Competition S3DAPC, and IEM Graz will host the event in cooperation with vdt (German tonmeisters) and sounding future via live internet stream, globally distributed academic live breakout

[posted] Posted (#73505, Burtis) !

2024-04-30 Thread Roger Frank
Salute, by Thomson Burtis 73505 [Author: Thomson Burtis] [Link: https://www.gutenberg.org/ebooks/73505] Thanks to Roger Frank and Sue Clark

Re: [FRIAM] George on Rossby Waves and Frontogenesis

2024-04-30 Thread Frank Wimberly
George who? I'm sorry, I must have missed something. --- Frank C. Wimberly 140 Calle Ojo Feliz, Santa Fe, NM 87505 505 670-9918 Santa Fe, NM On Tue, Apr 30, 2024, 11:28 AM Nicholas Thompson wrote: > *Dear Phellow Phriamers,* > > > *What I love about George is that he speaks what

[ceph-users] Re: Remove an OSD with hardware issue caused rgw 503

2024-04-30 Thread Frank Schilder
still have the disk of the down OSD. Someone will send you the export/import commands within a short time. So stop worrying and just administrate your cluster with common storage admin sense. Best regards, = Frank Schilder AIT Risø Campus Bygning 109, rum S14

Re: [Qgis-user] merging parts from various raster files

2024-04-30 Thread Frank Broniewski via QGIS-User
use that for stats or create a new raster file from the VRT. You can find the tool in the processing toolbox. With the tool you can even define the resolution, if mixed, and how the VRT should be resampled. HTH Frank https://docs.qgis.org/3.34/en/docs/user_manual/processing_algs/gdal

[ceph-users] Re: Remove an OSD with hardware issue caused rgw 503

2024-04-30 Thread Frank Schilder
e a chance to recover data. Look at the manual of ddrescue why it is important to stop IO from a failing disk as soon as possible. Best regards, = Frank Schilder AIT Risø Campus Bygning 109, rum S14 From: Eugen Block Sent: Saturday, April 27, 202

Re: [lustre-discuss] [EXTERNAL] [BULK] Files created in append mode don't obey directory default stripe count

2024-04-30 Thread Otto, Frank via lustre-discuss
Many thanks, Simon and Andreas. I agree the behaviour makes sense. Apologies for not checking the documentation. Kind regards, Frank -- Dr. Frank Otto Senior Research Infrastructure Developer UCL Centre for Advanced Research Computing Tel: 020 7679 1506 From

Re: [PATCH v2 07/15] test/qtest: add riscv-iommu-pci tests

2024-04-29 Thread Frank Chang
Reviewed-by: Frank Chang Daniel Henrique Barboza 於 2024年3月8日 週五 上午12:05寫道: > > To test the RISC-V IOMMU emulation we'll use its PCI representation. > Create a new 'riscv-iommu-pci' libqos device that will be present with > CONFIG_RISCV_IOMMU. This config is only available fo

Re: [PATCH v2 06/15] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug

2024-04-29 Thread Frank Chang
Reviewed-by: Frank Chang Daniel Henrique Barboza 於 2024年3月8日 週五 上午12:06寫道: > > From: Tomasz Jeznach > > Generate device tree entry for riscv-iommu PCI device, along with > mapping all PCI device identifiers to the single IOMMU device instance. > > Signed-off-by: Tomasz

Re: [PATCH v2 05/15] hw/riscv: add riscv-iommu-sys platform device

2024-04-29 Thread Frank Chang
Reviewed-by: Frank Chang Daniel Henrique Barboza 於 2024年3月8日 週五 上午12:05寫道: > > From: Tomasz Jeznach > > This device models the RISC-V IOMMU as a sysbus device. > > Signed-off-by: Tomasz Jeznach > Signed-off-by: Daniel Henrique Barboza > --- > hw/riscv/meson.buil

[lustre-discuss] Files created in append mode don't obey directory default stripe count

2024-04-29 Thread Otto, Frank via lustre-discuss
objid objid group 42831 0xb0f0 As you see, file "bbb" is created with stripe count 1 instead of 4. Observed in Lustre 2.12.x and Lustre 2.15.4. Thanks, Frank -- Dr. Frank Otto Senior Research Infrastructure Developer UCL

Re: [DBWG] 1x whois server not responding

2024-04-29 Thread Frank Habicht
Hi Yogesh, Yes, I believe it was restored the same day. - the https://status.afrinic.net page didn't know - I don't know if anyone in AfriNIC had noticed - was it something that can happen again? Thanks, Frank On 29/04/2024 14:02, Yogesh Chadee via DBWG wrote: Dear Frank, All, The service

Re: [PATCH v2 04/15] hw/riscv: add riscv-iommu-pci device

2024-04-29 Thread Frank Chang
Daniel Henrique Barboza 於 2024年3月8日 週五 上午12:04寫道: > > From: Tomasz Jeznach > > The RISC-V IOMMU can be modelled as a PCIe device following the > guidelines of the RISC-V IOMMU spec, chapter 7.1, "Integrating an IOMMU > as a PCIe device". > > Signed-off-by: Tomasz Jeznach > Signed-off-by: Daniel

Re: [users@httpd] Stripping query string except from specific URL

2024-04-28 Thread Frank Gingras
On Sun, Apr 28, 2024 at 4:05 PM Dave Wreski wrote: > Hi, > > I'm really quite stuck and hoped you could help. > > My apologies - the output was from wget, as that's what I typically use. >> >> $ curl 'https://guardiandigital.com/resources/blog?start=48' >> >> >> 301 Moved Permanently >> >>

[Github-comments] Re: [geany/geany-plugins] latex: improve readme (PR #1343)

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

[Github-comments] Re: [geany/geany-plugins] latex: improve readme (PR #1343)

2024-04-28 Thread Frank Lanitz via Github-comments
@frlan commented on this pull request. > +* Wizard to create new LaTeX documents in a fast and easy way + with a bunch of templates available + +* A front end for add labels ``\label{}`` and references ``\ref{}`` and + ``\pageref{}`` with getting suggestion from aux file of document + +*

[Github-comments] Re: [geany/geany-plugins] LaTeX plugin: Keyboard shurtcuts for itemize and enumerate generate wrong result (#1071)

2024-04-28 Thread Frank Lanitz via Github-comments
Closed #1071 as completed via #1330. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1071#event-12635626369 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

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

Re: fail2ban on F40 is quiet

2024-04-28 Thread Frank Bures
On 2024-04-28 12:59, Frank Bures wrote: On 2024-04-28 11:39, Barry wrote: On 28 Apr 2024, at 16:31, Frank Bures wrote: The problem is that there are no connection attempts in /var/log/secure or /var/log/messages so obviously f2b has nothing to do. Maybe the logs are in the journal

Re: fail2ban on F40 is quiet

2024-04-28 Thread Frank Bures
On 2024-04-28 11:39, Barry wrote: On 28 Apr 2024, at 16:31, Frank Bures wrote: The problem is that there are no connection attempts in /var/log/secure or /var/log/messages so obviously f2b has nothing to do. Maybe the logs are in the journal and nothing is updating the legacy /var/log

Re: Topband: DXpedition Beverage Termination Grounding Schemes??

2024-04-28 Thread Frank W3LPL
of the Beverage. 73 Frank W3LPL - Original Message - From: "GEORGE WALLNER" To: "Steve" , "topband" Sent: Sunday, April 28, 2024 12:57:17 AM Subject: Re: Topband: DXpedition Beverage Termination Grounding Schemes?? On K1N we had two ~ 100 foot length radi

Re: fail2ban on F40 is quiet

2024-04-28 Thread Frank Bures
On 2024-04-28 10:58, Richard Shaw wrote: On Sun, Apr 28, 2024 at 9:31 AM Frank Bures <mailto:bur...@gmail.com>> wrote: Hi, My machine is exposed to the wild and I was seeing hundreds of connection attempts per day in my logs and in fail2ban.log. All these nefarious a

Re: fail2ban on F40 is quiet

2024-04-28 Thread Frank Bures
On 2024-04-28 11:03, Charles Dennett wrote: On 4/28/24 10:31 AM, Frank Bures wrote: Hi, My machine is exposed to the wild and I was seeing hundreds of connection attempts per day in my logs and in fail2ban.log. All these nefarious activities ceased after upgrade to F40. Question

fail2ban on F40 is quiet

2024-04-28 Thread Frank Bures
outside on pre-defined ports using ssh so my ISP is not blocking anything. Thanks Frank -- -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

2024-04-28 Thread Frank Lanitz via Github-comments
In the end it's a little matter of taste, but compare it to HTML's ```html ... ``` and ```html … -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1330#issuecomment-2081475695 You are receiving this because you are subscribed to this thread.

[posted] Posted (#73484, Greene) !

2024-04-28 Thread Roger Frank
The lucky little stiff, by H. P. S. Greene73484 [Author: H. P. S. Greene] [Link: https://www.gutenberg.org/ebooks/73484] note: link will be active within two hours of posting. Thanks to Roger Frank and Sue Clark

[posted] Posted (#73483, Davis) !

2024-04-27 Thread Roger Frank
Plane Jane, by Frederick C. Davis 73483 [Author: Frederick C. Davis] [Link: https://www.gutenberg.org/ebooks/73483] Thanks to Roger Frank and Sue Clark

[dolphin] [Bug 486219] Dolphin crashes when dragging an item into the breadcrumb address bar

2024-04-27 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=486219 --- Comment #1 from Frank Steinmetzger --- Created attachment 168957 --> https://bugs.kde.org/attachment.cgi?id=168957=edit New crash information added by DrKonqi DrKonqi auto-attaching complete backtrace. -- You are receiving this mail beca

[dolphin] [Bug 486219] New: Dolphin crashes when dragging an item into the breadcrumb address bar

2024-04-27 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=486219 Bug ID: 486219 Summary: Dolphin crashes when dragging an item into the breadcrumb address bar Classification: Applications Product: dolphin Version: 24.02.2 Platform: Arch

[posted] Posted (#73477, Orndorff) !

2024-04-27 Thread Roger Frank
The terrors of the upper air, by Frank Orndorff 73477 [Author: Frank Orndorff] [Link: https://www.gutenberg.org/ebooks/73477] Thanks to Roger Frank and Sue Clark

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

2024-04-27 Thread Frank Lanitz via Github-comments
@frlan pushed 1 commit. 5fb3c82fa0c7024cfa78586afa4da0f3b279f019 Propper NULL-terminate strings and fix an trailing space inside a template -- View it on GitHub:

[blink-dev] Intent to Prototype: Document picture-in-picture: add option to ignore window bounds cache

2024-04-26 Thread 'Frank Liberato' via blink-dev
Contact emails: liber...@chromium.org, stei...@chromium.org Explainer: None Specification: https://github.com/WICG/document-picture-in-picture/pull/119 Summary This adds a new parameter ("ignorePreviousWindowBounds") to the document picture-in-picture API that, when set to true, hints to the

[Bug 2063874] [NEW] Gimp crashes reliably when quitting (after upgrade to Ubuntu 24.04)

2024-04-26 Thread Frank Hempel
Public bug reported: After upgrading to Ubuntu 24.04, hence upgrading Gimp to 2.10.36 a crash happens reliably after quit of the application when there was unsaved work, which was selected to be discarded. So to reproduce:  * Open Gimp (2.10.36) (Ubuntu 24.04)  * Create "unsaved work" (f.i.

[Bug 2063874] [NEW] Gimp crashes reliably when quitting (after upgrade to Ubuntu 24.04)

2024-04-26 Thread Frank Hempel
Public bug reported: After upgrading to Ubuntu 24.04, hence upgrading Gimp to 2.10.36 a crash happens reliably after quit of the application when there was unsaved work, which was selected to be discarded. So to reproduce:  * Open Gimp (2.10.36) (Ubuntu 24.04)  * Create "unsaved work" (f.i.

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-04-26 Thread Frank Barton
I am also able to replicate this on a fresh install of 24.04 LTS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063456 Title: package cephadm: dependency "cephadmlib" missing To manage

Re: wkhtmltopdf update

2024-04-26 Thread Frank Groeneveld
> Op 26 apr 2024, om 16:01 heeft Stuart Henderson het > volgende geschreven: > > I noticed this was behind the latest version, ok to update? > I simplified the distfile fetching as this is a good place to use > DIST_TUPLE. > > Upstream has now archived the repository - and it has weak CSS

[mou-net] Salt Lake Viewing Platform

2024-04-26 Thread Jason Frank
of the lake from the roadside. Thank you! Jason Frank Salt Lake Birding Weekend Coordinator Ortonville, MN General information and guidelines for posting: https://moumn.org/listservice.html Archives: http://lists.umn.edu/archives/mou-net.html During the pandemic, the MOU encourages you to stay safe

[UAI] CfPart - 10th Int. ScaDS.AI Summer School on AI and Big Data (June 25-28, 2024, Leipzig, Germany)

2024-04-26 Thread Frank Loebe via uai
[This email originated from outside of OSU. Use caution with links and attachments.] Call for Participation - 10th Int. ScaDS.AI Summer School - Speaker Announcement (June 25-28, 2024, in Leipzig, Germany - register early by April 30) We are very pleased to announce the internationally

[posted] Posted (#73469, Watkins) !

2024-04-26 Thread Roger Frank
Nerve enough, by Richard Howells Watkins 73469 [Author: Richard Howells Watkins] [Link: https://www.gutenberg.org/ebooks/73469] Thanks to Roger Frank and Sue Clark

[posted] Posted (#73468, Paul) !

2024-04-26 Thread Roger Frank
Code, by L. Paul 73468 [Author: L. Paul] [Link: https://www.gutenberg.org/ebooks/73468] Thanks to Roger Frank and Sue Clark

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

2024-04-26 Thread Markus Frank
also be used to read and save other hardware information at boot time. Signed-off-by: Markus Frank Co-authored-by: Thomas Lamprecht --- v9: * added directory existance check * print error messages v8: * renamed query-machine-params to query-machine-capabilities v7: * renamed amd-sev-support to q

[pve-devel] [PATCH docs v9 3/3] add AMD SEV documentation

2024-04-26 Thread Markus Frank
add documentation for the "[PATCH qemu-server] config: add AMD SEV support" patch. Signed-off-by: Markus Frank --- v8: * adjust changed parameter names in examples v5: * removed NodeConfig part v4: * added text that SEV-ES is experimental qm.

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

2024-04-26 Thread Markus Frank
nt doc patch Signed-off-by: Markus Frank --- v8: * renamed "params" to "capabilities" or "caps" * renamed "nodbg" to "no-debug" and "noks" to "no-key-sharing" * untainted json_text as it prevented a SEV VM from starting via GUI

Re: Seeking Advice on Legacy Application Migration Strategy

2024-04-26 Thread 'Frank Hossfeld' via GWT Users
GWT 2.8.2 is pretty old - nearly seven years - and i am not sure, if the GWT 2.8.2 will work with Java 11 Migrating to the latest version of GWT will give you some benefits. IIRC GWT 2.8.2 generates at least 5 JS-files where GWT 2.11.0 only generates 2. This will speed up the build. Also,

[posted] Posted (#73460, Smith) !

2024-04-25 Thread Roger Frank
Arctic angels, by A. DeHerries Smith 73460 [Author: A. DeHerries Smith] [Link: https://www.gutenberg.org/ebooks/73460] Thanks to Roger Frank and Sue Clark

[Openvpn-devel] [PATCH v2] Only schedule_exit() once

2024-04-25 Thread Frank Lichtenheld
is scheduled - we no longer notify management on redundant exit. Change-Id: I9457f005f4ba970502e6b667d9dc4299a588d661 Signed-off-by: Reynir Björnsson Acked-by: Frank Lichtenheld --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master

  1   2   3   4   5   6   7   8   9   10   >