Created
March 5, 2017 13:26
-
-
Save grahamperrin/bebd963c073fb0e9031c11be37b8a601 to your computer and use it in GitHub Desktop.
2017-03-05 adventures with OpenRC in TrueOS with routers, old and new – vaguely related to https://discourse.trueos.org/t/-/963/4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ifconfig | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=5259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO> | |
ether 58:20:b1:d8:f9:66 | |
inet6 fe80::5a20:b1ff:fed8:f966%em0 prefixlen 64 scopeid 0x1 | |
inet 193.62.168.100 netmask 0xffffff00 broadcast 193.62.168.255 | |
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> | |
media: Ethernet autoselect (100baseTX <full-duplex>) | |
status: active | |
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 | |
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> | |
inet6 ::1 prefixlen 128 | |
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 | |
inet 127.0.0.1 netmask 0xff000000 | |
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> | |
groups: lo | |
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
ether 94:65:9c:0f:c3:9b | |
inet 192.168.1.7 netmask 0xffffff00 broadcast 192.168.1.255 | |
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> | |
media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11a | |
status: associated | |
ssid piano channel 36 (5180 MHz 11a) bssid 58:1f:28:74:07:a8 | |
regdomain FCC country US authmode WPA2/802.11i privacy ON | |
deftxkey UNDEF TKIP 2:128-bit txpower 17 bmiss 10 mcastrate 6 | |
mgmtrate 6 scanvalid 60 wme roaming MANUAL | |
groups: wlan | |
$ route show default | |
route to: default | |
destination: default | |
mask: default | |
gateway: 192.168.1.1 | |
fib: 0 | |
interface: wlan0 | |
flags: <UP,GATEWAY,DONE,STATIC> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 1500 1 0 | |
$ drill pkg.cdn.trueos.org | |
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 14019 | |
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;; pkg.cdn.trueos.org. IN A | |
;; ANSWER SECTION: | |
pkg.cdn.trueos.org. 16293 IN CNAME pkg.pcbsd.scaleengine.net. | |
pkg.pcbsd.scaleengine.net. 4243 IN A 89.233.107.230 | |
;; AUTHORITY SECTION: | |
;; ADDITIONAL SECTION: | |
;; Query time: 2 msec | |
;; SERVER: 192.168.1.1 | |
;; WHEN: Sun Mar 5 08:49:30 2017 | |
;; MSG SIZE rcvd: 91 | |
$ sudo rc-service network restart | |
Password: | |
* WARNING: you are stopping a boot service | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/vboxnet stop | |
* Stopping vboxnet ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/sshd stop | |
* Stopping sshd ... | |
* Will stop /usr/sbin/sshd | |
* Will stop PID in pidfile `/var/run/sshd.pid' | |
* Will stop processes of `/usr/sbin/sshd' | |
* Sending signal 15 to PID 2278 ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/netmount stop | |
* Unmounting network filesystems ... | |
* Unmounting /autofs ... [ ok ] | |
* Unmounting /net ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network stop | |
Stopping wpa_supplicant. | |
Waiting for PIDS: 1154. | |
dhclient not running? (check /var/run/dhclient.wlan0.pid). | |
* Stopping Network: lo0 em0 wlan0. | |
Destroyed wlan(4) interfaces: wlan0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network start | |
Created wlan(4) interfaces: wlan0. | |
interface wlan0 removed | |
sendmsg on em0: No buffer space available | |
ifconfig: interface wlan0 does not exist | |
Starting wpa_supplicant. | |
/etc/rc.d/wpa_supplicant: WARNING: failed to start wpa_supplicant | |
* Starting Network: lo0 em0 wlan0. | |
* Caching service dependencies ... | |
$ * Caching service dependencies ... | |
* Caching service dependencies ... | |
* Caching service dependencies ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/sshd start | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/vboxnet start [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/netmount start | |
* Starting vboxnet ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network.wlan0 start | |
* Performing sanity check on sshd configuration. | |
* Mounting network filesystems ... [ ok ] | |
* Starting sshd ... | |
* start-stop-daemon: fopen `/var/run/sshd.pid': No such file or directory | |
* Detaching to start `/usr/sbin/sshd' ... [ ok ] | |
$ ifconfig | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=5259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO> | |
ether 58:20:b1:d8:f9:66 | |
inet 193.62.168.100 netmask 0xffffff00 broadcast 193.62.168.255 | |
inet6 fe80::5a20:b1ff:fed8:f966%em0 prefixlen 64 scopeid 0x1 | |
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> | |
media: Ethernet autoselect (100baseTX <full-duplex>) | |
status: active | |
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 | |
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> | |
inet6 ::1 prefixlen 128 | |
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 | |
inet 127.0.0.1 netmask 0xff000000 | |
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> | |
groups: lo | |
$ route show default | |
route: route has not been found | |
$ sudo nano /etc/rc.conf | |
GNU nano 2.7.4 File: /etc/rc.conf | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
$ route show default | |
route: route has not been found | |
$ ifconfig em0 | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=5259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO> | |
ether 58:20:b1:d8:f9:66 | |
inet 193.62.168.100 netmask 0xffffff00 broadcast 193.62.168.255 | |
inet6 fe80::5a20:b1ff:fed8:f966%em0 prefixlen 64 scopeid 0x1 | |
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> | |
media: Ethernet autoselect (100baseTX <full-duplex>) | |
status: active | |
$ sudo rc-service network.em0 restart | |
* Caching service dependencies ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network.em0 stop | |
* Stopping Network: em0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/routing staticstop | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network.em0 start | |
* Starting Network: em0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/bridge static | |
* Setting up bridge interfaces ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/routing static | |
* Starting routing ... [ ok ] | |
$ ifconfig wlan0 | grep associated | |
ifconfig: interface wlan0 does not exist | |
$ ifconfig em0 | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=5259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO> | |
ether 58:20:b1:d8:f9:66 | |
inet6 fe80::5a20:b1ff:fed8:f966%em0 prefixlen 64 scopeid 0x1 | |
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> | |
media: Ethernet autoselect (100baseTX <full-duplex>) | |
status: active | |
$ rc-status | grep crashed | |
bsdstats [ crashed ] | |
dhcpcd.wlan0 [ crashed ] | |
$ sudo rc-service dhcpcd.wlan0 stop | |
* Caching service dependencies ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/dhcpcd.wlan0 stop | |
* Stopping DHCP Client Daemon (wlan0) ... | |
* Will stop /usr/local/sbin/dhcpcd | |
* Will stop PID in pidfile `/var/run/dhcpcd-wlan0-4.pid' | |
* Will stop processes of `/usr/local/sbin/dhcpcd' | |
* start-stop-daemon: fopen `/var/run/dhcpcd-wlan0-4.pid': No such file or directory [ ok ] | |
$ rc-status | grep crashed | |
bsdstats [ crashed ] | |
$ route show default | |
route: route has not been found | |
$ rc-status | grep dhcp | |
dhcpcd.em0 [ inactive ] | |
$ sudo rc-service dhcpcd.em0 start | |
* WARNING: dhcpcd.em0 has already started, but is inactive | |
$ sudo rc-service dhcpcd.em0 activate | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/dhcpcd.em0 activate | |
* dhcpcd.em0: unknown function `activate' | |
$ date ; ifconfig em0 | grep "inet " | |
Sun 5 Mar 2017 08:54:33 GMT | |
$ sudo rc-service dhcpcd.em0 restart | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/dhcpcd.em0 stop | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/dhcpcd.em0 start | |
* WARNING: dhcpcd.em0 has started, but is inactive | |
$ date ; ifconfig em0 | grep "inet " | |
Sun 5 Mar 2017 08:54:47 GMT | |
$ sudo rc-service dhcpcd.em0 stop | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/dhcpcd.em0 stop | |
$ sudo rc-service dhcpcd.em0 start | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/dhcpcd.em0 start | |
* WARNING: dhcpcd.em0 has started, but is inactive | |
$ date ; ifconfig em0 | grep "inet " | |
Sun 5 Mar 2017 08:55:10 GMT | |
$ date ; time sudo rc-service network restart | |
Sun 5 Mar 2017 08:55:22 GMT | |
* WARNING: you are stopping a boot service | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/vboxnet stop | |
* Stopping vboxnet ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/sshd stop | |
* Stopping sshd ... | |
* Will stop /usr/sbin/sshd | |
* Will stop PID in pidfile `/var/run/sshd.pid' | |
* Will stop processes of `/usr/sbin/sshd' | |
* Sending signal 15 to PID 34859 ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/netmount stop | |
* Unmounting network filesystems ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network stop | |
* Stopping Network: lo0 em0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network start | |
Created wlan(4) interfaces: wlan0. | |
Starting wpa_supplicant. | |
* Starting Network: lo0 em0 wlan0. | |
* Caching service dependencies ... | |
15.47 real 0.39 user 0.94 sys | |
$ * Caching service dependencies ... | |
* Caching service dependencies ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/sshd start | |
* Performing sanity check on sshd configuration. | |
* Starting sshd ... | |
* start-stop-daemon: fopen `/var/run/sshd.pid': No such file or directory | |
* Detaching to start `/usr/sbin/sshd' ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/vboxnet start [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/netmount start | |
* Starting vboxnet ... | |
* Mounting network filesystems ... [ ok ] | |
$ route show default | |
route to: default | |
destination: default | |
mask: default | |
gateway: 192.168.1.1 | |
fib: 0 | |
interface: wlan0 | |
flags: <UP,GATEWAY,DONE,STATIC> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 1500 1 0 | |
$ sudo rc-service network.wlan0 stop | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network.wlan0 stop | |
Stopping wpa_supplicant. | |
Waiting for PIDS: 36665. | |
dhclient not running? (check /var/run/dhclient.wlan0.pid). | |
* Stopping Network: wlan0. | |
Destroyed wlan(4) interfaces: wlan0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/routing staticstop | |
$ route show default | |
route: route has not been found | |
$ date ; ifconfig em0 | grep "inet " | |
Sun 5 Mar 2017 08:56:31 GMT | |
$ grep -v \# /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
$ sudo nano /etc/rc.conf | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
[ Read 25 lines ] | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
[ Read 25 lines ] | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
GNU nano 2.7.4 File: /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
# https://gitter.im/trueos/Lobby?at=5884e387db9cafe9183d5d47 | |
# https://gitter.im/trueos/troubleshooting?at=5884e614d99b1dd03d30ef5f | |
# kldload_acpi_hp="acpi_hp" | |
# zfs_enable="YES" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
# dbus_enable="YES" | |
# https://github.com/trueos/freebsd/commit/0af2dbd9b11c7ac54baef4b3bcd762f85bd3a658 | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
# ifconfig_em0="193.62.168.100 netmask 255.255.255.0" | |
ifconfig_em0="DHCP" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
# sshd_enable="YES" | |
# vboxnet_enable="YES" | |
# kldload_nvidia="nvidia-modeset nvidia" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
$ grep -v \# /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
ifconfig_em0="DHCP" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
$ route show default | |
route: route has not been found | |
$ rc-service | grep dhcp | |
* rc-service: you need to specify a service | |
$ rc-status | grep dhcp | |
dhcpcd.em0 [ inactive ] | |
dhcpcd.wlan0 [ crashed ] | |
$ sudo rc-service dhcpcd.wlan0 stop | |
* Caching service dependencies ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/dhcpcd.wlan0 stop | |
* Stopping DHCP Client Daemon (wlan0) ... | |
* Will stop /usr/local/sbin/dhcpcd | |
* Will stop PID in pidfile `/var/run/dhcpcd-wlan0-4.pid' | |
* Will stop processes of `/usr/local/sbin/dhcpcd' | |
* start-stop-daemon: fopen `/var/run/dhcpcd-wlan0-4.pid': No such file or directory [ ok ] | |
$ sudo rc-service dhcpcd.em0 start | |
* WARNING: dhcpcd.em0 has already started, but is inactive | |
$ cat /etc/resolv.conf | |
$ date ; ifconfig em0 | grep "inet " | |
Sun 5 Mar 2017 08:59:42 GMT | |
$ sudo rc-service network restart | |
* WARNING: you are stopping a boot service | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/vboxnet stop | |
* Stopping vboxnet ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/sshd stop | |
* Stopping sshd ... | |
* Will stop /usr/sbin/sshd | |
* Will stop PID in pidfile `/var/run/sshd.pid' | |
* Will stop processes of `/usr/sbin/sshd' | |
* Sending signal 15 to PID 37466 ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/netmount stop | |
* Unmounting network filesystems ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network stop | |
dhclient not running? (check /var/run/dhclient.em0.pid). | |
* Stopping Network: lo0 em0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network start | |
Created wlan(4) interfaces: wlan0. | |
wpa_supplicant already running? (pid=39264). | |
* Starting Network: lo0 em0 wlan0. | |
$ * Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/sshd start | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/vboxnet start | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/netmount start | |
* Starting vboxnet ... | |
* Mounting network filesystems ... [ ok ] | |
* Performing sanity check on sshd configuration. | |
* Starting sshd ... | |
* start-stop-daemon: fopen `/var/run/sshd.pid': No such file or directory | |
* Detaching to start `/usr/sbin/sshd' ... [ ok ] | |
$ date ; ifconfig em0 | grep "inet " | |
Sun 5 Mar 2017 09:00:17 GMT | |
$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ date ; uptime | |
Sun 5 Mar 2017 09:21:17 GMT | |
9:21a.m. up 15 mins, 3 users, load averages: 1.49, 1.50, 1.00 | |
$ time route show default | |
route to: default | |
destination: default | |
mask: default | |
gateway: 192.168.1.1 | |
fib: 0 | |
interface: wlan0 | |
flags: <UP,GATEWAY,DONE,STATIC> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 1500 1 0 | |
5.00 real 0.00 user 0.00 sys | |
$ ifconfig | grep -v "ether " | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=5259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO> | |
inet6 fe80::5a20:b1ff:fed8:f966%em0 prefixlen 64 scopeid 0x1 | |
inet 192.168.2.74 netmask 0xffffff00 broadcast 255.255.255.255 | |
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> | |
media: Ethernet autoselect (100baseTX <full-duplex>) | |
status: active | |
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 | |
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> | |
inet6 ::1 prefixlen 128 | |
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 | |
inet 127.0.0.1 netmask 0xff000000 | |
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> | |
groups: lo | |
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
inet 192.168.1.7 netmask 0xffffff00 broadcast 192.168.1.255 | |
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> | |
media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g | |
status: associated | |
ssid piano channel 1 (2412 MHz 11g) bssid 58:1f:28:74:07:a4 | |
regdomain FCC country US authmode WPA2/802.11i privacy ON | |
deftxkey UNDEF TKIP 2:128-bit txpower 30 bmiss 10 scanvalid 60 | |
protmode CTS wme roaming MANUAL | |
groups: wlan | |
$ sudo rc-service network.wlan0 stop | |
Password: | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network.wlan0 stop | |
Stopping wpa_supplicant. | |
Waiting for PIDS: 893. | |
dhclient not running? (check /var/run/dhclient.wlan0.pid). | |
* Stopping Network: wlan0. | |
Destroyed wlan(4) interfaces: wlan0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/routing staticstop | |
$ rc-status | grep wlan | |
dhcpcd.wlan0 [ crashed ] | |
$ sudo rc-service dhcpcd.wlan0 stop | |
* Caching service dependencies ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/dhcpcd.wlan0 stop | |
* Stopping DHCP Client Daemon (wlan0) ... | |
* Will stop /usr/local/sbin/dhcpcd | |
* Will stop PID in pidfile `/var/run/dhcpcd-wlan0-4.pid' | |
* Will stop processes of `/usr/local/sbin/dhcpcd' | |
* start-stop-daemon: fopen `/var/run/dhcpcd-wlan0-4.pid': No such file or directory [ ok ] | |
$ date ; time route show default | |
Sun 5 Mar 2017 09:22:39 GMT | |
route: route has not been found | |
0.00 real 0.00 user 0.00 sys | |
$ cat /etc/resolv.conf | |
# Generated by resolvconf | |
domain Belkin | |
nameserver 192.168.2.1 | |
$ ifconfig em0 | grep -v "ether " | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=5259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO> | |
inet6 fe80::5a20:b1ff:fed8:f966%em0 prefixlen 64 scopeid 0x1 | |
inet 192.168.2.74 netmask 0xffffff00 broadcast 255.255.255.255 | |
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> | |
media: Ethernet autoselect (100baseTX <full-duplex>) | |
status: active | |
$ grep -v \# /etc/rc.conf | |
rc_verbose="YES" | |
rc_interactive="YES" | |
rc_depend_strict="YES" | |
rc_parallel="NO" | |
rc_crashed_start="YES" | |
rc_logger="YES" | |
rc_log_path="/var/log/rc.log" | |
kldload_i915kms="i915kms" | |
kldload_vbox="vboxdrv" | |
linux_enable="YES" | |
wlans_iwm0="wlan0" | |
ifconfig_em0="DHCP" | |
hostname="momh167-gjp4-hpelitebook850g2-trueos.university.brighton.ac.uk" | |
ifconfig_wlan0="WPA DHCP" | |
ifconfig_em0_ipv6="inet6 accept_rtadv" | |
vboxnet_enable="YES" | |
$ date ; time sudo rc-service network.em0 restart | |
Sun 5 Mar 2017 09:24:06 GMT | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network.em0 stop | |
dhclient not running? (check /var/run/dhclient.em0.pid). | |
* Stopping Network: em0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/routing staticstop | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network.em0 start | |
* Starting Network: em0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/bridge static | |
* Setting up bridge interfaces ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/routing static | |
* Starting routing ... [ ok ] | |
14.39 real 0.27 user 0.77 sys | |
$ date ; time route show default | |
Sun 5 Mar 2017 09:24:26 GMT | |
route to: default | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
15.01 real 0.00 user 0.00 sys | |
$ cat /etc/resolv.conf | |
# Generated by resolvconf | |
domain Belkin | |
nameserver 192.168.2.1 | |
$ ifconfig em0 | grep -v "ether " | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=5259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO> | |
inet6 fe80::5a20:b1ff:fed8:f966%em0 prefixlen 64 scopeid 0x1 | |
inet 192.168.2.74 netmask 0xffffff00 broadcast 255.255.255.255 | |
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> | |
media: Ethernet autoselect (100baseTX <full-duplex>) | |
status: active | |
$ date ; time route show default | |
Sun 5 Mar 2017 09:25:53 GMT | |
route to: default | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
15.02 real 0.00 user 0.00 sys | |
$ date ; time route show pkg.cdn.trueos.org | |
Sun 5 Mar 2017 09:26:21 GMT | |
route to: 89.233.107.230 | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
30.06 real 0.00 user 0.00 sys | |
$ drill pkg.cdn.trueos.org | |
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 42203 | |
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;; pkg.cdn.trueos.org. IN A | |
;; ANSWER SECTION: | |
pkg.cdn.trueos.org. 14048 IN CNAME pkg.pcbsd.scaleengine.net. | |
pkg.pcbsd.scaleengine.net. 1998 IN A 89.233.107.230 | |
;; AUTHORITY SECTION: | |
;; ADDITIONAL SECTION: | |
;; Query time: 6 msec | |
;; SERVER: 192.168.2.1 | |
;; WHEN: Sun Mar 5 09:26:55 2017 | |
;; MSG SIZE rcvd: 91 | |
$ sudo nano /etc/resolv.conf | |
GNU nano 2.7.4 File: /etc/resolv.conf | |
# Generated by resolvconf | |
domain Belkin | |
# nameserver 192.168.2.1 | |
nameserver 8.8.8.8 | |
nameserver 8.8.8.8 | |
$ date ; time route show pkg.cdn.trueos.org | |
Sun 5 Mar 2017 09:27:40 GMT | |
route to: PDX1-01.VideoCDN.ScaleEngine.net | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
0.22 real 0.00 user 0.00 sys | |
$ date ; time route show default | |
Sun 5 Mar 2017 09:27:45 GMT | |
route to: default | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
0.01 real 0.00 user 0.00 sys | |
$ sudo nano /etc/resolv.conf | |
GNU nano 2.7.4 File: /etc/resolv.conf | |
# Generated by resolvconf | |
domain Belkin | |
nameserver 192.168.2.1 | |
# nameserver 8.8.8.8 | |
# nameserver 8.8.8.8 | |
$ date ; time route show pkg.cdn.trueos.org | |
Sun 5 Mar 2017 09:28:01 GMT | |
route to: 89.233.107.230 | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
30.03 real 0.00 user 0.00 sys | |
$ cd /tmp | |
$ time fetch http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz | |
bitchx-1.2.1_1%2C1.txz 100% of 1017 kB 99 kBps 00m10s | |
10.31 real 0.02 user 0.01 sys | |
$ date ; time fetch http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz | |
Sun 5 Mar 2017 09:36:08 GMT | |
bitchx-1.2.1_1%2C1.txz 100% of 1017 kB 99 kBps 00m10s | |
10.31 real 0.00 user 0.03 sys | |
$ date ; time fetch -4 http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz | |
Sun 5 Mar 2017 09:36:27 GMT | |
bitchx-1.2.1_1%2C1.txz 100% of 1017 kB 98 kBps 00m10s | |
10.35 real 0.00 user 0.03 sys | |
$ date ; time fetch -6 http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz | |
Sun 5 Mar 2017 09:36:47 GMT | |
fetch: http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz: No route to host | |
0.01 real 0.00 user 0.00 sys | |
$ sudo nano /etc/resolv.conf | |
Password: | |
GNU nano 2.7.4 File: /etc/resolv.conf | |
# Generated by resolvconf | |
domain Belkin | |
# nameserver 192.168.2.1 | |
nameserver 8.8.8.8 | |
nameserver 8.8.8.8 | |
$ date ; time fetch -6 http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz | |
Sun 5 Mar 2017 09:37:25 GMT | |
fetch: http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz: No route to host | |
0.37 real 0.00 user 0.00 sys | |
$ date ; time route show default | |
Sun 5 Mar 2017 09:37:37 GMT | |
route to: default | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
0.01 real 0.00 user 0.00 sys | |
$ date ; time route show pkg.cdn.trueos.org | |
Sun 5 Mar 2017 09:37:50 GMT | |
route to: PDX1-01.VideoCDN.ScaleEngine.net | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
0.58 real 0.00 user 0.00 sys | |
$ date ; time fetch -6 http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz | |
Sun 5 Mar 2017 09:38:04 GMT | |
fetch: http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz: No route to host | |
0.03 real 0.00 user 0.00 sys | |
$ sudo rc-service network.wlan0 start | |
* Caching service dependencies ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network.wlan0 start | |
$ date ; rc-status | grep wlan | |
Sun 5 Mar 2017 09:38:35 GMT | |
$ ifconfig wlan0 | grep associate | |
ifconfig: interface wlan0 does not exist | |
$ date ; time sudo rc-service network restart | |
Sun 5 Mar 2017 09:39:03 GMT | |
* WARNING: you are stopping a boot service | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/vboxnet stop | |
* Stopping vboxnet ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/sshd stop | |
* Stopping sshd ... | |
* Will stop /usr/sbin/sshd | |
* Will stop PID in pidfile `/var/run/sshd.pid' | |
* Will stop processes of `/usr/sbin/sshd' | |
* Sending signal 15 to PID 2017 ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/netmount stop | |
* Unmounting network filesystems ... | |
* Unmounting /autofs ... [ ok ] | |
* Unmounting /net ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network stop | |
dhclient not running? (check /var/run/dhclient.em0.pid). | |
* Stopping Network: lo0 em0. | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/network start | |
Created wlan(4) interfaces: wlan0. | |
Starting wpa_supplicant. | |
* Starting Network: lo0 em0 wlan0. | |
* Caching service dependencies ... | |
* Caching service dependencies ... | |
14.92 real 0.47 user 0.91 sys | |
$ * Caching service dependencies ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /usr/local/etc/init.d/vboxnet start | |
* Starting vboxnet ... [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/sshd start [ ok ] | |
* Executing: /libexec/rc/sh/openrc-run.sh /libexec/rc/sh/openrc-run.sh /etc/init.d/netmount start | |
* Mounting network filesystems ... | |
* Performing sanity check on sshd configuration. [ ok ] | |
* Starting sshd ... | |
* start-stop-daemon: fopen `/var/run/sshd.pid': No such file or directory | |
* Detaching to start `/usr/sbin/sshd' ... [ ok ] | |
$ ifconfig wlan0 | grep associate | |
status: associated | |
$ date ; rc-status | grep wlan | |
Sun 5 Mar 2017 09:39:39 GMT | |
network.wlan0 [ started ] | |
dhcpcd.wlan0 [ started ] | |
$ date ; time route show pkg.cdn.trueos.org | |
Sun 5 Mar 2017 09:39:51 GMT | |
route to: 89.233.107.230 | |
destination: default | |
mask: default | |
gateway: 192.168.1.1 | |
fib: 0 | |
interface: wlan0 | |
flags: <UP,GATEWAY,DONE,STATIC> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 1500 1 0 | |
10.63 real 0.00 user 0.00 sys | |
$ date ; time fetch -6 http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz | |
Sun 5 Mar 2017 09:40:09 GMT | |
fetch: http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz: No route to host | |
0.00 real 0.00 user 0.00 sys | |
$ cat /etc/resolv.conf | |
# Generated by resolvconf | |
domain Belkin | |
search Belkin lan | |
nameserver 192.168.2.1 | |
nameserver 192.168.1.1 | |
$ date ; ifconfig | grep -v "ether " | |
Sun 5 Mar 2017 09:41:29 GMT | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=5259b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO> | |
inet6 fe80::5a20:b1ff:fed8:f966%em0 prefixlen 64 scopeid 0x1 | |
inet 192.168.2.74 netmask 0xffffff00 broadcast 255.255.255.255 | |
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> | |
media: Ethernet autoselect (100baseTX <full-duplex>) | |
status: active | |
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 | |
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> | |
inet6 ::1 prefixlen 128 | |
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 | |
inet 127.0.0.1 netmask 0xff000000 | |
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> | |
groups: lo | |
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
inet 192.168.1.7 netmask 0xffffff00 broadcast 192.168.1.255 | |
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> | |
media: IEEE 802.11 Wireless Ethernet OFDM/48Mbps mode 11g | |
status: associated | |
ssid piano channel 1 (2412 MHz 11g) bssid 58:1f:28:74:07:a4 | |
regdomain FCC country US authmode WPA2/802.11i privacy ON | |
deftxkey UNDEF TKIP 2:128-bit txpower 30 bmiss 10 scanvalid 60 | |
protmode CTS wme roaming MANUAL | |
groups: wlan | |
$ sudo nano /etc/resolv.conf | |
GNU nano 2.7.4 File: /etc/resolv.conf | |
nameserver 192.168.1.1 | |
$ date ; time fetch -6 http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz | |
Sun 5 Mar 2017 09:42:11 GMT | |
fetch: http://pkg.cdn.trueos.org/master/amd64/All/bitchx-1.2.1_1%2C1.txz: No route to host | |
0.00 real 0.00 user 0.00 sys | |
$ date ; time route show pkg.cdn.trueos.org | |
Sun 5 Mar 2017 09:42:18 GMT | |
route to: 89.233.107.230 | |
destination: default | |
mask: default | |
gateway: 192.168.2.1 | |
fib: 0 | |
interface: em0 | |
flags: <UP,GATEWAY,DONE,STATIC,FIXEDMTU> | |
recvpipe sendpipe ssthresh rtt,msec mtu weight expire | |
0 0 0 0 64 1 0 | |
0.21 real 0.00 user 0.00 sys | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment