Re: [gpfsug-discuss] No space left on device, but plenty of quota space for inodes and blocks

2024-06-06 Thread Maloney, John Daniel
Yeah; you’ll want to bump that up on the home fileset, something like: mmchfileset cluster home --inode-limit 2500 (that’d give you a buffer of ~4.9 million inodes) For the ones that show 0, those are dependent filesets (not independent) the inode allocations are tracked in the parent

Agenda export to ics file

2024-06-06 Thread John Helly
to do that. Can someone please point me in the right direction?  Everything seems to lead a dead-end or some other complication. Mahalo. J. -- John Helly / San Diego Supercomputer Center / Scripps Institution of Oceanography https://www.sdsc.edu/~hellyj / 808 205 9882 / 760 8408660

Bug#1051579: nomacs: segmentation fault in std::__atomic_base

2024-06-06 Thread John Dorian
On Sun, 10 Sep 2023 01:01:50 +0200 Vincent Lefevre wrote:> Package: nomacs > Version: 3.17.2282+dfsg-2 > Severity: important > > I got a segmentation fault when doing "View -> Close Tab" then > a double click on a directory. > Thank you for reporting. This has been fixed in the following pull

git: b0e7358bf8b9 - main - cryptocheck: Don't treat OpenSSL errors as fatal

2024-06-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b0e7358bf8b9791aaaf38807c841953946b88785 commit b0e7358bf8b9791aaaf38807c841953946b88785 Author: John Baldwin AuthorDate: 2024-06-06 21:47:04 + Commit: John Baldwin CommitDate: 2024-06-06 21:48

git: b0e7358bf8b9 - main - cryptocheck: Don't treat OpenSSL errors as fatal

2024-06-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b0e7358bf8b9791aaaf38807c841953946b88785 commit b0e7358bf8b9791aaaf38807c841953946b88785 Author: John Baldwin AuthorDate: 2024-06-06 21:47:04 + Commit: John Baldwin CommitDate: 2024-06-06 21:48

git: a2c88e0d47ac - main - git-arc: Use a helper function to fetch boolean config variables

2024-06-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a2c88e0d47acb1a33016cbb7a821465fa1e357a6 commit a2c88e0d47acb1a33016cbb7a821465fa1e357a6 Author: John Baldwin AuthorDate: 2024-06-06 21:45:30 + Commit: John Baldwin CommitDate: 2024-06-06 21:45

git: a2c88e0d47ac - main - git-arc: Use a helper function to fetch boolean config variables

2024-06-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a2c88e0d47acb1a33016cbb7a821465fa1e357a6 commit a2c88e0d47acb1a33016cbb7a821465fa1e357a6 Author: John Baldwin AuthorDate: 2024-06-06 21:45:30 + Commit: John Baldwin CommitDate: 2024-06-06 21:45

Re: [gpfsug-discuss] No space left on device, but plenty of quota space for inodes and blocks

2024-06-06 Thread Maloney, John Daniel
Are you seeing the issues across the whole file system or in certain areas? That sounds like inode exhaustion to me (and based on it not being block exhaustion as you’ve demonstrated). What does a “df -i /cluster” show you? Or if this is only in a certain area you can “cd” into that

[valgrind] [Bug 487862] memcheck does not believe that bytes on new pages are Defined by brk() system call

2024-06-06 Thread John Reiser
https://bugs.kde.org/show_bug.cgi?id=487862 --- Comment #2 from John Reiser --- (In reply to Paul Floyd from comment #1) > brk() is fairly old, removed from posix accordingly to the Linux manpage. > Increasingly I see it getting removed from platforms. In this case "old"

Re: RFR: 8330559: Trailing space not rendering correctly in TextFlow in RTL mode [v2]

2024-06-06 Thread John Hendrikx
On Thu, 6 Jun 2024 15:35:07 GMT, Andy Goryachev wrote: >> CTGlyphLayout is not common code. It is mac only (so no need to mention mac) > > I see, PrismFontFactory:164 getNativeFactoryName(). > It would be nice to place platform-specific code in a package bearing the > platform name, or at least

Bug#1071117: fccexam: update question pool and URL

2024-06-06 Thread John Nogatch
tch/+archive/ubuntu/fccexam This version includes the updates that you requested. -John AC6SL

Re: [MlMt] Key binding selector for "Edit Tags"?

2024-06-06 Thread John Cooper
>>> for this action? On 6 Jun 2024, at 12:00, John Cooper wrote: >> I use "t" and because it doesn't appear in my personal custom key bindings >> file, I think it must be built in. Have you tried it? Or do you need to use >> another key binding for some r

Re: [MlMt] Key binding selector for "Edit Tags"?

