bwfm0 no networking when combined with trunk (Raspberry Pi 4)

2022-04-29 Thread David Demelier
Hello, I have setup a trunk combination on my Pi 4 to aggregate the ethernet port (bse0) with the wireless port (bwfm0) using the examples in the documentation: $ cat /etc/hostname.bse0 up $ cat /etc/hostname.bwfm0 join "MyAp" wpakey "blablabla" up $ cat /etc/hostname.trunk0 trunkproto failover

Re: clang 13 space issues with KARL

2022-04-29 Thread Mike Larkin
On Thu, Apr 28, 2022 at 07:57:20PM +0200, Peter J. Philipp wrote: > On Thu, Apr 28, 2022 at 11:47:14AM -0600, Theo de Raadt wrote: > > >On Thu, Apr 28, 2022 at 10:44:09AM -0600, Theo de Raadt wrote: > > >> If people built properly sized machines there would be no problem. > > > > > >That's a little

Re: vlan autoconf fails to conf at boot

2022-04-29 Thread Josh Grosse
On Fri, Apr 29, 2022 at 09:33:50PM -0700, George Morgan wrote: > I created a hostname.vlan10 file which has a single line: > > inet autoconf parent vge0 vnetid 10 lladdr ... > > At boot the interface fails to configure but after boot I can login to the > console and run "doas sh /etc/netstart" a

vlan autoconf fails to conf at boot

2022-04-29 Thread George Morgan
I created a hostname.vlan10 file which has a single line: inet autoconf parent vge0 vnetid 10 lladdr ... At boot the interface fails to configure but after boot I can login to the console and run "doas sh /etc/netstart" and the interface will configure. What am I doing wrong? Do I need to add

ldpd bridge question

2022-04-29 Thread Holger Glaess
hi can i use veb instead of the bridge interface in the ldpd config ? my mpw0 interface did not coming up. the destination is reachable ( test with ping and ssh works ) mpw0 is member of my veb100 interface. Holger /etc 38>ldpctl sh l2vpn ps Interface   Neighbor    PWID   Stat

Re: Font Path prompt in pkg_add

2022-04-29 Thread Christopher Turkel
Ah, I guessed it was a feature now and I like it, it just threw me the first time. On Friday, April 29, 2022, Marc Espie wrote: > On Thu, Apr 28, 2022 at 02:37:39PM -0500, Christopher Turkel wrote: > > I'm on OpenBSD AMD64 7.1, fresh install > > I noticed when adding fonts via pkg_add it no long

Re: Font Path prompt in pkg_add

2022-04-29 Thread Marc Espie
On Thu, Apr 28, 2022 at 02:37:39PM -0500, Christopher Turkel wrote: > I'm on OpenBSD AMD64 7.1, fresh install > I noticed when adding fonts via pkg_add it no longer prints out "You may > wish to" after installation is finished. It's related to the evolution of X windows. Quite a few years ago