Re: Openbsd 6.9 TCL ISSUE

2021-08-29 Thread Richard Toohey
On Wed, 25 Aug 2021 at 9:28 PM, Stuart Henderson wrote: > On 2021-08-24, Error@Oddprotocol wrote: > > hi all > > i have been trying to use some tcl script for an eggdrop on openbsd 6.9 > > and im getting the following error > > > > Error: error reading "sock7": Unknown error: 50327587 > > > > >

Re: Does anyone have experience with OpenBSD on SiFive Unmatched?

2021-08-29 Thread Mike Larkin
On Mon, Aug 30, 2021 at 03:25:42AM +, Joseph wrote: > > > In this moment on -current, how well does the SiFive Unmatched RISCV64 > > > board work? > > > > > > E.g. multiple core support, PCIe. > > > > Works fine. > > > > > E.g. multiple core support, PCIe. > > > > Works, and works. > > > > The

Re: Applying scan_ffs output to disklabel?

2021-08-29 Thread gwes
On 8/29/21 10:51 PM, Kenneth Gober wrote: On Sun, Aug 29, 2021 at 5:35 PM Jason Morris wrote: I'm in the process of recovering my drive (fat fingered dd and blew away the partitions). I've obtained the following output from scan_ffs but not sure how to apply this to recreate the disklabel.

Re: Sunday presentaion on OpenBSD

2021-08-29 Thread Chris Narkiewicz
On Sat, Aug 21, 2021 at 07:12:41PM -0600, Jonathan Drews wrote: > This Sunday Peter Hansteen will give a presentaion on OpenBSD: > > "Recent and not so recent changes in OpenBSD that make > life better" Any recording available? signature.asc Description: PGP signature

Re: Sunday presentaion on OpenBSD

2021-08-29 Thread Jonathan Drews
On Sun, Aug 29, 2021 at 11:52:57PM +0100, Chris Narkiewicz wrote: > On Sat, Aug 21, 2021 at 07:12:41PM -0600, Jonathan Drews wrote: > > This Sunday Peter Hansteen will give a presentaion on OpenBSD: > > > > "Recent and not so recent changes in OpenBSD that make > > life better" > > Any recording

Re: Applying scan_ffs output to disklabel?

2021-08-29 Thread Kenneth Gober
On Sun, Aug 29, 2021 at 5:35 PM Jason Morris wrote: > I'm in the process of recovering my drive (fat fingered dd and blew away > the partitions). I've obtained the following output from scan_ffs but not > sure how to apply this to recreate the disklabel. Running disklabel -R with > this output

(Feedback needed) openbsd and ulimits.

2021-08-29 Thread Vladimir Nikishkin
Hello, everyone. I found this problem when trying to write some go on OpenBSD: https://github.com/google/starlark-go/issues/382 OpenBSD enforces ulimits on virtual space, whereas many operating systems do not. `starlark`, as, in fact, many other pieces of software, casually allocate "all

Applying scan_ffs output to disklabel?

2021-08-29 Thread Jason Morris
Hi, I'm in the process of recovering my drive (fat fingered dd and blew away the partitions). I've obtained the following output from scan_ffs but not sure how to apply this to recreate the disklabel. Running disklabel -R with this output doesn't seem to work. fuguita# scan_ffs -lv sd2c block

Re: Determining real-time CPU usage of a process

2021-08-29 Thread Baptiste Jonglez
On 14-08-21, Jeremie Courreges-Anglas wrote: > On Sat, Aug 14 2021, Baptiste Jonglez wrote: > > Hello, > > Hi Baptiste, long time no see. :) Hi jca, indeed, good to talk to you :) Sorry for the late reply. > > I would like to determine the CPU usage of a process on a "real-time" > > basis.

Re: Accessing LAN behind gateway from Road Warrior on wg(4) based tunnel

2021-08-29 Thread Erling Westenvik
On Fri, Aug 27, 2021 at 07:36:21PM -, Stuart Henderson wrote: > On 2021-08-27, Erling Westenvik wrote: > > On Fri, Aug 27, 2021 at 02:20:29PM +0100, Zé Loff wrote: > >> > >> On Fri, Aug 27, 2021 at 03:03:36PM +0200, Erling Westenvik wrote: > >> > Hello all, > >> > I have successfully set up

Re: Does anyone have experience with OpenBSD on SiFive Unmatched?

2021-08-29 Thread Mike Larkin
On Sun, Aug 29, 2021 at 05:28:45AM +, Joseph wrote: > (In absence of an openbsd-riscv emailing list sending this to misc:) > > Hi all, > > In this moment on -current, how well does the SiFive Unmatched RISCV64 > board work? > Works fine. > E.g. multiple core support, PCIe. > Works, and

openbsd-riscv mailing list?

2021-08-29 Thread Joseph
Hi openbsd-misc ML, Is there any riscv emailing list yet to discuss riscv64? I see no emailing list discussion at all, however riscv64 arch support is there. I guess riscv will become more and more popular over time. Joseph References: http://www.openbsd.org/riscv64.html

Thanks for RISCV64!

2021-08-29 Thread Joseph
So happy to see RISCV64 supported. Greatest thanks to you who implemented it! http://www.openbsd.org/riscv64.html

Does anyone have experience with OpenBSD on SiFive Unmatched?

2021-08-29 Thread Joseph
(In absence of an openbsd-riscv emailing list sending this to misc:) Hi all, In this moment on -current, how well does the SiFive Unmatched RISCV64 board work? E.g. multiple core support, PCIe. The current installation instructions are the oneliner at http://www.openbsd.org/riscv64.html .