Hi,

on a rpi4/8GB, my rc.conf looks like so. It's an ipv4-only system on a LAN not directly connected to the internet

hostname="generic.home.arpa"
ifconfig_genet0="inet 192.168.1.199 netmask 255.255.255.0"
defaultrouter="192.168.1.1"
sshd_enable="YES"
sendmail_enable="NONE"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
growfs_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
ntpd_enable="YES"
ntpdate_enable="YES"

when it boots, the following appears in the serial console

###

Starting devd.
Autoloading module: uhid
Autoloading module: usbhid
Autoloading module: wmt
route: message indicates error: File exists
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add net default: gateway 192.168.1.1
route: bad keyword: inet6
route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args]
route: bad keyword: inet6
route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args]
route: bad keyword: inet6
route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args]
route: bad keyword: inet6
route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args]
route: bad keyword: inet6
route: usage: route [-j jail] [-46dnqtv] command [[modifiers] args]
Updating motd:.
Creating and/or trimming log files.

###

Why is it erroring for ipv6 when theres no ipv6 in rc.conf?
I've not tried an amd64 -current system yet.

--

Reply via email to