top ARC stats are wrong

2020-10-18 Thread Eric van Gyzen
I would love to have 2 TB of RAM, but alas, I have a paltry 32 GB, and 
only 200 GB of disk used by ZFS:


ARC: 1860M Total, 612G MFU, K MRU, 1921G Anon, 12M Header, 157M Other

NAME SIZE  ALLOC   FREE
..   230G   178G  51.7G
..   298G  12.6G   285G

This is on r366500+84ccaf49083c-c272054.

I'll look into it when I have time, but that won't be soon.

Eric
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: bug in motd service / documentation

2020-10-18 Thread Warner Losh
On Sat, Oct 17, 2020 at 2:46 PM Dan Mack  wrote:

> On Sat, 17 Oct 2020, Dan Mack wrote:
>
> > I've been away for a while and missed the change and complexity added to
> > /etc/motd.   I figured it out but I was led astray by not knowing that
> it was
> > converted into a service that only runs at boot time.  If you just
> follow the
> > instructions in the template file, you will nothing changes.
> >
> > As a suggestion, maybe change this line in the /etc/motd.template file:
> >
> > Edit /etc/motd.template to change this login announcement.
> >
> > to:
> >
> > Edit /etc/motd.template to change this login announcement and
> > reboot or manually restart the motd service in /etc/rc.d/motd as in:
> >
> > /etc/rc.d/motd restart
> >
> > and also add an entry to the man page for motd.
> >
> > This was on:  FreeBSD boxolox 13.0-CURRENT FreeBSD 13.0-CURRENT #1
> >  r366790: Sat Oct 17 08:57:56 CDT 2020
>
> Instead of just complaining, I've attached a diff of a proposed
> fix.  Diff against base/head is here fwiw:
> https://github.com/danmack/freebsd/tree/motd-doc-fix


Thanks Dan. I'll commit this  if someone doesn't beat me to it.

Warner
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"