Re: [Python] FlightServerBase how to use/test TLS

2024-01-16 Thread Rick Spencer
Thank you for the response. It was, in fact, what was blocking me. After I get my code refactored to work properly, I will look into either docs or code contributions that I could make to help. I will also reply with a pointer to my working code. Thanks again. Cheers, Rick On Thu, Jan 4, 2024

Re: NFSv4 crash of CURRENT

2024-01-15 Thread Rick Macklem
autofs_readdir+0x2ce > > > #11 0x809f8ae0 at VOP_READDIR_APV+0x20 > > > #12 0x806c3002 at kern_getdirentries+0x222 > > > #13 0x806c33a9 at sys_getdirentries+0x29 > > > #14 0x809d6180 at amd64_syscall+0x110 > > > #15 0x

Re: Proposed PyIceberg logo art

2024-01-15 Thread Rick Bilodeau
The artwork is linked here. https://drive.google.com/file/d/1oV9qolfyIi5YkEvA0NJb3ipECGBdsUqX/view?usp=sharing On Mon, Jan 15, 2024 at 8:35 AM Jean-Baptiste Onofré wrote: > Hi Rick, > > It's not possible to attach files on the mailing list. Can you please > share the lo

Proposed PyIceberg logo art

2024-01-15 Thread Rick Bilodeau
Hello, I'd like to propose adopting the attached artwork as the official PyIceberg logomark. If it is accepted, Tabular would donate the creative assets to the ASF. Best, Rick Bilodeau Head of Marketing Tabular

Re: NFSv4 crash of CURRENT