2024-06-06 Thread John Cooper
Tariq Magdon-Ismail wrote (at 11:39 AM on Thursday, June 6, 2024): > I'd like to create a multi-stroke key binding for "Edit Tags" but couldn't > find any obvious selector here: > https://manual.mailmate-app.com/key_binding_selectors.html. Is there one for > this action? I use "t" and because

[Bug 2068024] Re: race_sched in ubuntu_stress_smoke_test will cause kernel panic on 6.8 with Azure Standard_A2_v2 instance

2024-06-06 Thread John Cabaj
The problematic commit appears to be: 2227a957e1d5b1941be4e4207879ec74f4bb37f8: "sched/eevdf: Sort the rbtree by virtual deadline" Looking at further options right now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[sage-release] Re: Sage 10.4.beta8 released

2024-06-06 Thread John H Palmieri
This issue with "convert" has already been reported, with a proposed fix, at https://github.com/sagemath/sage/pull/38135. On Wednesday, June 5, 2024 at 6:32:15 PM UTC-7 John H Palmieri wrote: > I don't think I've seen this failure before: > > sage -t -

[clang] [clang][CodeGen] Return RValue from `EmitVAArg` (PR #94635)

2024-06-06 Thread John McCall via cfe-commits
https://github.com/rjmccall commented: I was hoping that you might push this down into the target code — if you make `emitVoidPtrVAArg` return an `RValue`, that'll handle about half of the targets. Most of the rest will just need an `EmitLoadOfLValue` at the end. MIPS (which is the target

[clang] [clang][CodeGen] Return RValue from `EmitVAArg` (PR #94635)

2024-06-06 Thread John McCall via cfe-commits
@@ -5988,12 +5988,29 @@ CGCallee CGCallee::prepareConcreteCallee(CodeGenFunction ) const { /* VarArg handling */ -Address CodeGenFunction::EmitVAArg(VAArgExpr *VE, Address ) { - VAListAddr = VE->isMicrosoftABI() - ? EmitMSVAListRef(VE->getSubExpr()) -

[clang] [clang][CodeGen] Return RValue from `EmitVAArg` (PR #94635)

2024-06-06 Thread John McCall via cfe-commits
@@ -1328,15 +1328,15 @@ void AggExprEmitter::VisitChooseExpr(const ChooseExpr *CE) { void AggExprEmitter::VisitVAArgExpr(VAArgExpr *VE) { Address ArgValue = Address::invalid(); - Address ArgPtr = CGF.EmitVAArg(VE, ArgValue); + RValue ArgPtr = CGF.EmitVAArg(VE, ArgValue);

[clang] [clang][CodeGen] Return RValue from `EmitVAArg` (PR #94635)

2024-06-06 Thread John McCall via cfe-commits
https://github.com/rjmccall edited https://github.com/llvm/llvm-project/pull/94635 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: Historical QMP schema

2024-06-06 Thread John Snow
was X command introduced?", but possibly also to generate changelog QMP reports for auditing QMP changes for each version during the release candidate window. On Thu, Jun 6, 2024 at 6:25 AM Victor Toso wrote: > Hi John! > > On Wed, Jun 05, 2024 at 11:47:53AM GMT, John Snow wrote: >

Re: June PUG is up

2024-06-06 Thread John Sessoms
On 6/5/2024 8:05 AM, Ralf R Radermacher wrote: Am 05.06.24 um 13:33 schrieb Brian Walters: Enjoy the (disappointingly small) gallery here: Not for want of trying. I've scrolled through years and years of photos and haven't been able to find anything 'abstract'. So, hats off to those who

Re: [PATCH v5 0/3] Fix MCE handling on AMD hosts

2024-06-06 Thread John Allen
fically intended to allow the guest to handle overflows in the MCEs that are injected from qemu. > > Advertising of SUCCOR and OVERFLOW_RECOV in KVM would still be nice. :) Sure, I will send a series for this. Thanks, John

[clang] [llvm] [DebugInfo] Change handling of structured bindings of bitfields (PR #94632)

2024-06-06 Thread John Brawn via cfe-commits
https://github.com/john-brawn-arm created https://github.com/llvm/llvm-project/pull/94632 Currently we use DW_OP_plus_uconst to handle the bitfield offset and handle the bitfield size by choosing a type size that matches, but this doesn't work if either offset or size aren't byte-aligned

[Callers] Resources for Callers - Dance Instructions

2024-06-06 Thread John Sweeney via Contra Callers
can that look relevant. Thanks for your help. Happy dancing, John John Sweeney, Dancer, England j...@modernjive.com 01233 625 362 & 07802 940 574 http://www.contrafusion.c

[TLS]Re: Curve-popularity data?

2024-06-06 Thread John Mattsson
f TLS did the right thing like IKEv2 we would just need to register ML-KEM-512, ML-KEM-768, and ML-KEM-1024 as “groups” and everybody would be happy because there favorite standalone of hybrid would be supported. If the Web want to use a single hybrid I think that should be discussed in W3C. Che

Re: Donald Trump, convicted felon

2024-06-06 Thread John Clark
m even when they know for a fact that he's lying, provided it's a pretty lie that reinforces their prejudices and illogical reasoning. If Trump ever shut off the spew of lies emanating from his mouth like water through a fire hose his movement would collapse in a matter of days. * John K ClarkSee

[frameworks-kconfig] [Bug 422529] Put config files inside a kde subdirectory in ~/.config, ~/.local/share, and ~/.cache

2024-06-06 Thread John
https://bugs.kde.org/show_bug.cgi?id=422529 John changed: What|Removed |Added CC||johnmaveric...@mail.com -- You are receiving this mail

Re: [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue

2024-06-06 Thread John Garry
= pata_macio_device_configure, .sdev_groups= ata_common_sdev_groups, .can_queue = ATA_DEF_QUEUE, Feel free to add: Reviewed-by: John Garry

[TLS]Re: [EXT] Re: Is NIST actually prohibiting X25519?

2024-06-06 Thread John Mattsson
NIST algorithms typically are very good and selected in many yaer open projects with leading cryptographers from around the world. Similar to how X25519 and X448 was selected by CFRG. Cheers, John From: Blumenthal, Uri - 0553 - MITLL Date: Thursday, 6 June 2024 at 02:24 To: Richard Barnes

[Bug 2064363] Re: thunderbird snap on live systems "already running" but not responsive

2024-06-06 Thread John Johansen
> Am I correct in understanding, the Thunderbird snap does not allow profiles to set paths to locations outside the snap confinement? And if so, is that something specific to running a live system or is it something any Lubuntu 24.04 installation is now stymied by? it is a property of the snap,

[Bug 2064363] Re: thunderbird snap on live systems "already running" but not responsive

2024-06-05 Thread John Johansen
Sigh, that should be Unfortunately snap doesn't currently have ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064363 Title: thunderbird snap on live systems "already running" but not responsive

[Bug 2064363] Re: thunderbird snap on live systems "already running" but not responsive

2024-06-05 Thread John Johansen
> I'm sorry, would you mind elaborating? profiles.ini allows configuration of where each profile stores emails, so what are the consequences of my doing that? I used it, and the same PATH variable, prior to 24.04 without problem. that will direct thunderbird to access your emails stored at the

Re: [blink-dev] Intent to Extend Experiment: Cookie Deprecation Label

2024-06-05 Thread John Delaney
126). > On 6/5/24 11:57 PM, John Delaney wrote: > > We would like to extend the Cookie Deprecation Label experimental feature > being used for Chrome Facilitated Testing. This feature previously > received approval to run through the end of M125 (ending roughly June 10, > 20

Re: [Discuss] Debian 12 in the Cloud

2024-06-05 Thread John Hall
will add a boot loader.  I am not making excuses for security issues that should not have happened and find the criticisms fascinating but systemd for me is just there now. Sincerely, John On Tue, Jun 4, 2024 at 3:59 PM Rich Pieri wrote: > On Tue, 4 Jun 2024 09:59:25 -0700 > Kent Borg

Re: [PATCH] dma-buf/heaps: Correct the types of fd_flags and heap_flags

2024-06-05 Thread John Stultz
flags; > __u64 heap_flags; > }; > > But dma heaps are casting both fd_flags and heap_flags into > unsigned long. This patch makes dma heaps - cma heap and > system heap have consistent types with UAPI. > > Signed-off-by: Barry Song Thanks for submitting this additional cleanup! Acked-by: John Stultz

[sage-release] Re: Sage 10.4.beta8 released

2024-06-05 Thread John H Palmieri
I don't think I've seen this failure before: sage -t --long --random-seed=214696321465302976857414484526305325295 src/sage/plot/plot3d/tachyon.py ** File "src/sage/plot/plot3d/tachyon.py", line 126, in sage.plot.plot3d.tachyon

Re: [TV orNotTV] Rob Schneider removed from Regina stage during controversial show

2024-06-05 Thread John Edwards
tv/rob-schneider-removed-from-regina-stage-during-controversial-show/ar-BB1nHcmp?ocid=msedgdhp=HCTS=a5c219f19768407b986ea4095d542ec5=10> > That makes sense, since the last 30 years haven’t happened to Saskatchewan. John > > <https://www.msn.com/en-ca/entertainment/tv/rob-sch

Re: [GRN] Caneco does anyone know what this translates to

2024-06-05 Thread John de Figueiredo
Victor,“The mixed-race mestizo boys were… racist in Portuguese-held Goa”Do you believe that the so-called “mestizos” (with all due respect, I consider this a racist term, hence the quotation marks)were racists throughout the 451 years of Portuguese rule in Goa?JM de Figueiredo Sent from my

Re: [ofiwg] Clarification of definition of FI_THREAD_DOMAIN

2024-06-05 Thread Byrne, John (Labs)
The sentence beginning "Since uncontended locks FI_THREAD_SAFE..." should read "Since uncontended locks aren't very expensive, FI_THREAD_SAFE..." From: ofiwg On Behalf Of Byrne, John (Labs) Sent: Wednesday, June 5, 2024 4:24 PM To: Xiong, Jianxin ; ofiwg@lists.openfab

Re: [ofiwg] Clarification of definition of FI_THREAD_DOMAIN

2024-06-05 Thread Byrne, John (Labs)
the only frequently used locks are on the endpoint and completion paths. If you have a MR Cache and are actively using it, then its locking gets annoying as things scale up, though. John From: Xiong, Jianxin Sent: Wednesday, June 5, 2024 3:35 PM To: Byrne, John (Labs) ; ofiwg@lists.openfabrics.org

Re: June PUG is up

2024-06-05 Thread John Francis
On Thu, Jun 06, 2024 at 12:42:39AM +0200, Ralf R Radermacher wrote: > Am 06.06.24 um 00:09 schrieb John Francis: > > Maybe it's time to add a section to the PUG for images created with > > non-Pentax > > gear. Or maybe it isn't - I don't know hom many other non-Pent

[Bug 2068024] Re: race_sched in ubuntu_stress_smoke_test will cause kernel panic on 6.8 with Azure Standard_A2_v2 instance

2024-06-05 Thread John Cabaj
Mainline build using v6.7 works as well. Proceeding bisect between 6.7 and 6.8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068024 Title: race_sched in ubuntu_stress_smoke_test will cause kernel

Re: June PUG is up

2024-06-05 Thread John Francis
On Wed, Jun 05, 2024 at 09:33:55PM +1000, Brian Walters wrote: > G'day all > > Enjoy the (disappointingly small) gallery here: > > http://pug.komkon.org/ Unfortunately I suspect the number of contributors will continue to decline. It's been 2 1/2 years since I picked up a Pentax (except for

Re: 41dfea24eec panics during ata attach on ESXi VM

2024-06-05 Thread John Baldwin
nd `devctl enable ata0` reproduced the issue: ata0: at channel 0 on atapci0 This should be fixed now by commit 56b822a17cde5940909633c50623d463191a7852. Sorry for the breakage. -- John Baldwin

git: f46d4971b5af - main - nvmf: Handle shutdowns more gracefully

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f46d4971b5afdfecef3ae5979d7c96e9817aedee commit f46d4971b5afdfecef3ae5979d7c96e9817aedee Author: John Baldwin AuthorDate: 2024-06-05 19:59:28 + Commit: John Baldwin CommitDate: 2024-06-05 19:59

git: aacaeeee8ecd - main - nvmf: Permit failing I/O requests while disconnected

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=aaca8ecd7084a33b2d8e140aad37b3b0eddc commit aaca8ecd7084a33b2d8e140aad37b3b0eddc Author: John Baldwin AuthorDate: 2024-06-05 19:54:15 + Commit: John Baldwin CommitDate: 2024-06-05 19:59

git: aacaeeee8ecd - main - nvmf: Permit failing I/O requests while disconnected

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=aaca8ecd7084a33b2d8e140aad37b3b0eddc commit aaca8ecd7084a33b2d8e140aad37b3b0eddc Author: John Baldwin AuthorDate: 2024-06-05 19:54:15 + Commit: John Baldwin CommitDate: 2024-06-05 19:59

git: f46d4971b5af - main - nvmf: Handle shutdowns more gracefully

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f46d4971b5afdfecef3ae5979d7c96e9817aedee commit f46d4971b5afdfecef3ae5979d7c96e9817aedee Author: John Baldwin AuthorDate: 2024-06-05 19:59:28 + Commit: John Baldwin CommitDate: 2024-06-05 19:59

git: e140f85dc194 - main - nvmf: Rescan namespaces after reconnecting

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e140f85dc1941ecdfb35f49f0d7f97b24e2a54ea commit e140f85dc1941ecdfb35f49f0d7f97b24e2a54ea Author: John Baldwin AuthorDate: 2024-06-05 19:53:08 + Commit: John Baldwin CommitDate: 2024-06-05 19:53

git: e140f85dc194 - main - nvmf: Rescan namespaces after reconnecting

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e140f85dc1941ecdfb35f49f0d7f97b24e2a54ea commit e140f85dc1941ecdfb35f49f0d7f97b24e2a54ea Author: John Baldwin AuthorDate: 2024-06-05 19:53:08 + Commit: John Baldwin CommitDate: 2024-06-05 19:53

git: f6d434f110fd - main - nvmf: Rescan all namespaces if the changed NS log page is too large

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f6d434f110fd95e346f18fb09a6f91f36b528d2d commit f6d434f110fd95e346f18fb09a6f91f36b528d2d Author: John Baldwin AuthorDate: 2024-06-05 19:52:43 + Commit: John Baldwin CommitDate: 2024-06-05 19:52

git: f6d434f110fd - main - nvmf: Rescan all namespaces if the changed NS log page is too large

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f6d434f110fd95e346f18fb09a6f91f36b528d2d commit f6d434f110fd95e346f18fb09a6f91f36b528d2d Author: John Baldwin AuthorDate: 2024-06-05 19:52:43 + Commit: John Baldwin CommitDate: 2024-06-05 19:52

git: 8a082ca89fc0 - main - nvmf: Factor out most of nvmf_rescan_ns into a helper routine

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8a082ca89fc007850b302f4eead2f9b6eb2ccbe0 commit 8a082ca89fc007850b302f4eead2f9b6eb2ccbe0 Author: John Baldwin AuthorDate: 2024-06-05 19:52:24 + Commit: John Baldwin CommitDate: 2024-06-05 19:52

git: 8a082ca89fc0 - main - nvmf: Factor out most of nvmf_rescan_ns into a helper routine

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8a082ca89fc007850b302f4eead2f9b6eb2ccbe0 commit 8a082ca89fc007850b302f4eead2f9b6eb2ccbe0 Author: John Baldwin AuthorDate: 2024-06-05 19:52:24 + Commit: John Baldwin CommitDate: 2024-06-05 19:52

git: 02ddb305cc6d - main - nvmf: Refactor nvmf_add_namespaces to be more generic

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=02ddb305cc6d7fc3964e33985ae89501b99bb05b commit 02ddb305cc6d7fc3964e33985ae89501b99bb05b Author: John Baldwin AuthorDate: 2024-06-05 19:51:56 + Commit: John Baldwin CommitDate: 2024-06-05 19:51

git: bed59baba2ca - main - nvmf: Pass const pointers to namespace data to nvmf_*_ns

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=bed59baba2caaf0bbbee3fed378e469b915e8a15 commit bed59baba2caaf0bbbee3fed378e469b915e8a15 Author: John Baldwin AuthorDate: 2024-06-05 19:51:37 + Commit: John Baldwin CommitDate: 2024-06-05 19:51

git: 02ddb305cc6d - main - nvmf: Refactor nvmf_add_namespaces to be more generic

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=02ddb305cc6d7fc3964e33985ae89501b99bb05b commit 02ddb305cc6d7fc3964e33985ae89501b99bb05b Author: John Baldwin AuthorDate: 2024-06-05 19:51:56 + Commit: John Baldwin CommitDate: 2024-06-05 19:51

git: bed59baba2ca - main - nvmf: Pass const pointers to namespace data to nvmf_*_ns

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=bed59baba2caaf0bbbee3fed378e469b915e8a15 commit bed59baba2caaf0bbbee3fed378e469b915e8a15 Author: John Baldwin AuthorDate: 2024-06-05 19:51:37 + Commit: John Baldwin CommitDate: 2024-06-05 19:51

[docker-dev] Re: WHERE TO BUY MAGIC MUSHROOM GUMMIES ONLINE

2024-06-05 Thread JOHN BRYIAN
Psilocybin Gummies - Mushroom Gummy Cubes 3.5g online | Buy Psilocybin Gummies 100% Fast And Discreet Shipping westparkpsychedlics.com https//:westparkpsychedlics.com Worldwide Buy Magic Mushrooms Online | Psychedelics For Sale USA | Mushroom Chocolate Bars Online

Re: [RBW] Re: Riv Rider Recipes

2024-06-05 Thread John Rinker
, or whatever keeps your canoe straight. Serves 2, or leftovers for breakfast Cheers, John On Wednesday, June 5, 2024 at 12:17:01 PM UTC-7 Patrick Moore wrote: > 1. Indian dal on the cheap and easy. Boil red or orange or yellow (brown > rather earthy for my taste) in 3X water until soft. > >

[Bug 2068024] Re: race_sched in ubuntu_stress_smoke_test will cause kernel panic on 6.8 with Azure Standard_A2_v2 instance

2024-06-05 Thread John Cabaj
noble:linux-azure 6.6.0-1001 works, so this was introduced somewhere in 6.8. Bisecting futher... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068024 Title: race_sched in ubuntu_stress_smoke_test

[clang] [clang] Lower _BitInt(129+) to a different type in LLVM IR (PR #91364)

2024-06-05 Thread John McCall via cfe-commits
@@ -118,6 +124,37 @@ llvm::Type *CodeGenTypes::ConvertTypeForMem(QualType T, bool ForBitField) { return R; } +bool CodeGenTypes::LLVMTypeLayoutMatchesAST(QualType ASTTy, +llvm::Type *LLVMTy) { + CharUnits ASTSize =

[ofiwg] Clarification of definition of FI_THREAD_DOMAIN

2024-06-05 Thread Byrne, John (Labs)
is correct, then there are some painful implications for multi-threading RMA. Thanks, John Byrne ___ ofiwg mailing list ofiwg@lists.openfabrics.org https://lists.openfabrics.org/mailman/listinfo/ofiwg

[TLS]Re: [EXTERNAL] Re: Curve-popularity data?

2024-06-05 Thread John Mattsson
PS-validated P-384 + non-FIPS-validated ML-KEM-1024 would to my understanding be CNSA 1.0 compliant. My feeling is that a FIPS-validated P-384 + non-FIPS-validated ML-KEM-1024 would be preferred over continuing with standalone P-384 for several years, but I think only NSA can answer this. C

git: 56b822a17cde - main - pci: Only add special VF handling for direct children in bus methods

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=56b822a17cde5940909633c50623d463191a7852 commit 56b822a17cde5940909633c50623d463191a7852 Author: John Baldwin AuthorDate: 2024-06-05 16:50:05 + Commit: John Baldwin CommitDate: 2024-06-05 16:50

git: 56b822a17cde - main - pci: Only add special VF handling for direct children in bus methods

2024-06-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=56b822a17cde5940909633c50623d463191a7852 commit 56b822a17cde5940909633c50623d463191a7852 Author: John Baldwin AuthorDate: 2024-06-05 16:50:05 + Commit: John Baldwin CommitDate: 2024-06-05 16:50

[jira] [Commented] (MNG-8131) Property replacement in dependency pom no longer works

2024-06-05 Thread John Neffenger (Jira)
[ https://issues.apache.org/jira/browse/MNG-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17852488#comment-17852488 ] John Neffenger commented on MNG-8131: - Thank you, Tamás. Your fix shown in the [new logging output

[blink-dev] Intent to Extend Experiment: Cookie Deprecation Label

2024-06-05 Thread John Delaney
We would like to extend the Cookie Deprecation Label experimental feature being used for Chrome Facilitated Testing. This feature previously received approval to run through the end of M125 (ending roughly June 10, 2024). The Facilitated Testing period, however, is scheduled to run through

[TLS]Re: Curve-popularity data?

2024-06-05 Thread John Mattsson
My interpretation is the same as EKR. Chrome’s behavior seems compliant to me. I also think Chrome’s behavior makes sense and I think Chrome should continue doing that. The server’s Peter talk about do on the other hand not follow the implementation guidance in Appendix C.

[Bug 2067897] Re: Ubuntu 24.04 does not install resolvconf uses systemd-resolved instead which is broken

2024-06-05 Thread John Orr
Thanks for creating the bug, and your input :) I agree with all your comments (though can't speak for your last message, I'm not getting strongswan-starter for some reason and I don't know anything about ansible) - but 1. I'm assuming we shouldn't need to edit

[TLS]Re: [EXTERNAL] Curve-popularity data?

2024-06-05 Thread John Mattsson
gnificant side-channel leakage. I think implementation aspects is the main reason to do hybrid. Cheers, John From: Hubert Kario Date: Wednesday, 5 June 2024 at 13:20 To: Stephen Farrell Cc: John Mattsson , tls@ietf.org Subject: Re: [TLS] [EXTERNAL] Curve-popularity data? On Wednesday, 5 Ju

Re: Donald Trump, convicted felon

2024-06-05 Thread John Clark
On Tue, Jun 4, 2024 at 8:34 PM PGC wrote: *> John, the idea is not for Biden to "become Trump" by emulating his > behavior, but rather to understand and leverage the appeal of outsider > narratives, mavericks, [...] He could directly challenge whether Trump > actually manag

Re: [mailop] Debugging fwd issue meta.com to zoho.com (Help from user under meta.com needed)

2024-06-05 Thread John Levine via mailop
g >against rspamd? Sure. See Viktor's note about where MIME encoding is allowed. R's, John ___ mailop mailing list mailop@mailop.org https://list.mailop.org/listinfo/mailop

Re: [mailop] Debugging fwd issue meta.com to zoho.com (Help from user under meta.com needed)

2024-06-05 Thread John Levine via mailop
rary garbage so you can reject it. In this case, if DKIM validators correctly rejected the invalid signatures, this mistake would have been caught and fixed more quickly. R's, John ___ mailop mailing list mailop@mailop.org https://list.mailop.org/listinfo/mailop

Re: [mailop] Debugging fwd issue meta.com to zoho.com

2024-06-05 Thread John Levine via mailop
It appears that Slavko via mailop said: >Do you want to tell, that if d= and/or s= tags contains >internationalized domain name/label, it must be in A-label (ASCII >encoded) form? Or how it is supposed to be handled please? See RFC 8616. That is precisely what it is about.

Re: [mailop] Debugging fwd issue meta.com to zoho.com (Help from user under meta.com needed)

2024-06-05 Thread John R Levine via mailop
so they took it out of the standards track EAI RFCs. You can wrap one as a message/global MIME part and send it as an attachment, but you can't "translate" the message.. R's, John * - I'm pretty sure that if you asked the author of RFC 8616, he'd say the

[Isbg] Maximizing Your Academic Potential with Expert Assignment Help

2024-06-05 Thread John Smith
Academic life can be challenging, with tight deadlines, complex subjects, and the constant pressure to perform well. At Assignment Guru, we specialize in providing personalized assistance in various subjects, including math, law, nursing, and CIPD. Our team of experts offers tailored support to

Re: [mailop] Debugging fwd issue meta.com to zoho.com (Help from user under meta.com needed)

2024-06-05 Thread John Levine via mailop
eaders that caused a problem? They just sound wrong. R's, John ___ mailop mailing list mailop@mailop.org https://list.mailop.org/listinfo/mailop

Re: [mailop] How to ensure ownership from a Microsoft email?

2024-06-05 Thread John Levine via mailop
on at all. In my experience, mail from whatever.onmicrosoft.com is overwhelmingly phishes and spam. Anyone with a real business should be using their own domain to send mail from MS 365 rather than an onmicrosoft one. R's, John ___ mailop mailing li

[Bug 2067897] Re: Ubuntu 24.04 does not install resolvconf uses systemd-resolved instead which is broken

2024-06-05 Thread John Orr
I'm still digging on this one - the error Activation via systemd failed for unit 'dbus-org.freedesktop.network1.service': Unit dbus-org.freedesktop.network1.service not found seems to be related, for me, to the networkd service not starting properly - not sure why: #: john@j4lt:/etc

[TLS]Re: [EXTERNAL] Re: Curve-popularity data?

2024-06-05 Thread John Mattsson
X-curves, Brainpool, SM, GOST) with most PQC KEMs (ML-KEM, BIKE/HQC, Classic McEliece, FrodoKEM, future Isogeny? (Isogenies was the hottest topic at Eurocrypt this year) ). European countries say that hybrids will be a must for a long-time. Cheers, John From: Andrei Popov Date: Wednesday, 5 June 2

[Bug 2067897] Re: Ubuntu 24.04 does not install resolvconf uses systemd-resolved instead which is broken

2024-06-05 Thread John Orr
@Marukus, it's just a file I created (in my home directory, but could be anywhere you've got write permissions) to hold the info I wanted to push into resolvconf. I took the nameservers out of the output of swanctl - and added some search paths as examples (so that I can type "ssh blah" and have

Re: git: 871b33ad65ba - main - pci: Consistently use pci_vf_* for suballocated VF memory resources

2024-06-04 Thread John Baldwin
On 6/4/24 8:00 PM, Jessica Clarke wrote: On 5 Jun 2024, at 00:52, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=871b33ad65baf07c92cce120a4fc1978c2ed7b3b commit 871b33ad65baf07c92cce120a4fc1978c2ed7b3b Author: John Baldwin

Re: git: 871b33ad65ba - main - pci: Consistently use pci_vf_* for suballocated VF memory resources

2024-06-04 Thread John Baldwin
On 6/4/24 8:00 PM, Jessica Clarke wrote: On 5 Jun 2024, at 00:52, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=871b33ad65baf07c92cce120a4fc1978c2ed7b3b commit 871b33ad65baf07c92cce120a4fc1978c2ed7b3b Author: John Baldwin

git: 871b33ad65ba - main - pci: Consistently use pci_vf_* for suballocated VF memory resources

2024-06-04 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=871b33ad65baf07c92cce120a4fc1978c2ed7b3b commit 871b33ad65baf07c92cce120a4fc1978c2ed7b3b Author: John Baldwin AuthorDate: 2024-06-04 23:51:37 + Commit: John Baldwin CommitDate: 2024-06-04 23:51

git: 871b33ad65ba - main - pci: Consistently use pci_vf_* for suballocated VF memory resources

2024-06-04 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=871b33ad65baf07c92cce120a4fc1978c2ed7b3b commit 871b33ad65baf07c92cce120a4fc1978c2ed7b3b Author: John Baldwin AuthorDate: 2024-06-04 23:51:37 + Commit: John Baldwin CommitDate: 2024-06-04 23:51

git: 98056127ddfa - main - acpi/pci/vmd: Fix a nit with nested resource mapping requests

2024-06-04 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=98056127ddfa36720bcf46edc09843c867784bcb commit 98056127ddfa36720bcf46edc09843c867784bcb Author: John Baldwin AuthorDate: 2024-06-04 23:50:56 + Commit: John Baldwin CommitDate: 2024-06-04 23:51

git: 98056127ddfa - main - acpi/pci/vmd: Fix a nit with nested resource mapping requests

2024-06-04 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=98056127ddfa36720bcf46edc09843c867784bcb commit 98056127ddfa36720bcf46edc09843c867784bcb Author: John Baldwin AuthorDate: 2024-06-04 23:50:56 + Commit: John Baldwin CommitDate: 2024-06-04 23:51

Re: git: dcb65c5a94d4 - main - csh: Remove hardlink /.cshrc

2024-06-04 Thread John Baldwin
ave been noted in the commit log (in part to serve as a reminder so we don't remove the links for sh). -- John Baldwin

Re: git: dcb65c5a94d4 - main - csh: Remove hardlink /.cshrc

2024-06-04 Thread John Baldwin
ave been noted in the commit log (in part to serve as a reminder so we don't remove the links for sh). -- John Baldwin

Re: Deprecating smbfs(5) and removing it before FreeBSD 14

2024-06-04 Thread John Hixson
it into kernel space. - John signature.asc Description: PGP signature

Re: git: 1c45a62a2f66 - main - qlnxe: Fix multiple locking issues

2024-06-04 Thread John Baldwin
, "OSAL spin lock", MTX_SPIN); \ } Do you really need MTX_SPIN here? Device drivers rarely need spin locks. The equivalent to a Linux spin lock in drivers is generally a MTX_DEF mutex. -- John Baldwin

Re: git: 1c45a62a2f66 - main - qlnxe: Fix multiple locking issues

2024-06-04 Thread John Baldwin
, "OSAL spin lock", MTX_SPIN); \ } Do you really need MTX_SPIN here? Device drivers rarely need spin locks. The equivalent to a Linux spin lock in drivers is generally a MTX_DEF mutex. -- John Baldwin

Re: Deprecating smbfs(5) and removing it before FreeBSD 14

2024-06-04 Thread John Hixson
ly I don't know anybody else trying to do this tremendous work. > I am working on a from scratch implementation of smbfs. I do not have any kind of time estimate since it is in my spare time. I chose this route after spending considerable time looking at Apple and Solaris implementations and wanting something without all of the legacy 1.0 crap. I do have a very minimal working FUSE version at this point, but there is much to do, and even more to abide by the various specifications. I just thought I'd share in case anyone is interested. - John signature.asc Description: PGP signature

Re: [PATCH v3] ima: Avoid blocking in RCU read-side critical section

2024-06-04 Thread John Johansen
e panic. To fix this issue, we are converting all kmalloc that is called within RCU read-side critical section to use GFP_ATOMIC. Fixes: c7423dbdbc9e ("ima: Handle -ESTALE returned by ima_filter_rule_match()") Cc: sta...@vger.kernel.org Signed-off-by: GUO Zihua this looks fine Acked-by: John

Re: [PATCH 50/52] pa: New hook implementation pa_c_mode_for_floating_type

2024-06-04 Thread John David Anglin
as {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE get poisoned. */ +#define PA_FLOAT_TYPE_SIZE BITS_PER_WORD +#define PA_DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2) +#define PA_LONG_DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2) -- John David Anglin dave.ang...@bell.net

Re: gcc behavior of init priority of .ctors and .dtors section

2024-06-04 Thread John Baldwin
indeed the issue, switching to a -devel GCC port should fix it. FWIW, the devel/freebsd-gcc* ports have passed this flag to GCC's configure for a long time (since we made the switch in clang). -- John Baldwin

Bug#1072407: Fix is coming

2024-06-04 Thread John Horigan
I am fixing this FFmpeg API change in upstream. The new version builds under unstable and experimental. I have uploaded an updated package to mentors.debian.net. You should see it soon. -- john

Re: 600,000 routers bricked

2024-06-04 Thread John Levine
It appears that Robert Jacobs said: >-=-=-=-=-=- > >If you do a bit more digging the ISP is not Lumen ... It is a well known ISP It's Windstream. and I recall reading about this >outage when it happened. I don’t know if indeed this was a botched attempt to >gather a bot network or like >some

Re: [RFC PATCH v1] dma-buf: heaps: move the verification of heap_flags to the corresponding heap

2024-06-04 Thread John Stultz
On Mon, Jun 3, 2024 at 11:30 PM Hailong Liu wrote: > On 6/4/2024 2:06 AM, John Stultz wrote: > > On Mon, Jun 3, 2024 at 10:21 AM Hailong Liu wrote: > >> We now aim to improve priority dma-buf allocation. Consider android > >> animations scene: > >> > >

  1   2   3   4   5   6   7   8   9   10   >