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
> https://github.com/openbsd/src/blob/636cc85955243f5226db2246a74229481ad6bac2/distrib/mini
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
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.
Look
> 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 wa
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.
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 v
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:
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
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 allocation
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 for
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 mailin
11 matches
Mail list logo