Re: OpenCV on 6.9 can't open camera

2021-08-10 Thread Kevin Lo
On Mon, Aug 09, 2021 at 11:56:36AM -0600, Jeff Ross wrote: > > Hi, > > I'm porting a python3 program I wrote for capturing jpegs from a USB based > webcam, using OpenCV for capture and post-processing.?? I was running this > on a RaspberryPi 3B+ under linux but I'm sick of battling crappy hardwar

Re: smtpd only Mail Server

2021-08-10 Thread artsi0m
Hello! >smtpd only mail server for 21 years. Why not use fdm ? As i know it is developed by OpenBSD members. >There is no man page for dkim, dmark and spf OpenBSD developers maintain man pages for base system mostly. I've never heard about ports maintainers editing port man page. >google is confusi

Re: ssh authlog: Failed none for invalid user

2021-08-10 Thread Darren Tucker
On Tue, 10 Aug 2021 at 09:06, Jordan Geoghegan wrote: > Hello, > > I was hoping somebody could set me straight here. On one of my machines I > have a number of entries in my /var/log/authlog file that look like this: > > Failed none for invalid user admin from 14.239.50.255 port 51796 > > The

Re: smtpd only Mail Server

2021-08-10 Thread latincom
> On Mon, 2021-08-09 at 20:02 -0700, latin...@vcn.bc.ca wrote: >> Hello >> >> i have had a smtpd only mail server for 21 years; but now i have a big >> problem related to dkim, dmarc, and spf. First, there is not man page, >> archives are not clear for me, google is confusing; but i have added the

Re: smtpd only Mail Server

2021-08-10 Thread Jan Stary
On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: > > - smtpd had its first commit in 2008 and back then was far from > > production ready: So are you using base smtpd, or sendmail, or > > something else? > > Yes, 2000 it was sendmail, nginx, apache, smtpd if i remember correctly; > but my questio

Re: smtpd only Mail Server

2021-08-10 Thread latincom
> On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: >> > - smtpd had its first commit in 2008 and back then was far from >> > production ready: So are you using base smtpd, or sendmail, or >> > something else? >> >> Yes, 2000 it was sendmail, nginx, apache, smtpd if i remember correctly; >> but my

Re: OpenCV on 6.9 can't open camera

2021-08-10 Thread Karsten Pedersen
> I'd appreciate anyone's thoughts on fixing this! Not sure if this is a solution for you (unless you want to faff with creating some minimal Python bindings) but I hacked at the OpenBSD /usr/X11R6/bin/video source code to create a quick standalone C API to be used as a library. Yes, it is probab

Re: smtpd only Mail Server

2021-08-10 Thread Martijn van Duren
On Tue, 2021-08-10 at 04:32 -0700, latin...@vcn.bc.ca wrote: > > On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: > > > > - smtpd had its first commit in 2008 and back then was far from > > > >   production ready: So are you using base smtpd, or sendmail, or > > > >   something else? > > > > > > Yes,

Re: OpenCV on 6.9 can't open camera

2021-08-10 Thread Jeff Ross
On 8/10/21 1:14 AM, Kevin Lo wrote: On Mon, Aug 09, 2021 at 11:56:36AM -0600, Jeff Ross wrote: Hi, OpenCV (installed from the package) doesn't seem to be able to open the camera. The camera (in this case for testing a Logitech C910) can be accessed no problem with ffplay, fswebcam and video(1).

Re: OpenCV on 6.9 can't open camera

2021-08-10 Thread Jeff Ross
On 8/10/21 6:22 AM, Karsten Pedersen wrote: I'd appreciate anyone's thoughts on fixing this! Not sure if this is a solution for you (unless you want to faff with creating some minimal Python bindings) but I hacked at the OpenBSD /usr/X11R6/bin/video source code to create a quick standalone C API

Re: smtpd only Mail Server

2021-08-10 Thread latincom
> On Tue, 2021-08-10 at 04:32 -0700, latin...@vcn.bc.ca wrote: >> > On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: >> > > > - smtpd had its first commit in 2008 and back then was far from >> > > >   production ready: So are you using base smtpd, or sendmail, or >> > > >   something else? >> > > >

SHA256 FAIL for miniroot69.img on ftp2.eu.openbsd.org

2021-08-10 Thread Mihai Popescu
I did some download from [1] and the SHA256 for miniroot69.img is FAIL. The files with _obsd trails are from [2] and they are verified OK. Build date: 1628609840 - Tue Aug 10 15:37:20 UTC 2021 [1] https://ftp2.eu.openbsd.org/ [2] https://ftp.openbsd.org/pub/OpenBSD/ $ sha256 -C SHA256 miniroot69.

Re: SHA256 FAIL for miniroot69.img on ftp2.eu.openbsd.org

2021-08-10 Thread Stuart Henderson
On 2021-08-10, Mihai Popescu wrote: > I did some download from [1] and the SHA256 for miniroot69.img is FAIL. > The files with _obsd trails are from [2] and they are verified OK. > Build date: 1628609840 - Tue Aug 10 15:37:20 UTC 2021 > > [1] https://ftp2.eu.openbsd.org/ > [2] https://ftp.openbsd.

Re: SHA256 FAIL for miniroot69.img on ftp2.eu.openbsd.org

2021-08-10 Thread Theo de Raadt
Stuart Henderson wrote: > I think it's most likely just that the mirror updated at an inconvenient > time, it happens fairly often with snapshots. I could slow down the pace of snapshot building. Like How about every two weeks? /sarc

Re: SHA256 FAIL for miniroot69.img on ftp2.eu.openbsd.org

2021-08-10 Thread Mihai Popescu
It's snapshots/amd64

Re: ssh authlog: Failed none for invalid user

2021-08-10 Thread Jordan Geoghegan
On 8/10/21 1:30 AM, Darren Tucker wrote: > On Tue, 10 Aug 2021 at 09:06, Jordan Geoghegan > wrote: > > Hello, > > I was hoping somebody could set me straight here. On one of my machines I > have a number of entries in my /var/log/authlog file that look like

Re: Transferring ownership of SSH connection from process A to B, letting A quit nicely?

2021-08-10 Thread mid
On Monday, August 9th, 2021 at 5:36 AM, Philip Guenther wrote: > If you're 100% sure you have it right, then it should be easy to provide a > program that demonstrates > 1. passing an fd between processes > 2. using it successfully in the receiving process > 3. the sending process exiting > 4

(bug?) relayd forward to directives interfering

2021-08-10 Thread Vladimir Nikishkin
Hello, everyon I have a super simple (sanitised) relayd.conf ``` $ext_ip = 192.168.1.1 table { 127.0.0.1 } table { 127.0.0.1 } http protocol "p-https" { tls session tickets tls keypair domain.example tls ca file "/etc/ssl/cert.pem" http websockets tcp { nodelay, sack, socket buffer 65536, bac