Re: The simplest full cray data core with 3 cpu's and a physics hack that makes it work

2021-04-02 Thread Joe Davis
> On 2 Apr 2021, at 14:17, Benjamin Baier wrote: > > GPT-3 gone wild, or what? Definitely to late for Aprilfools-day. > If it’s GPT-3, it’s slipping.

Re: The simplest full cray data core with 3 cpu's and a physics hack that makes it work

2021-04-02 Thread Darren Tucker
On Sat, 3 Apr 2021 at 10:09, Balder Oddson wrote: [...] > Many old and cool antique architectures, Cray is the premiere > architecture, he promised 10x performance and did so, not likely to get > one on ebay to boot BSD on, not sure if you can get the OS or blueprints > either. > To drag this a

problems with outbound load-balancing (PF sticky-address for destination IPs)

2021-04-02 Thread Andy Lemin
Hi smart people :) The current implementation of ‘sticky-address‘ relates only to a sticky source IP. https://www.openbsd.org/faq/pf/pools.html This is used for inbound server load balancing, by ensuring that all socket connections from the same client/user/IP on the internet goes to the same

Re: The simplest full cray data core with 3 cpu's and a physics hack that makes it work

2021-04-02 Thread Balder Oddson
On Fri, Apr 02, 2021 at 02:39:42PM +0200, Balder Oddson wrote: > Made of three processing rings, with 3 control wires, direct opposite > ring segment, and its two neighbours, this is your double data rate, or > dead beef and the global clock. The local clock is the segment and its > immediate

speedtest-cli gives too bad result

2021-04-02 Thread Valdrin MUJA
Hi, I think speedtest-cli port is misbehaving.When i run speedtest-cli under OpenBSD OS it scores less then 40Mbit/s. But when i use this openbsd device as a router i can get the real internet speed which is 400mbit/s. (IP Forward + PF + NAT) I deployed an OpenBSD server on vultr.com assuming

Re: Performance Degradation And acpi0 CPU Usage

2021-04-02 Thread Daniel Wilkins
I think I've found a correlation: it seems like the system gets stuck in some sort of hard power save mode once the battery hits critical, even after plugging the charger in. Has anyone seen this behavior?

How I got iked in -current to work with iOS

2021-04-02 Thread Theodore Wynnychenko
Hi I had some time today, and decided to send this now. This is how I got OpenBSD's iked daemon (version in current about 3/28/2021) to work with Apple's iOS (iphone/ipad's) version (about) 14.4.2. Some prelude: So, I have no real reason to do this, other than that I want to. I think of it as a

Steve Vai froze my machine ... but most probably an amdgpu issue

2021-04-02 Thread rgc
On Wed, Feb 24, 2021 at 06:23:07AM +0900, rgc wrote: > On Fri, Feb 19, 2021 at 06:26:40AM +0900, rgc wrote: > > On Fri, Feb 12, 2021 at 07:02:41PM +0900, rgc wrote: > > shimer/flicker happened again once on 338. > zzz and wake-up again seems to restore things back to normal. > > updated to the

Re: The simplest full cray data core with 3 cpu's and a physics hack that makes it work

2021-04-02 Thread Benjamin Baier
GPT-3 gone wild, or what? Definitely to late for Aprilfools-day.

acme-client, error 21 at 0 depth lookup:unable to verify the first certificate

2021-04-02 Thread openbsd
Hello, I need some help to configure my acme-client the right way. Obtain certificates itself works using OpenBSD -current #434 from April 1st. I have a CAA record $ dig -t CAA our.bio-planet.earth +short 0 issue "letsencrypt.org" The configuration for httpd.conf and relayd.conf are taken

The simplest full cray data core with 3 cpu's and a physics hack that makes it work

2021-04-02 Thread Balder Oddson
Made of three processing rings, with 3 control wires, direct opposite ring segment, and its two neighbours, this is your double data rate, or dead beef and the global clock. The local clock is the segment and its immediate neighbours. Stack three of them, and add a dimension in the topology, and

Re: Iked windows client using certificates?

2021-04-02 Thread Stuart Henderson
On 2021-04-01, Justin Mayes wrote: > Hello everyone > > Just wanted to check my sanity after so many days. I have ikev2 setup working > for windows machine for a long time using the following. So, to repeat this > works, it connects fine. > > ikev2 passive esp \ > from 0.0.0.0/0 to

Using httpd to add ACME Challenge support to existing relayd setup

2021-04-02 Thread BergenBergen BergenBergen
Hi! I have some webapps that need Let's Encrypt certificates. I currently use relayd to forward matching hostnames to my Ruby on Rails ports (https://puma.io/), and was wondering what would be the ideal way of adding ACME Challenge support to this setup? So far I've added an ACME challenge