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

2021-08-08 Thread Philip Guenther
On Sun, Aug 8, 2021 at 10:13 AM mid wrote: ... > I have tried sending the file descriptors associated with the connection > to process B via sendmsg, thinking that maybe the > file descriptors are reference-counted. It's a logical > assumption, but it didn't work - the connection closed with >

Re: Azure VMs

2021-08-08 Thread Brian Brombacher
> On Aug 8, 2021, at 9:15 PM, Steven Shockley > wrote: > > Does anyone know if OpenBSD still works in Azure? I found the docs on > uploading a VM, but they cover OpenBSD 6.1. I also found > https://github.com/Azure/WALinuxAgent/issues/1360, where someone was trying > to use 6.3 and

Azure VMs

2021-08-08 Thread Steven Shockley
Does anyone know if OpenBSD still works in Azure? I found the docs on uploading a VM, but they cover OpenBSD 6.1. I also found https://github.com/Azure/WALinuxAgent/issues/1360, where someone was trying to use 6.3 and unable to get networking functional. (The report was closed as

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

2021-08-08 Thread mid
Hello. I have an interesting conundrum I'm dealing with, and would like some ideas on getting it to work. I'm making a useless service for recreational purposes, and it involves holding many SSH connections at once. Ideally said service should be composed of only one process, accepting multiple

libusb1 and Yoctopuce USB sensors

2021-08-08 Thread Julian Smith
I've been trying to get a yoctopuce (https://www.yoctopuce.com/) USB sensor to work on OpenBSD, but have run into problems. The sensor has Linux code (https://github.com/yoctopuce/yoctolib_cpp.git) that uses libusb, but on OpenBSD using the libusb1 package, libusb_kernel_driver_active() and