Re: 'not a valid hostname' error in 'bsd.rd' when using ,htaccess authorization

2022-07-20 Thread Adriaan
On Wed, Jul 20, 2022 at 9:09 AM Alexander Hall wrote: > > > [snip] > >The password '=ilovefreya=' has a leading and trailing '='. Tomorrow I > >will eliminate those '='s and see whether that helps. > > See >

Re: 'not a valid hostname' error in 'bsd.rd' when using ,htaccess authorization

2022-07-20 Thread Adriaan
At about line 1422 of the install.sub the hostname is checked with a ksh specific pattern: cat -n install.sub | sed -ne '/?(http/p' 1422 ?(http?(s)://)+([A-Za-z0-9:.\[\]_-])) With sed(1) I added "@" to the pattern cat -n install.sub | sed -ne '/?(http/p' 1422

Re: No login prompt on console ttyC0 after boot when using "set tty com0"

2022-07-20 Thread Andrew Daugherity
On Wed, Jun 29, 2022 at 8:53 PM Ted Wynnychenko wrote: > > Hello > I was wondering if there is anything I could do to help figure this out. > I do not have the requisite knowledge to even begin to understand why the > kernel does not configure the vga output when boot.conf redirects to com0.

Re: OpenBSD hardware accelerated video? (In X on Intel/AMDGPU/ARM64)

2022-07-20 Thread Mihai Popescu
> With your email now however the original question remains: Does OpenBSD > actually support hardware accelerated video decoding today? General answer: NO. A more detailed answer is like this: there is a talk on the list about libvaapi (if i recall correctly) implementation for intel only. It

Re: Freeze on OpenBSD 7.1

2022-07-20 Thread Nicolas
Le 20/07/2022 à 09:20, Stuart Henderson a écrit : On 2022-07-20, Stuart Henderson wrote: On 2022-07-19, Zé Loff wrote: You have a single core machine with 2Gb RAM, and the data you sent seems to indicate that there is no free RAM left. Where are you seeing that? systat vm shows ~850MB free.

Re: OpenBSD hardware accelerated video? (In X on Intel/AMDGPU/ARM64)

2022-07-20 Thread Nick Holland
On 7/20/22 10:24 AM, Joseph wrote: Hi, Is there any hardware accelerated video decoding in OpenBSD today? E.g. in X on AMDGPU and Intel & ARM64 built-in graphics. My best understanding is that the X graphics rendering is indeed accelerated on those, but video decoding is not. HW accelerated

Re: Behringer UMC404HD USB soundcard with OpenBSD 7.1.

2022-07-20 Thread Alexandre Ratchov
On Sat, Jul 16, 2022 at 07:08:03PM +0200, Brian Durant wrote: > > On 7/16/22 6:26 PM, Alexandre Ratchov wrote: > > On Sat, Jul 16, 2022 at 05:37:35PM +0200, Brian Durant wrote: > > > On 7/16/22 3:54 PM, Alexandre Ratchov wrote: > > > > On Sat, Jul 16, 2022 at 03:36:18PM +0200, Brian Durant wrote:

Re: Freeze on OpenBSD 7.1

2022-07-20 Thread Zé Loff
On Wed, Jul 20, 2022 at 07:20:15AM -, Stuart Henderson wrote: > On 2022-07-20, Stuart Henderson wrote: > > On 2022-07-19, Zé Loff wrote: > >> You have a single core machine with 2Gb RAM, and the data you sent seems > >> to indicate that there is no free RAM left. > > > > Where are you seeing

Re: Freeze on OpenBSD 7.1

2022-07-20 Thread Stuart Henderson
On 2022-07-20, Stuart Henderson wrote: > On 2022-07-19, Zé Loff wrote: >> You have a single core machine with 2Gb RAM, and the data you sent seems >> to indicate that there is no free RAM left. > > Where are you seeing that? systat vm shows ~850MB free. No apparent mbuf leak. > No pool

Re: 'not a valid hostname' error in 'bsd.rd' when using ,htaccess authorization

2022-07-20 Thread Alexander Hall
On July 20, 2022 6:06:45 AM GMT+02:00, Adriaan wrote: >I am testing autoinstall for a VPS hosted in a datacenter. By using an >OpenBSD native VM on my desktop >I got all my issues with 'install.conf' and 'install.site' solved. > >To provide some access control I created an '.htaccess' file

Re: Freeze on OpenBSD 7.1

2022-07-20 Thread Stuart Henderson
On 2022-07-19, Zé Loff wrote: > You have a single core machine with 2Gb RAM, and the data you sent seems > to indicate that there is no free RAM left. Where are you seeing that? systat vm shows ~850MB free. No apparent mbuf leak. No pool allocation failures. -- Please keep replies on the