Re: [patch]: SSL_OP_NO_RENEGOTIATION vs SSL_OP_NO_CLIENT_RENEGOTIATION inconsistency

2023-02-05 Thread Theo Buehler
On Sun, Feb 05, 2023 at 03:59:38PM -0700, Ashlen wrote: > (Can CC to tech@ or elsewhere if needed, I didn't know if it belonged here or > there so I'm starting here) Please do not send patches to misc. Many of us don't have the time and nerves to dig through all the noise to see if there's anythin

Re: [patch]: SSL_OP_NO_RENEGOTIATION vs SSL_OP_NO_CLIENT_RENEGOTIATION inconsistency

2023-02-05 Thread Ashlen
Here's the other way of patching it. I don't like this way as much because it requires more work in the future (when updating unbound/nsd and ports). Index: usr.sbin/nsd/nsd-control.c === RCS file: /cvs/src/usr.sbin/nsd/nsd-control.c,

[patch]: SSL_OP_NO_RENEGOTIATION vs SSL_OP_NO_CLIENT_RENEGOTIATION inconsistency

2023-02-05 Thread Ashlen
(Can CC to tech@ or elsewhere if needed, I didn't know if it belonged here or there so I'm starting here) These files in the source tree are expecting SSL_OP_NO_RENEGOTIATION when only SSL_OP_NO_CLIENT_RENEGOTIATION is defined in lib/libssl/ssl.h. $ grep -Rl 'SSL_OP_NO_RENEGOTIATION' usr.sbin/un

Re: Calculating VMs/CPU

2023-02-05 Thread Mike Larkin
On Sun, Feb 05, 2023 at 10:12:39PM +, Mike Larkin wrote: > On Sun, Feb 05, 2023 at 03:53:34PM -0500, Nick Holland wrote: > > On 2/4/23 17:31, latin...@vcn.bc.ca wrote: > > > Hello misc > > > > > > i am building an only VMD server: > > > > > > How could calculate the relation: CPU, Ram, Storag

Re: Calculating VMs/CPU

2023-02-05 Thread Mike Larkin
On Sun, Feb 05, 2023 at 03:53:34PM -0500, Nick Holland wrote: > On 2/4/23 17:31, latin...@vcn.bc.ca wrote: > > Hello misc > > > > i am building an only VMD server: > > > > How could calculate the relation: CPU, Ram, Storage, VMs please? > > > > Thanks. > > PD: > > I have a Lenovo ThinkPad Edge 4

Re: Calculating VMs/CPU

2023-02-05 Thread Nick Holland
On 2/4/23 17:31, latin...@vcn.bc.ca wrote: Hello misc i am building an only VMD server: How could calculate the relation: CPU, Ram, Storage, VMs please? Thanks. PD: I have a Lenovo ThinkPad Edge 4 i3 cores, 500GB disk. 8GB Ram. This is kinda virtualization 101 stuff, not really specific to

Re: LAN slow speed transfer

2023-02-05 Thread Crystal Kolipe
On Sat, Feb 04, 2023 at 04:40:42PM +1100, Darren Tucker wrote: > On Fri, 3 Feb 2023 at 22:40, Crystal Kolipe > wrote: > > On Fri, Feb 03, 2023 at 10:33:16PM +1100, Darren Tucker wrote: > > > Fast ethernet (100base-T) uses pins 1, 2, 3 & 6 > [...] > > But the output from ifconfig does suggest that

Re: How to announce over OSPF only one IP address

2023-02-05 Thread Diederik Schouten
Hello, I’d check the databases on both sides. And flush/reload the config and fibs. Then check again which link state advertisements are in the database. To make sure you now get the /32 advertised. Sent from my iPhone > On 5 Feb 2023, at 21:15, Radek wrote: > > Hello Diederik, hello Tom, > t

Re: LAN slow speed transfer

