Re: wrong memory stats with collectd

2019-09-26 Thread Stuart Henderson
On 2019-09-26, Predrag Punosevac  wrote:
> Hi, 
>
> I think I can confirm what you see on the bare metal system running 6.5
> with 16GB of RAM.  I use Observium to display statistics from all my
> servers including dozen or so OpenBSD servers. I see that the numbers
> recovered by SNMP walk from OpenBSD servers are consistent with vmstat
> numbers. However when I try to override default collectd.conf and report
> absolute number and percentage besides memory used I don't get a
> meaningful number.  Stuart Henderson @sthen is port maintainer and knows
> infinitely more about collectd than I. I hope he pitches in on the
> issue.
>
> Cheers,
> Predrag
>
>

The collectd port has no maintainer, and I know pretty much nothing
about it (the most I've done is a couple of minor fixes) ..




Re: IPv4 & IPv6 CIDR subnet calculator

2019-09-26 Thread Mark Jamsek
Hi Martin,

It is, yet IPv4 still traffics most of the Internet with 75% coverage, which
suggests IPv4 would be the prevalent use case. I mostly use it for IPv4.

But if IPv6 is the dominant use case, I can change it.

I initially thought to make it dynamically detect the version so you would
only need to enter the ipaddr/prefix irrespective of the address version. I
think this would be the best change.

In the meantime, you can always postfix the -6 if you forget:

netcalc 8c6b:dbfd:5c73:8f14:f815:a4a2:5dab:38b0/110 -6

works just the same.

Or simply alias it, which is what I've done:

$ type nc6
nc6 is an alias for 'netcalc -6'


Regards,

Mark Jamsek



--
Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html



Re: WLAN disconnects after a while

2019-09-26 Thread Roderick

On Thu, 26 Sep 2019, Roderick wrote:


Now I am waiting to see if the link gets lost.


rsu0: could not send join command
rsu0: could not send site survey command

--

# ifconfig rsu0
...
status: no network
...



Re: IPv4 & IPv6 CIDR subnet calculator

2019-09-26 Thread Mark Jamsek
Hi Martin,

Here you go:

https://jamsek.dev/resources/pub/netcalc/netcalc03.c

No switch needed for IPv4 or IPv6.


Regards,

Mark Jamsek



--
Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html