Re: udp sendto performance

2021-07-06 Thread Stuart Henderson
On 2021-07-06, Philip Guenther wrote: > On Mon, Jul 5, 2021 at 3:56 PM Brian Empson wrote: > ... > >> I'm running 6.5, is there any significant performance improvements in >> the newer versions of OpenBSD that would improve sendto()'s performance? >> > > Yes. > > I'll suggest that before you do a

Re: Why 16 year old zlib 1.2.3 in OpenBSD 6.9 released May 2021 please?

2021-07-06 Thread Marc Espie
On Thu, Jun 24, 2021 at 02:56:16PM -0600, Theo de Raadt wrote: > > I think the easiest path here is to incorporate the new upstream into a > > port, unless someone is familiar with zlib and can cherrypick out the > > commit(s) that resolve the issue. (I didn't find zlib in ports already.) > > That

Re: how to use OpenBSD firewall (pf) to protect Ooma Telo VOIP phone system

2021-07-06 Thread Nicola Dell'Uomo
If you consider your voip box as a host which could be compromised because it runs old and/or insecure software, packet filtering can (in theory) help you a little bit by reducing the amount of exposed services, but it won't do more than that. Allowing traffic on network ports which corresponds

Adding Password Protection to Single User Mode

2021-07-06 Thread Valdrin MUJA
Hi Folks, I want to add a small password protection mechanism to "boot -s" (single-user mode). Therefore, I'm working on /sys/stand/boot/boot.c, I've written some code in boot.c, and run "make", "make obj", "make install" in /sys/. However, I couldn't enable my update "boot" binary on startup.

Re: Adding Password Protection to Single User Mode

2021-07-06 Thread Kevin Chadwick
On 7/6/21 12:27 PM, Valdrin MUJA wrote: > Hi Folks, > > I want to add a small password protection mechanism to > "boot -s" (single-user mode). > > Therefore, I'm working on /sys/stand/boot/boot.c, I've written > some code in boot.c, and run "make", "make obj", "make install" > in /sys/. However

Re: Adding Password Protection to Single User Mode

2021-07-06 Thread Christian Groessler
On 7/6/21 2:27 PM, Valdrin MUJA wrote: Hi Folks, I want to add a small password protection mechanism to "boot -s" (single-user mode). Therefore, I'm working on /sys/stand/boot/boot.c, I've written some code in boot.c, and run "make", "make obj", "make install" in /sys/. However, I couldn't

Re: Adding Password Protection to Single User Mode

2021-07-06 Thread Paul de Weerd
On Tue, Jul 06, 2021 at 12:27:03PM +, Valdrin MUJA wrote: | Hi Folks, | | I want to add a small password protection mechanism to | "boot -s" (single-user mode). | | Therefore, I'm working on /sys/stand/boot/boot.c, I've written | some code in boot.c, and run "make", "make obj", "make install

Importing files into shotwell

2021-07-06 Thread Raymond, David
I tried to import a .jpg file into shotwell from the file system, but all files (as opposed to directories) are grayed out and inaccessible in the shotwell import menu. Is this a bug or a feature? I'm using an up-to-date stable 6.9 version of the os with shotwell-0.30.11. David J. Raymond david.

Re: 6.9-BETA Installer crash

2021-07-06 Thread Chris Zakelj
On 2/22/2021 5:40 PM, Chris Cappuccio wrote: > Chris Cappuccio [ch...@nmedia.net] wrote: >> >> Looks like we have a problem with arc_marvell cards. I had one working >> but there may be different firmware, etc. >> >> Areca sent a newer patch to openbsd-tech in the last year or so which you >> shou

Re: how to use OpenBSD firewall (pf) to protect Ooma Telo VOIP phone system

2021-07-06 Thread Jonathan Thornburg
Hi Stuart, On Tue, Jul 06, 2021 at 08:23:06AM +1000, Stuart Longland wrote: > One thing the OpenBSD host cannot know, is what specific port in that > 1:3 range, is being used at any particular time. I note they > don't ask you to expose port 5060/udp, so presumably the device is > _not_ r

Re: Adding Password Protection to Single User Mode

2021-07-06 Thread Valdrin MUJA
Thanks for suggestions, I removed the "secure" from /etc/ttys but I can still use "boot -s" without password. Is this about console connection? Updated ttys file; # cat /etc/ttys | grep 115200 tty00 "/usr/libexec/getty std.115200" vt220off From: Paul de We

Re: Adding Password Protection to Single User Mode

2021-07-06 Thread Paul de Weerd
Hi Valdrin, On Wed, Jul 07, 2021 at 06:44:46AM +, Valdrin MUJA wrote: | Thanks for suggestions, | I removed the "secure" from /etc/ttys but I can still use "boot -s" | without password. Is this about console connection? Please carefully read https://man.openbsd.org/ttys.5: > secure If on i