Re: Super Slow Bug

2024-02-08 Thread T.J. Townsend
> I dont feel like adding all the context because it spans two reddit posts,
> whoever gets this email sorry but here the reddit posts are:

do you really expect help with an email like this



Re: 7.0 ports.tar.gz missing leading ports/ directory name

2021-10-14 Thread T.J. Townsend
> ...following instructions (blindly I admit), I untarred ports.tar.gz
> directly into /usr and kinda messed it up.
> 
> This is different from 6.9 and prior.
> 
> Downloaded from ftp.openbsd.org and from a US mirror; checked on both.
> 
> Please note for other users!

A fixed file should be up now.

$ tar tzf ports.tar.gz | head -1
ports



Re: Kernel page fault in "sddetach -> bufq_destroy" during "bioctl -d"

2020-10-24 Thread T.J. Townsend
> 2020-10-24 16:41 GMT+02:00 Stefan Sperling :
> > On Sat, Oct 24, 2020 at 04:11:00PM +0200, Filippo Valsorda wrote:
> > > Fair enough, but "there's no auto-assembly and it's inefficient and
> > > nothing stops you from messing with the intermediate discipline" is a
> > > different kind of not supported than "you should expect kernel panics".
> > > 
> > > If the latter is the case, maybe it should be documented in the
> > > softraid(4) CAVEATS, as it breaks the sd(4) abstraction.
> > 
> > Neither Joel's mail nor the word "unsupported" imply a promise
> > that it will work without auto-assembly and with inefficient i/o.
> > 
> > Unsupported means unsupported. We don't need to list any reasons
> > for this in user-facing documentation.
> 
> I'm not suggesting justifying why, I am saying that softraid(4) is
> documented to assemble sd(4) devices into sd(4) devices. If it's
> actually "sd(4) devices that are not themselves softraid(4) backed",
> that would be worth documenting as it breaks the sd(4) abstraction.
> 
> Said another way, how was I supposed to find out this is unsupported?
> It's not like "a mirrored full-disk encrypted device" is an exotic
> configuration that would give me pause.

It's documented in the FAQ:

> Note that "stacking" softraid modes (mirrored drives and encryption,
> for example) is not supported at this time

https://www.openbsd.org/faq/faq14.html#softraidFDE



Re: FAQ XX.fs to XX.img

2020-09-26 Thread T.J. Townsend
> I was using the FAQ to remind myself how to download and install the new
> snapshots and noticed that the FAQ is still using the old XX.fs terminology
> rather than the new XX.img terminology.

The FAQ only covers the most recent release, which still uses .fs files.
I have these changes ready to go when 6.8 is released.