Re: df(1)s missing -m and -g options

2021-11-07 Thread Todd C . Miller
df honors the BLOCKSIZE environment variable so you can already do things like: $ BLOCKSIZE=1m df Filesystem 1M-blocks Used Avail Capacity Mounted on /dev/sd1a1008 175 78218%/ /dev/sd1m 124124 29107 8881025%/home

df(1)s missing -m and -g options

2021-11-07 Thread sbrk
>Synopsis: df(1) missing -m and -g options >Category: Userland >Environment: System : OpenBSD 7.0 Details : OpenBSD 7.0 (GENERIC.MP) #232: Thu Sep 30 14:25:29 MDT 2021

Re: df(1)s missing -m and -g options

2021-11-07 Thread Stuart Henderson
On 2021/11/07 16:07, s...@sdf.org wrote: > >Synopsis:df(1) missing -m and -g options > >Category:Userland > >Environment: > System : OpenBSD 7.0 > Details : OpenBSD 7.0 (GENERIC.MP) #232: Thu Sep 30 14:25:29 MDT > 2021 > >

Re: df(1)s missing -m and -g options

2021-11-07 Thread Crystal Kolipe
> df(1) is missing the standard options to display size units in > Megabytes or Gigabytes. alias df_m="df | perl -e '<>; print ("Filesystem1M-blocks Used Available Capacity Mounted on\n"); while ($i=<>) { $i =~ /^(.*?) +(\d+) +(\d+) +(\d+)(.*)/; printf ("%s % 13d % 10d

Re: df(1)s missing -m and -g options

2021-11-07 Thread Andrew Hewus Fresh
On Sun, Nov 07, 2021 at 07:46:37PM -0300, Crystal Kolipe wrote: > > df(1) is missing the standard options to display size units in > > Megabytes or Gigabytes. > > alias df_m="df | perl -e '<>; print ("Filesystem1M-blocks Used > Available Capacity Mounted on\n"); while

Ending X11 session causes keyboard to use wrong variant

2021-11-07 Thread Austin Gilbert
>Synopsis: Ending X11 session causes incorrect keyboard variant >Category: X11/xenomd >Environment: System : OpenBSD 7.0 Details : OpenBSD 7.0 (GENERIC.MP) #1: Fri Oct 29 12:04:07 MDT 2021

Kernel panics in OpenBSD 7.0 with veb rule filters

2021-11-07 Thread Renato Aguiar
OpenBSD 7.0 kernel panics when veb is used with a rule filter to tag packets coming from a vlan interface, for example: ifconfig veb0 rule pass in on vlan10 tag FOO I hit that issue initially while trying to replace bridge with veb on my OpenBSD router, but it can be easily reproduced in a VM

Re: Ending X11 session causes keyboard to use wrong variant

2021-11-07 Thread Anton Lindqvist
On Sun, Nov 07, 2021 at 08:08:38PM -0600, Austin Gilbert wrote: > >Synopsis:Ending X11 session causes incorrect keyboard variant > >Category:X11/xenomd > >Environment: > System : OpenBSD 7.0 > Details : OpenBSD 7.0 (GENERIC.MP) #1: Fri Oct 29 12:04:07 MDT 2021 >

Re: Kernel panics in OpenBSD 7.0 with veb rule filters

2021-11-07 Thread Stefan Sperling
On Mon, Nov 08, 2021 at 06:37:17AM +, Renato Aguiar wrote: > OpenBSD 7.0 kernel panics when veb is used with a rule filter to tag > packets coming from a vlan interface, for example: > > ifconfig veb0 rule pass in on vlan10 tag FOO > panic: kernel diagnostic assertion