2024-01-15 Thread Rick Macklem
!vm_object_mightbedirty(vp->v_object) && - vp->v_object->un_pager.vnp.writemappings == 0 && + if (nmp->nm_readahead > 0 && ncl_bioread_dora(vp) && (bp->b_flags & B_INVAL) == 0 &&

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-15 Thread Rick Troth
On 1/14/24 01:07, Phil Smith III wrote: aul Gilmartin asked: What about Format preserving encryption? Format-Preserving Encryption is for structured data, i.e., specific fields. You would not use it on a binary blob; at that point, you'd use XTS or one of the other AES modes whose

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-15 Thread Rick Troth
On 1/13/24 11:28, Steve Estle wrote: I know this seems innocuous, but we'd like to encrypt as much as possible in our environment ... Forgive my tone, Steve. And please don't take this as directed at you, but at the broader industry, especially at "seatback magazine management". Many

Archive has incorrect size

2024-01-15 Thread Rick Curry
gmp xz library has size: 2,094,196 gmp-6.3.0.tar.xz According to the front page of your website, https://gmplib.org/, the archive should be much smaller: 2,027,316. Attempted download from both listed sites. Other archives are similarly larger than their expected size. Download the latest

[Elecraft] K4 Remote Sneak Peek

2024-01-14 Thread Rick Tavan
My sneak peek article on K4 Remote in the January issue of CWops' newsletter *Solid Copy* is up now. See https://cwops.org/newsletters/ and scroll down a bit to Solid Copy No. 168. If you're a CW operator and not yet a member of CWops, you might want to consider joining! 73, /Rick N6XI

[BVARC] Seek AV help for the Hamfest Technical Presentations

2024-01-14 Thread Rick Hiller via BVARC
be appreciated to add to the cadre of gear already stockpiled. Thank you and 73Rick -- W5RH -- Rick Hiller *e-mail: rickhille...@gmail.com * *Cell/VM/Text:832-474-3713* *Physical: 9031 Troulon Drive* * Houston, TX 77036

[MBZ] Okie Acres PA

2024-01-14 Thread Rick Knoble via Mercedes
https://m.facebook.com/marketplace/item/24095841023397617/?ref=newsfeed Rick ___ http://www.okiebenz.com To search list archives http://www.okiebenz.com/archive/ To Unsubscribe or change delivery options go to: http://mail.okiebenz.com/mailman/listinfo

Re: NFSv4 crash of CURRENT

2024-01-13 Thread Rick Macklem
id bump the __FreeBSD_version to 1500010, which should cause both to be rebuilt. (If you have "options NFSCL" in your kernel config, both should have been rebuilt as a part of the kernel build.) rick > > I have no idea what causes this problem ... > > Kind regards, > >

Re: [Oorexx-devel] FindClass in ThreadContext

2024-01-13 Thread Rick McGuire
In the case of oodialog, the best approach would be to cache a reference to the package in a global location or in a control block associated with the event that triggers the need to attach a new thread. Rick On Sat, Jan 13, 2024 at 1:10 PM Erich Steinböck wrote: > When a native funct

[cctalk] Re: WTB: PSU for DEC PDP8F

2024-01-13 Thread Rick Murphy via cctalk
54-09728. That's burned into my brain. (Literally dozens of ECOs) -Rick On January 13, 2024 12:21:52 AM EST, Paul Anderson via cctalk wrote: >Hi Ray, > >Do you just need the regulator? I think the part # is 54-09728 or 54- >09827. I'll try to look it up this weekend. > >P

Re: [PATCH v3 1/3] x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callback

2024-01-12 Thread Edgecombe, Rick P
On Fri, 2024-01-12 at 15:07 +, Michael Kelley wrote: > The comment is Kirill Shutemov's suggestion based on comments in > an earlier version of the patch series.  See [1].   The intent is to > prevent > some later revision to slow_virt_to_phys() from adding a check for > the > present bit and

Re: [BVARC] Banquet speaker

2024-01-12 Thread Rick Hiller via BVARC
Mark, Ham Radio couldn’t ask for a better GOAT than ACM!!73. RHSent from my i-ThingamajigOn Jan 12, 2024, at 10:35 AM, mark janzer via BVARC wrote: Ya know, with the leaps of AI these days, maybe we could bring him back.  Sigh.73MarkK5MGJ

Re: [PATCH v3 1/3] x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callback

2024-01-11 Thread Edgecombe, Rick P
On Fri, 2024-01-05 at 10:30 -0800, mhkelle...@gmail.com wrote: > + * It is also used in callbacks for CoCo VM page transitions between > private > + * and shared because it works when the PRESENT bit is not set in > the leaf > + * PTE. In such cases, the state of the PTEs, including the PFN, is >

Re: [PATCH v3 2/3] x86/mm: Regularize set_memory_p() parameters and make non-static

2024-01-11 Thread Edgecombe, Rick P
odules. > > No functional change. > > Signed-off-by: Michael Kelley Reviewed-by: Rick Edgecombe

git: d004554af7d1 - main - UPDATING: Add an entry for the __FreeBSD_version bump to 1500010

2024-01-11 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=d004554af7d1563465656bde6f1a87fb1728f418 commit d004554af7d1563465656bde6f1a87fb1728f418 Author: Rick Macklem AuthorDate: 2024-01-12 00:53:46 + Commit: Rick Macklem CommitDate: 2024-01-12 00

git: d004554af7d1 - main - UPDATING: Add an entry for the __FreeBSD_version bump to 1500010

2024-01-11 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=d004554af7d1563465656bde6f1a87fb1728f418 commit d004554af7d1563465656bde6f1a87fb1728f418 Author: Rick Macklem AuthorDate: 2024-01-12 00:53:46 + Commit: Rick Macklem CommitDate: 2024-01-12 00

git: a2da1bdb61bc - main - param.h: Bump __FreeBSD_version to 1500010

2024-01-11 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=a2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc commit a2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc Author: Rick Macklem AuthorDate: 2024-01-12 00:48:23 + Commit: Rick Macklem CommitDate: 2024-01-12 00

git: a2da1bdb61bc - main - param.h: Bump __FreeBSD_version to 1500010

2024-01-11 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=a2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc commit a2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc Author: Rick Macklem AuthorDate: 2024-01-12 00:48:23 + Commit: Rick Macklem CommitDate: 2024-01-12 00

git: cc760de2183f - main - nfscl: Only update atime for Copy when noatime is not specified

2024-01-11 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=cc760de2183f9c9a4099783d3ff4c770521a4cb6 commit cc760de2183f9c9a4099783d3ff4c770521a4cb6 Author: Rick Macklem AuthorDate: 2024-01-12 00:38:33 + Commit: Rick Macklem CommitDate: 2024-01-12 00

git: cc760de2183f - main - nfscl: Only update atime for Copy when noatime is not specified

2024-01-11 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=cc760de2183f9c9a4099783d3ff4c770521a4cb6 commit cc760de2183f9c9a4099783d3ff4c770521a4cb6 Author: Rick Macklem AuthorDate: 2024-01-12 00:38:33 + Commit: Rick Macklem CommitDate: 2024-01-12 00

Re: [PATCH v3 3/3] x86/hyperv: Make encrypted/decrypted changes safe for load_unaligned_zeropad()

2024-01-11 Thread Edgecombe, Rick P
On Fri, 2024-01-05 at 10:30 -0800, mhkelle...@gmail.com wrote: >   * hv_vtom_set_host_visibility - Set specified memory visible to > host. >   * > @@ -521,7 +547,7 @@ static bool hv_vtom_set_host_visibility(unsigned > long kbuffer, int pagecount, bo >   > pfn_array =

Re: [blink-dev] Intent to Ship: Protected Audiences Negative Targeting

2024-01-11 Thread Rick Byers
LGTM3 On Wed, Jan 3, 2024 at 6:44 PM Mike Taylor wrote: > No concerns. LGTM2 > On 1/3/24 1:41 PM, Chris Harrelson wrote: > > LGTM1 > > On Wed, Jan 3, 2024 at 5:05 AM Orr Bernstein wrote: > >> Hi all, >> >> Thank you for your guidance here. I've updated the chromestatus entry to >> reflect the

Re: BBEdit 15.0 and Sonoma

2024-01-11 Thread Rick Yentzer
None here either! On Wednesday, January 10, 2024 at 8:18:59 PM UTC-5 Maxime Audet wrote: > No problem here! > > On Tuesday, January 9, 2024 at 9:58:41 PM UTC-5 Bruce Van Allen wrote: > >> None over here >> >> — Bruce >> >> _bruce__van_allen__santa_cruz_ca_ >> >> >> > On Jan 9, 2024, at 6:27 

Re: SSH tunneling for unattended process.

2024-01-11 Thread Rick Troth
bottom posting ... refreshing ... sincerely On 1/11/24 14:08, Jon Perryman wrote: On Thu, 11 Jan 2024 09:47:45 -0600, Kirk Wolf wrote: Did I say anything about using passwords for ssh? Again, this has nothing to do with your assertion that using tn3270 over a ssh tunnel would expose the

git: 6561a7141b56 - stable/13 - copy_file_range.2: Clarify that only regular files work

2024-01-10 Thread Rick Macklem
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=6561a7141b5603235d18538f6c66322ed7fc67d3 commit 6561a7141b5603235d18538f6c66322ed7fc67d3 Author: Rick Macklem AuthorDate: 2023-12-29 22:59:00 + Commit: Rick Macklem CommitDate: 2024-01

git: 5c4da68ad785 - stable/14 - copy_file_range.2: Clarify that only regular files work

2024-01-10 Thread Rick Macklem
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=5c4da68ad785e955976e7b73c281213abb85c23a commit 5c4da68ad785e955976e7b73c281213abb85c23a Author: Rick Macklem AuthorDate: 2023-12-29 22:59:00 + Commit: Rick Macklem CommitDate: 2024-01

Re: noatime on ufs2

2024-01-10 Thread Rick Macklem
so I patched the NFSv4 client. (I do not know if markj@'s patch did get committed). They also collectively thought that Linux did a poor job w.r.t. atime. rick > > --lyndon >

Re: [BVARC] New member

2024-01-10 Thread Rick Hiller via BVARC
Julio, Congrats. Enjoy the hobby. Don't be a stranger. jump on in, the air waves are fine. Lots of good folks in BVARC and they are full of knowledge. 73...Rick W5RH On Wed, Jan 10, 2024 at 12:37 PM Julio Cesar Lopez via BVARC < bvarc@bvarc.org> wrote: > Waiting for call s

Re: [blink-dev] Re: Intent to Ship: Import attributes 'with' syntax

2024-01-10 Thread Rick Byers
LGTM3 On Wed, Jan 10, 2024 at 11:57 AM Philip Jägenstedt wrote: > LGTM2 > > On Wed, Jan 10, 2024 at 5:16 PM Yoav Weiss wrote: > >> LGTM1 >> >> On Wed, Jan 10, 2024 at 5:08 PM Nicolò Ribaudo >> wrote: >> >>> > Like other JS language changes, I'm guessing we expect developers to >>> use UA

Re: [blink-dev] Intent to implement and ship: blocking=render on inline scripts

2024-01-10 Thread Rick Byers
en though that means another clean-up CL later. On Wed, Jan 10, 2024 at 10:44 AM Daniel Bratell wrote: > LGTM1 - I agree that this is small enough to just proceed. > > /Daniel > On 2024-01-10 16:40, Noam Rosenthal wrote: > > > > On Wed, Jan 10, 2024 at 3:32 PM Rick Byers w

Re: [blink-dev] Intent to Ship: CSS Pseudo Element ::backdrop inheriting from Originating Element

2024-01-10 Thread Rick Byers
Given how trivial and niche this is and that WebKit and Gecko have both shipped this without any apparent compat fallout, I agree the compat risk is very low. I'm ok treating it as a bugfix, but please circle back here (and consider using your killswitch) if you hear of any breakage in practice.

Re: [blink-dev] Intent to implement and ship: blocking=render on inline scripts

2024-01-10 Thread Rick Byers
with the implementation CL) before we approve please? Thanks, Rick On Mon, Jan 8, 2024 at 12:10 PM Noam Rosenthal wrote: > Contact emailsnrosent...@chromium.org > > ExplainerNone (this is a small change to an existing feature) > > Specificationhttps://github.com/whatwg/html/pull/10035 > > Summary > > Currently

Re: [blink-dev] Intent to Ship: Protected Audience Ad slot size in real-time bidding signals fetch and update more interest group fields

2024-01-10 Thread Rick Byers
Thanks, Rick On Fri, Jan 5, 2024 at 1:05 PM Paul Jensen wrote: > Contact emails > > pauljen...@chromium.org > > > Explainer > > Ad slot size in real-time bidding signals fetch: > https://github.com/WICG/turtledove/pull/928 > > Update more interest group fields

Re: [blink-dev] Intent to experiment - Wasm JavaScript Promise Integration

2024-01-10 Thread Rick Byers
o test out the functionality in a production environment. Can you elaborate? Thanks, Rick On Fri, Jan 5, 2024 at 12:28 PM Francis McCabe wrote: > Contact emails...@chromium.org > > Explainer > https://github.com/WebAssembly/js-promise-integration/blob/main/proposals/js-promise-i

Re: [blink-dev] Intent to Ship: WebGPU: separate Read-only depth-stencil

2024-01-10 Thread Rick Byers
Hi Corentin, This looks minor and probably pretty easy. But we do normally like to see spec PRs and tests land (or have a discussion around why they're blocked) before approving. Thoughts? Rick On Fri, Jan 5, 2024 at 8:18 AM Corentin Wallez wrote: > Contact emailscwal...@google.

Re: [Kea-users] DDNS remove domain included in fqdn option

2024-01-08 Thread Rick Frey
Per Kea docs, I believe kea will prefer the FQDN (81) option over the Hostname (12) option if both are provided from client. Once name is derived from either option, Kea then determines if name is fully qualified or a partial. In your case, it seems that Kea determines the value in FQDN

Re: [MBZ] OT: Okie EVs

2024-01-08 Thread Rick Knoble via Mercedes
Hmm. Interesting that you should mention that. Uncle Tony's Garage just put out a video on the very subject. He makes some very good points. https://youtu.be/GXFPxv7LOlg Rick ___ http://www.okiebenz.com To search list archives http://www.okiebenz.com/arch

Re: [Kea-users] Using kea-shell

2024-01-08 Thread Rick Frey
Connection refused would indicate that kea-shell is unable to connect to specified address and port. First step would be to verify the CA is listening on the address and port you are specifying as args to kea-shell. Is the CA listening on localhost (127.0.0.1 or ::1 if IPv6) and port 8000? In

Re: crash in QMLManager destructor

2024-01-08 Thread Rick Walsh via subsurface
; 2.5h - that's not bad at all. > > You should see a TestFlight notification (if you are part of the beta > testers for iOS). > The new version (6.0.5031.1) fixes the crash on exit on my iPhone SE 3rd gen. Cheers, Rick ___ subsurface

Re: OpenSSH CVE-2023-48795 vulnerability

2024-01-08 Thread Rick Troth
Thanks for the heads-up. I have added OpenSSH 9.6p1 to the Chicory collection. Sadly, I don't have a z/OS build system for that collection. (And if anyone can offer such, please pardon my sound-byte responses up to now.) Had to bump-up the minimum level of OpenSSL from 1.0.2 to 1.1.1. It

[BVARC] House Power Back-up -- Presentation at the BVARC Dec. Meeting

2024-01-08 Thread Rick Hiller via BVARC
ech/BackupPowerKI5MIK2.pdf> * Thank you, Mike, for your time and expertise. What a benefit to have it available to all. Thanks, Eddie! Enjoy all of the articles on the BVARC Tech pages from various club members....Rick W5RH Brazos Valley Amateur Radio Club

Re: SSH tunneling for unattended process.

2024-01-08 Thread Rick Troth
sh means "listen locally on TCP port 1234 and send that traffic to 192.168.1.1 on the remote end at port 4321. -R 2345:192.168.3.3:5432 in English means "listen on the remote end at TCP port 2345 and send that traffic to 192.168.3.3 on this end at port 5432. -- R; <>< On

Re: OpenSSH CVE-2023-48795 vulnerability

2024-01-08 Thread Rick Troth
Thanks! I don't see the artifacts for the 9.6p1 build. Do the project maintainers need to cut a release? -- R; <>< On 1/5/24 20:04, kekronbekron wrote: You could grab the latest (unsupported) release from this repo, once it's published. Here's a link to the pull request, which introduces

Re: Automatically indent python code

2024-01-08 Thread Rick Yentzer
Hi Claudio, I mainly use Black for Python formatting as well. They have nice documentation that shows how to customize its output. That may get you closer to what you want. https://black.readthedocs.io/en/stable/index.html On Wednesday, December 27, 2023 at 2:11:06 PM UTC-5 Todd Ingalls wrote:

Re: [MBZ] W163 License Plate Fasteners FUBAR

2024-01-07 Thread Rick Knoble via Mercedes
This looks like the way. You have to remove the hatch panel though. https://youtu.be/4Fft6_kngdU Rick From: mercedes@okiebenz.com Sent: January 7, 2024 4:37 PM To: mercedes@okiebenz.com Reply-to: mercedes@okiebenz.com Cc: rickkno...@hotmail.com Subject: Re: [MBZ] W163 License Plate Fasteners

Re: [MBZ] W163 License Plate Fasteners FUBAR

2024-01-07 Thread Rick Knoble via Mercedes
. Or, just use two bolts and call it good. Rick From: mercedes@okiebenz.com Sent: January 7, 2024 2:08 PM To: mercedes@okiebenz.com Reply-to: mercedes@okiebenz.com Cc: azbob...@gmail.com Subject: [MBZ] W163 License Plate Fasteners FUBAR Two of the four license plate fasteners on my ML350 have

Re: [BVARC] Why not to use XYL

2024-01-07 Thread Rick Hiller via BVARC
mailing list > BVARC@bvarc.org > http://mail.bvarc.org/mailman/listinfo/bvarc_bvarc.org > Publicly available archives are available here: > https://www.mail-archive.com/bvarc@bvarc.org/ > -- Rick Hiller *e-mail: rickhille...@gmail.com

Re: [Oorexx-devel] Question ad rexx.img

2024-01-07 Thread Rick McGuire
On Sun, Jan 7, 2024 at 1:21 PM Rony G. Flatscher wrote: > Is rexx.img dependent on the architecture and bitness? > Yes, it contains LOTS of binary data that depends on the bitness of the architecture. There are some bits that might even be dependent on the compiler used to compile the

Re: Are we missing updates to some registry for 10.17.1 release?

2024-01-07 Thread Rick Hillegas
Apache processes--but two months seems excessive. I don't know if some other authority needs to be updated. On 1/7/24 7:13 AM, Bryan Pendleton wrote: Hi Rick, The Apache automated tools think that the most recent Derby release was Derby 10.16. Is there a registry of Apache releases that we

Re: Topband: Lack of DX CW Activity

2024-01-06 Thread Richard (Rick) Karlquist
a fashion, but an old fashioned loading coil always works better than helically wound. Your suggestion about top loading wires is right on, though. 73 Rick N6RK _ Searchable Archives: http://www.contesting.com/_topband - Topband Reflector

Re: [PATCHv5 10/16] x86/tdx: Convert shared memory back to private on kexec

2024-01-05 Thread Edgecombe, Rick P
On Sat, 2024-01-06 at 03:59 +0300, kirill.shute...@linux.intel.com wrote: > But why? There's no concurrency at this point. Interrupts are > disabled and > only one CPU is active. Nobody can touch the memory relevant for the > PTE. Oh, right, sorry. I had thought there could be other CPUs active

[BVARC] Invitation: Greater Houston Hamfest @ Fri Mar 1 - Sat Mar 2, 2024 (bvarc@bvarc.org)

2024-01-05 Thread Rick Hiller via BVARC
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART;VALUE=DATE:20240301 DTEND;VALUE=DATE:20240303 DTSTAMP:20240105T222138Z ORGANIZER;CN=Rick Hiller:mailto:rickhille...@gmail.com UID:E8B3991D-4622-43F6-9814

Re: [PATCHv5 10/16] x86/tdx: Convert shared memory back to private on kexec

2024-01-05 Thread Edgecombe, Rick P
The break apart looks good. On Sat, 2023-12-23 at 02:52 +0300, Kirill A. Shutemov wrote: > +   while (addr < end) { > +   unsigned long size; > +   unsigned int level; > +   pte_t *pte; > + > +   pte = lookup_address(addr, ); > +   

Re: Content of /etc/ethers

2024-01-04 Thread Rick Thomas
Thank you for mentioning "dnsmasq". I do the same thing on my home network and it works very well. Rick On Wed, Jan 3, 2024, at 9:29 PM, Stefan Monnier wrote: >> Which tools read /etc/ethers, what do they expect in there, what do >> they do with the contents? > &

Re: [MBZ] What is the photographic trick? 2011 Mercedes-Benz e-class, $7, 000

2024-01-04 Thread Rick Knoble via Mercedes
F stop. Depth of field. Not sure if you can do it on a phone camera, but any DSLR will do it. Rick From: mercedes@okiebenz.com Sent: January 4, 2024 9:31 AM To: mercedes@okiebenz.com Reply-to: mercedes@okiebenz.com Cc: buggeredbenzm...@gmail.com Subject: [MBZ] What is the photographic trick

[Python] FlightServerBase how to use/test TLS

2024-01-04 Thread Rick Spencer
I am working on supporting TLS, and it looks like everything that I need is built into FlightServerBase. However, I am struggling to understand how it works, or how to test that it is working. For example, I don't understand why I can pass garbage in for the tls_certs, and still get results when

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

2024-01-03 Thread Rick Farina
commit: 3719f5cfec4ca504373c4c5eb8a2175defeb872a Author: Rick Farina gentoo org> AuthorDate: Wed Jan 3 19:30:18 2024 + Commit: Rick Farina gentoo org> CommitDate: Wed Jan 3 19:31:56 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3719f5c

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

2024-01-03 Thread Rick Farina
commit: 93f4a27eac174d7f2e8cc7fe3b25d781cbb4273b Author: Rick Farina gentoo org> AuthorDate: Wed Jan 3 19:10:42 2024 + Commit: Rick Farina gentoo org> CommitDate: Wed Jan 3 19:31:55 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f4a27

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

2024-01-03 Thread Rick Farina
commit: 974d910076d0c6944b603455b83c2bf40f9d6fa2 Author: Rick Farina gentoo org> AuthorDate: Wed Jan 3 19:10:16 2024 + Commit: Rick Farina gentoo org> CommitDate: Wed Jan 3 19:31:54 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974d910

[RE-wrenches] Amorphous PV

2024-01-03 Thread rick--- via RE-wrenches
Is anyone using amorphous PV for metal roof, residential applications? Looking for something similar to what Uni-Solar use to offer years ago. Thanks in advance, rick brown SolShine Energy Alternatives, LLC Electrical & Solar Contracting Services www.SolShineEnergy.com Roanoke, VA Of

[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/

2024-01-03 Thread Rick Farina
commit: 3b19eb93f6db6a8b8020504f4ba9295d82bddec6 Author: Rick Farina gentoo org> AuthorDate: Wed Jan 3 16:41:17 2024 + Commit: Rick Farina gentoo org> CommitDate: Wed Jan 3 16:41:17 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b19eb9

[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/

2024-01-03 Thread Rick Farina
commit: ec2eddc4f1bf53f02f724a1c3772b75ef992086b Author: Rick Farina gentoo org> AuthorDate: Wed Jan 3 16:41:50 2024 + Commit: Rick Farina gentoo org> CommitDate: Wed Jan 3 16:41:50 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2eddc

Re: RELENG_13 kernel breakage

2024-01-03 Thread Rick Macklem
Pointy hat goes on me. This should be fixed now, rick On Wed, Jan 3, 2024 at 5:56 AM Helge Oldach wrote: > > Hi Mike, > > mike tancsa wrote on Wed, 03 Jan 2024 14:47:31 +0100 (CET): > > Hi, > > > > Both my i386 and amd64 kernels wont build this AM. It seems

git: 71cfc19e024b - stable/13 - vfs_vnops.c: Fix cherry-pick of e7044084cf81

2024-01-03 Thread Rick Macklem
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=71cfc19e024bd68caf6bd2a4ec2e2e4fececf12d commit 71cfc19e024bd68caf6bd2a4ec2e2e4fececf12d Author: Rick Macklem AuthorDate: 2024-01-03 15:40:15 + Commit: Rick Macklem CommitDate: 2024-01

git: e7044084cf81 - stable/13 - vfs_vnops.c: Fix vn_generic_copy_file_range() for truncation

2024-01-02 Thread Rick Macklem
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=e7044084cf813bfb66cbea8e9278895b26eda5d2 commit e7044084cf813bfb66cbea8e9278895b26eda5d2 Author: Rick Macklem AuthorDate: 2023-12-31 23:55:24 + Commit: Rick Macklem CommitDate: 2024-01

git: 2f3ff6fe1a69 - stable/14 - vfs_vnops.c: Fix vn_generic_copy_file_range() for truncation

2024-01-02 Thread Rick Macklem
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=2f3ff6fe1a69ad5736e0d1d1575678c846e04402 commit 2f3ff6fe1a69ad5736e0d1d1575678c846e04402 Author: Rick Macklem AuthorDate: 2023-12-31 23:55:24 + Commit: Rick Macklem CommitDate: 2024-01

Re: Updates for our January report to the board please?

2024-01-02 Thread Rick Hillegas
Nothing from me. Thanks. On 1/1/24 3:51 PM, Bryan Pendleton wrote: Hi all, it is time for our January report to the board. Could you please send me any information about what the community has been working on over the last three months, so I can include them in the report? Two things I

[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/

2024-01-02 Thread Rick Farina
commit: 9af4de9760147a6d80fe072e5676ce843e1b1ba8 Author: Rick Farina gentoo org> AuthorDate: Tue Jan 2 18:06:54 2024 + Commit: Rick Farina gentoo org> CommitDate: Tue Jan 2 18:07:34 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af4de9

Re: [PATCH v2] org-id: allow using parent's existing id in links to headlines

2024-01-02 Thread Rick Lupton
ot;top-level\" means level 1." (the motivation for this is that when the buffer is narrowed to the subtree with the matching ID, the new heading will be created at the appropriate level). Best Rick

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

2024-01-01 Thread Rick Farina
commit: 6289a9b2915124599e3d2a8f24be94aa0556e4eb Author: Rick Farina gentoo org> AuthorDate: Tue Jan 2 03:04:08 2024 + Commit: Rick Farina gentoo org> CommitDate: Tue Jan 2 03:04:08 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6289a9b

git: 263ed87413ae - stable/12 - nfscl: Fix handling of expired Kerberos credentials (NFSv4.1/4.2)

2024-01-01 Thread Rick Macklem
The branch stable/12 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=263ed87413aece1786df7275cc541dad324c76a5 commit 263ed87413aece1786df7275cc541dad324c76a5 Author: Rick Macklem AuthorDate: 2023-12-26 22:33:39 + Commit: Rick Macklem CommitDate: 2024-01

git: c85ff48a092e - stable/13 - nfscl: Fix handling of expired Kerberos credentials (NFSv4.1/4.2)

2024-01-01 Thread Rick Macklem
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=c85ff48a092e4c5989f91a4a1ccf99441ffb3170 commit c85ff48a092e4c5989f91a4a1ccf99441ffb3170 Author: Rick Macklem AuthorDate: 2023-12-26 22:33:39 + Commit: Rick Macklem CommitDate: 2024-01

git: dabf1797a76a - stable/14 - nfscl: Fix handling of expired Kerberos credentials (NFSv4.1/4.2)

2024-01-01 Thread Rick Macklem
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=dabf1797a76a7c87b8f38fb300fb03f20cf6f973 commit dabf1797a76a7c87b8f38fb300fb03f20cf6f973 Author: Rick Macklem AuthorDate: 2023-12-26 22:33:39 + Commit: Rick Macklem CommitDate: 2024-01

git: 2319ca6a0181 - main - vfs_vnops.c: Fix vn_generic_copy_file_range() for truncation

2023-12-31 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=2319ca6a01816f7fc85d623097c639f239e18c6a commit 2319ca6a01816f7fc85d623097c639f239e18c6a Author: Rick Macklem AuthorDate: 2023-12-31 23:55:24 + Commit: Rick Macklem CommitDate: 2023-12-31 23

git: 2319ca6a0181 - main - vfs_vnops.c: Fix vn_generic_copy_file_range() for truncation

2023-12-31 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=2319ca6a01816f7fc85d623097c639f239e18c6a commit 2319ca6a01816f7fc85d623097c639f239e18c6a Author: Rick Macklem AuthorDate: 2023-12-31 23:55:24 + Commit: Rick Macklem CommitDate: 2023-12-31 23

Stus-List Re: C Racing Shirt - Size XL - Free (pay Shipping and Donation)

2023-12-31 Thread Rick Brass via CnC-List
re available. Hope you have a great New Year – even though you’ve become a stinkpotter. Rick Brass Imzadi C 38 mk2 #47 la Belle Aurore C 25 mk1 #225 Washington, NC From: Edd Schillay via CnC-List [mailto:cnc-list@cnc-list.com] Sent: Sunday, December 31, 2023 2:22 PM To: Stus-L

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

2023-12-30 Thread Rick Farina
commit: 978c6723b9497a207a553ab354936251abd61c71 Author: Rick Farina gentoo org> AuthorDate: Sun Dec 31 02:27:37 2023 + Commit: Rick Farina gentoo org> CommitDate: Sun Dec 31 02:31:59 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978c672

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

2023-12-30 Thread Rick Farina
commit: fa77e66fe7917586a584b1fd3ef5462a6a489c3f Author: Rick Farina gentoo org> AuthorDate: Sun Dec 31 02:31:37 2023 + Commit: Rick Farina gentoo org> CommitDate: Sun Dec 31 02:32:01 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa77e66

What's wrong with my TLS reasoning and FlightServerBase ?

2023-12-30 Thread Rick Spencer
I am working on supporting TLS, and it looks like everything that I need is built into FlightServerBase. However, I am struggling to understand how it works, or how to test that it is working. For example, I don't understand why I can pass garbage in for the tls_certs, and still get results when

[gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/

2023-12-30 Thread Rick Farina
commit: a9810a05d406f7ca728917f98707c09a60b66dfe Author: Rick Farina gentoo org> AuthorDate: Sat Dec 30 22:43:33 2023 + Commit: Rick Farina gentoo org> CommitDate: Sat Dec 30 22:50:20 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9810a05 ww

[gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/

2023-12-30 Thread Rick Farina
commit: f942a1d8a226113608a0b81cf1d6853dc7fe0735 Author: Rick Farina gentoo org> AuthorDate: Sat Dec 30 22:46:43 2023 + Commit: Rick Farina gentoo org> CommitDate: Sat Dec 30 22:50:21 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f942a1d8 ww

[gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/

2023-12-30 Thread Rick Farina
commit: da8e72e8bdef54389e112907e2e5b4d8a27e01cc Author: Rick Farina gentoo org> AuthorDate: Sat Dec 30 22:48:56 2023 + Commit: Rick Farina gentoo org> CommitDate: Sat Dec 30 22:50:22 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8e72e8 ww

[gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/

2023-12-30 Thread Rick Farina
commit: 884ea1a6a9c0621990418db5f38968b9cdf77afd Author: Rick Farina gentoo org> AuthorDate: Sat Dec 30 22:37:54 2023 + Commit: Rick Farina gentoo org> CommitDate: Sat Dec 30 22:50:19 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884ea1a6 ww

[gentoo-commits] repo/gentoo:master commit in: sys-apps/fwts/

2023-12-29 Thread Rick Farina
commit: ce0d6536cc59402682b39018e70014612c729148 Author: Rick Farina gentoo org> AuthorDate: Sat Dec 30 01:50:04 2023 + Commit: Rick Farina gentoo org> CommitDate: Sat Dec 30 01:51:32 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0d6536 sy

git: ef38bebcb57c - stable/14 - UPDATING: Add an entry for commit ba99d960884d

2023-12-29 Thread Rick Macklem
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=ef38bebcb57c661179cb7328c8d2db54ff5e99b1 commit ef38bebcb57c661179cb7328c8d2db54ff5e99b1 Author: Rick Macklem AuthorDate: 2023-12-29 23:28:23 + Commit: Rick Macklem CommitDate: 2023-12

git: ba99d960884d - stable/14 - param.h: Bump __FreeBSD_version to 1400503

2023-12-29 Thread Rick Macklem
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=ba99d960884d50eb7d36146914206644ee132aa4 commit ba99d960884d50eb7d36146914206644ee132aa4 Author: Rick Macklem AuthorDate: 2023-12-29 23:22:07 + Commit: Rick Macklem CommitDate: 2023-12

git: 925d9b3abac2 - stable/14 - nfscl: Make NFSv4.2 Copy set atime on infd

2023-12-29 Thread Rick Macklem
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=925d9b3abac22404d671d40be7b2166a534cc8f8 commit 925d9b3abac22404d671d40be7b2166a534cc8f8 Author: Rick Macklem AuthorDate: 2023-10-18 20:07:39 + Commit: Rick Macklem CommitDate: 2023-12

git: 2c83f1ada435 - stable/14 - mountd: Update exports.5 for commit 7c5146da1286

2023-12-29 Thread Rick Macklem
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=2c83f1ada4356e61b0a33314f3f02736d7a2fb14 commit 2c83f1ada4356e61b0a33314f3f02736d7a2fb14 Author: Rick Macklem AuthorDate: 2023-12-22 20:17:36 + Commit: Rick Macklem CommitDate: 2023-12

git: 84b4342c0d7a - main - copy_file_range.2: Clarify that only regular files work

2023-12-29 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=84b4342c0d7ac8a3187309a978d41e6765154cc1 commit 84b4342c0d7ac8a3187309a978d41e6765154cc1 Author: Rick Macklem AuthorDate: 2023-12-29 22:59:00 + Commit: Rick Macklem CommitDate: 2023-12-29 22

git: 84b4342c0d7a - main - copy_file_range.2: Clarify that only regular files work

2023-12-29 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=84b4342c0d7ac8a3187309a978d41e6765154cc1 commit 84b4342c0d7ac8a3187309a978d41e6765154cc1 Author: Rick Macklem AuthorDate: 2023-12-29 22:59:00 + Commit: Rick Macklem CommitDate: 2023-12-29 22

Re: [MBZ] Time for a dash cam

2023-12-29 Thread Rick Knoble via Mercedes
And one more, just because. https://youtu.be/lzdxCOvPq5Q?si=PhcCFGNqs-HCtC3c Rick From: mercedes@okiebenz.com Sent: December 29, 2023 3:46 PM To: mercedes@okiebenz.com Reply-to: mercedes@okiebenz.com Cc: rickkno...@hotmail.com Subject: Re: [MBZ] Time for a dash cam I watched a review

Re: [MBZ] Time for a dash cam

2023-12-29 Thread Rick Knoble via Mercedes
I watched a review of several dash cams a while ago and they all use the same imaging sensor for the most part. https://youtu.be/4AnyhHl3_tE A newer video. https://youtu.be/zcyaVWOiCwY Rick From: mercedes@okiebenz.com Sent: December 29, 2023 3:10 PM To: mercedes@okiebenz.com; davesl

Re: SSH tunneling for unattended process.

2023-12-29 Thread Rick Troth
s blog). Frank indicated that what he needs is unattended/automatic, easily supported using either method. Does that help? -- R; <>< On 12/29/23 09:20, kekronbekron wrote: Hi Rick/Frank, If you have time, could you explain more about this setup. I don't get what's desired.. On Friday

Re: SSH tunneling for unattended process.

2023-12-29 Thread Rick Troth
Hi Frank -- BT/DT and it works great. I took the usual means of capturing the host key of the target: signed on as the service account and ran 'ssh' interactively. Ever after, the client would not be prompted, but it would fail if the key changed. (And that's the point.) The client signed

Re: [Kea-users] CA HANDSHAKE_FAILED TLS failed with wrong version number

2023-12-28 Thread Rick Frey
Hello CS, It is helpful to know which version of Kea you are using. Based upon your earlier thread, assuming you are running Kea 2.2.0? As noted in the Kea documentation, TLS support is provided by the underlying crypto library used to build your package of Kea. See

Re: [MBZ] How is it I Have Never Seen This?

2023-12-27 Thread Rick Knoble via Mercedes
To answer the question "How is it I Have Never Seen This?" FBMP search engine sucks. It is quite possibly the worst platform for internet sales searching since Al Gore invented the internet. Rick ___ http://www.okiebenz.com To search list arc

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