Screendumps from the framebuffer console

2023-01-27 Thread Crystal Kolipe
Whilst working on my console enhancement patches, I've frequently felt a need to produce a screendump of the console output. I took some time out to implement this functionality, and it's currently working well enough that it might be useful to other users, so feel free to have a look and send any

Re: Unbound fails to resolve some domains

2023-01-27 Thread Rodrigo Readi
2023-01-27 22:43 GMT, Zack Newman : >> Jan 27 20:59:41 nc10 unbound: [72478:0] error: udp connect failed: No >> route to host for 2001:4860:4802:36::a port 53 (len 28) >> Jan 27 20:59:41 nc10 unbound: [72478:0] error: udp connect failed: No >> route to host for 2001:4860:4802:32::a port 53 (len 28)

Re: Unbound fails to resolve some domains

2023-01-27 Thread Zack Newman
Jan 27 20:59:41 nc10 unbound: [72478:0] error: udp connect failed: No route to host for 2001:4860:4802:36::a port 53 (len 28) Jan 27 20:59:41 nc10 unbound: [72478:0] error: udp connect failed: No route to host for 2001:4860:4802:32::a port 53 (len 28) Jan 27 20:59:41 nc10 unbound: [72478:0] error:

Re: Unbound fails to resolve some domains

2023-01-27 Thread Rodrigo Readi
2023-01-27 7:09 GMT, Otto Moerbeek : > On Fri, Jan 27, 2023 at 01:26:10AM +, Rodrigo Readi wrote: > >> It still happens. But when I kill unbound and start it again, then >> resolves domains that previously did not resolve. ... > > Increase log level and look at the logs? Otherwise it's just a >

Re: Is nVidia ION 2 compatible with Openbsd 7.2?

2023-01-27 Thread Peter N. M. Hansteen
On Fri, Jan 27, 2023 at 05:27:33PM +, Nandor Vatai wrote: > Hi Guys > > Recently installed Openbsd the first time > Have trouble to make my Xorg work with a decent speed. > The machine has nVidia ION 2 graphics card which has a GT218 GPU. > According to the Openbsd website it should work. > Co

Re: Is nVidia ION 2 compatible with Openbsd 7.2?

2023-01-27 Thread deich...@placebonol.com
dmesg? On January 27, 2023 10:27:33 AM MST, Nandor Vatai wrote: >Hi Guys > >Recently installed Openbsd the first time >Have trouble to make my Xorg work with a decent speed. >The machine has nVidia ION 2 graphics card which has a GT218 GPU. >According to the Openbsd website it should work. >Could

Re: Is nVidia ION 2 compatible with Openbsd 7.2?

2023-01-27 Thread Claus Assmann
> Have trouble to make my Xorg work with a decent speed. > The machine has nVidia ION 2 graphics card which has a GT218 GPU. AFAIR nVidia cards are not well supported by Xorg anymore - you might want to search the mailing list archive for details. I bought some (used/old) ATi cards instead, e.g.,

Re: Is nVidia ION 2 compatible with Openbsd 7.2?

2023-01-27 Thread Antal Ispanovity
Hi, could you be more specific? What works and what doesn't? Antal On Fri, Jan 27, 2023, 6:34 PM Nandor Vatai wrote: > Hi Guys > > Recently installed Openbsd the first time > Have trouble to make my Xorg work with a decent speed. > The machine has nVidia ION 2 graphics card which has a GT218

Is nVidia ION 2 compatible with Openbsd 7.2?

2023-01-27 Thread Nandor Vatai
Hi Guys Recently installed Openbsd the first time Have trouble to make my Xorg work with a decent speed. The machine has nVidia ION 2 graphics card which has a GT218 GPU. According to the Openbsd website it should work. Could someone point to me to the right direction please what steps need to be

Re: ioctl BIOCVERSION command causes SIGABRT after pledge(2) with all promises from the manpage

2023-01-27 Thread Theo de Raadt
lroy hills wrote: > Thanks for the info. Does that mean there are some functions that aren't > covered by any of the available promises? If so I guess this ioctl() might be > an example. Intentionally. > I'm not actually trying to pledge everything - that was just me trying to find > out what

Re: ioctl BIOCVERSION command causes SIGABRT after pledge(2) with all promises from the manpage

2023-01-27 Thread roy hills
Thanks for the info. Does that mean there are some functions that aren't covered by any of the available promises? If so I guess this ioctl() might be an example. I'm not actually trying to pledge everything - that was just me trying to find out what promises I need so I added all of them. I was

Re: ioctl BIOCVERSION command causes SIGABRT after pledge(2) with all promises from the manpage

2023-01-27 Thread Theo de Raadt
pledge("everything", NULL) is not the same as not calling pledge. roy hills wrote: > I'm using pledge(2) to harden an application on OpenBSD, but cannot find > a promise that will allow it to run. Even after adding all the promises > listed in the pledge manpage (apart from "error") it still fa

Re: ioctl BIOCVERSION command causes SIGABRT after pledge(2) with all promises from the manpage

2023-01-27 Thread Stuart Henderson
On 2023-01-27, Ricardo Mestre wrote: > https://media.tenor.com/jGgmfDOxmuMC/ryan-reynolds-but-why.gif I'm not sure this is entirely helpful to someone who is coming from outside OpenBSD and learning how pledge works while helpfully upstreaming pledge support to their software... On 2023-01-

Re: ioctl BIOCVERSION command causes SIGABRT after pledge(2) with all promises from the manpage

2023-01-27 Thread Ricardo Mestre
https://media.tenor.com/jGgmfDOxmuMC/ryan-reynolds-but-why.gif

ioctl BIOCVERSION command causes SIGABRT after pledge(2) with all promises from the manpage

2023-01-27 Thread roy hills
I'm using pledge(2) to harden an application on OpenBSD, but cannot find a promise that will allow it to run. Even after adding all the promises listed in the pledge manpage (apart from "error") it still fails with SIGABRT. I'm calling this: pledge("stdio rpath wpath cpath dpath tmppath inet mca

Re: Unbound fails to resolve some domains

2023-01-27 Thread Stuart Henderson
On 2023-01-27, Rodrigo Readi wrote: > BTW, I am using Wifi with weak signal. Perhaps this plays a role? If you have packet loss then possibly, yes. Unbound caches information about hosts that it contacts ("infra-cache") and I'm not sure but this might possibly temporarily stop it from contacting

Re: Intel nic on Dell R710: failed to allocate interrupt slot for PIC msix

2023-01-27 Thread Wouter Prins
Hello, Ran into the same issues with a HP Gen-10 server (32 cores) and multiple Intel X710 (ixl) quad nics. Posted to bugs@ somewhere last year. :) /Wouter On Thu, Jan 26, 2023 at 9:15 AM Hrvoje Popovski wrote: > On 25.1.2023. 12:24, Joerg Streckfuss wrote: > > > > Dear List, > > > > we have