Re: devd on head -r338675 on aarch64 (Pine64+ 2GB example) gets during booting: "sh: /usr/libexec/hyperv/hyperv_vfattach: not found"

2018-09-14 Thread John Baldwin
On 9/14/18 11:24 AM, Mark Millard via freebsd-arm wrote:
> From the boot of the Pine64+ 2GB for -r338675:
> 
> . . .
> Starting devd.
> sh: /usr/libexec/hyperv/hyperv_vfattach: not found
> add host 127.0.0.1: gateway lo0 fib 0: route already in table
> . . .

I got the same error booting FreeBSD/riscv in qemu.

-- 
John Baldwin


___
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"


devd on head -r338675 on aarch64 (Pine64+ 2GB example) gets during booting: "sh: /usr/libexec/hyperv/hyperv_vfattach: not found"

2018-09-14 Thread Mark Millard
>From the boot of the Pine64+ 2GB for -r338675:

. . .
Starting devd.
sh: /usr/libexec/hyperv/hyperv_vfattach: not found
add host 127.0.0.1: gateway lo0 fib 0: route already in table
. . .

This seems to result from:

# grep -r hyperv_vfattach /etc/ | more
/etc/devd/hyperv.conf:# For transparent network VF, hyperv_vfattach does 
nothing and
/etc/devd/hyperv.conf:  action "/usr/libexec/hyperv/hyperv_vfattach $subsystem 
0";

But for the aarch64/pine64+ context there is only:

# ls -a /usr/libexec/hyperv/
.   ..

On amd64 that directory has content, including the file referenced.
aarch64/pine64+ is likely not unique in missing the files in
/usr/libexec/hyperv/ .


Context:

uname output:

# uname -apKU
FreeBSD pine64 12.0-ALPHA6 FreeBSD 12.0-ALPHA6 #6 r338675M: Thu Sep 13 18:48:05 
PDT 2018 
markmi@pine64:/usr/obj/cortexA53_clang/arm64.aarch64/usr/src/arm64.aarch64/sys/GENERIC-NODBG
  arm64 aarch64 1200084 1200084


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)

___
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"