2023-02-05 Thread vitmau...@gmail.com
Hi, I don't think my pf.conf will reveal the root of the problem because I never changed it, but maybe I'm wrong. Anyway, here it is: # $OpenBSD: pf.conf,v 1.55 2017/12/03 20:40:04 sthen Exp $ # # See pf.conf(5) and /etc/examples/pf.conf set skip on lo block return # block stateless traffic pass

Re: How to announce over OSPF only one IP address

2023-02-05 Thread Radek
Hello Diederik, hello Tom, this is a simple lab/testing configuration, that's why there is no "passive" and other... The purpose of this configuration is to allow access to certain IP address and restrict access to the rest of the subnet. I can use PF to block/pass what I need... but I'm trying m

Re: Calculating VMs/CPU

2023-02-05 Thread latincom
> On Sat, Feb 04, 2023 at 10:02:13PM -0800, latin...@vcn.bc.ca wrote: >> > On Sat, Feb 04, 2023 at 02:31:39PM -0800, latin...@vcn.bc.ca wrote: >> >> Hello misc >> >> >> >> i am building an only VMD server: >> >> >> >> How could calculate the relation: CPU, Ram, Storage, VMs please? >> >> >> >> Than

Re: Q: Error: mount_mfs: mmap: Cannot allocate memory

2023-02-05 Thread Crystal Kolipe
On Sun, Feb 05, 2023 at 06:05:22PM +0100, Why 42? The lists account. wrote: > mount_mfs: mmap: Cannot allocate memory ... > The fstab file contains this mount entry for tmp: > swap /tmp mfs rw,nodev,nosuid,-s=16777216 0 0 This is 8 Gb, which exceeds the default value for datasize for the daemon

XFCE screensaver strangeness ...

2023-02-05 Thread Why 42? The lists account.
Hi All, Recently I have noticed some XFCE screensaving weirdness e.g. The XFCE desktop seems to ignore my preference for xscreensaver, but rather always starts the xfce4-screensaver instead. Currently I think I have disabled both in my settings and yet the xfce saver is still getting started e

Q: Error: mount_mfs: mmap: Cannot allocate memory

2023-02-05 Thread Why 42? The lists account.
Hi All, After an update to a recent snapshot on my desktop system, I noticed these mount_mfs messages at boot time: /dev/sd0h (7a1775fef773535e.h): file system is clean; not checking /dev/sd1j (281ef747da03afe7.j): file system is clean; not checking /dev/sd1k (281ef747da03afe7.k): file system i

Re: LAN slow speed transfer

2023-02-05 Thread Stuart Henderson
On 2023-02-04, vitmau...@gmail.com wrote: > Here are those outputs you guys requested. Those state mismatches on > pfctl caught my attention, but I'm not sure about what they mean > exactly. Thank you for the help. It might help to show pf.conf then. If you're allowing it to create state on inte

Re: Unable to permanently mute OpenBSD keyboard

2023-02-05 Thread Cristian Danila
Many many thanks! It seems the solution is a combination of two commands and only working if added in rc.local(so no wsconsctl .conf) wsconsctl -f /dev/wskbd1 keyboard.bell.volume.default=0 wsconsctl -f /dev/wskbd1 keyboard.bell.volume=0 Thank you. On Sun, Feb 5, 2023 at 2:07 PM Crystal Kolipe

Re: Unable to permanently mute OpenBSD keyboard

2023-02-05 Thread Crystal Kolipe
On Sun, Feb 05, 2023 at 01:59:34PM +0200, Cristian Danila wrote: > After many tried and attempts, I was not able to find a way to permanently > disable openbsd keyboard "beep". Reading in different books about this: > > adding keyboard.bell.volume=0 into /etc/wsconsctl.conf > adding wsconsctl -f /

Unable to permanently mute OpenBSD keyboard

2023-02-05 Thread Cristian Danila
Hello, After many tried and attempts, I was not able to find a way to permanently disable openbsd keyboard "beep". Reading in different books about this: adding keyboard.bell.volume=0 into /etc/wsconsctl.conf adding wsconsctl -f /dev/wskbd1 keyboard.bell.volume=0 into /etc/rc.local Nothing reall