Re: Unable to build OpenBSD 6.6 libc on beaglebone black

2019-12-07 Thread Philip Guenther
On Sat, Dec 7, 2019 at 5:10 PM Jacob Adams wrote: > When trying to build libc with the latest security patch applied on my > beaglebone black, I was met with the following error: > > cc -O2 -pipe -g -Wimplicit -I/usr/src/lib/libc/include > -I/usr/src/lib/libc/hidden -D__LIBC__ >

Unable to build OpenBSD 6.6 libc on beaglebone black

2019-12-07 Thread Jacob Adams
When trying to build libc with the latest security patch applied on my beaglebone black, I was met with the following error: cc -O2 -pipe -g -Wimplicit -I/usr/src/lib/libc/include -I/usr/src/lib/libc/hidden -D__LIBC__ -Werror-implicit-function-declaration -include namespace.h

Re: Virtual machine and dhcp

2019-12-07 Thread Atanas Vladimirov
Hi Stuart, Thank you so much for pointing it to me. I have to re-read manual pages before asking questions here :) On 2019-12-07 16:32, Stuart Henderson wrote: On 2019-12-07, Atanas Vladimirov wrote: Bridge0 is my primary lan network where the VMs are connected and the only interface that

Re: Virtual machine and dhcp

2019-12-07 Thread Stuart Henderson
On 2019-12-07, Atanas Vladimirov wrote: > Bridge0 is my primary lan network where the VMs are connected and the > only interface that is configured with dhclient is em0 which is not part > of any bridge. The dhclient caveat doesn't apply to you then. > And in /etc/pf.conf > > ``` > set skip

Virtual machine and dhcp

2019-12-07 Thread Atanas Vladimirov
Hi, I red the FAQ about Virtualization and tried to set up "Option 4 - VMs as real hosts on the same network" with DHCP for VM My question is if the final note: ``` Note: If the host interface (em0 in the above example) is also configured using DHCP, dhclient(8) running on that interface may

Re: tmux: How to create a new window with the same path (from the current pane)

2019-12-07 Thread Atanas Vladimirov
On 2019-11-26 17:38, Anders Damsgaard wrote: * Atanas Vladimirov [2019-11-26 17:10:14 +0200]: So, if I understand your example right, I need to do something like `bind c new-window -c "$PWD"` in my .tmux.conf. The problem is that it works partially - if I'm in `/home//` and start tmux there,