Last active
October 17, 2016 20:26
-
-
Save RobertCNelson/0bc85dbb347cb08c963e3a5a8936f572 to your computer and use it in GitHub Desktop.
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
| Oct 17 17:42:15 beaglebone kernel: g_multi gadget: high-speed config #1: Multifunction with RNDIS | |
| Oct 17 17:42:15 beaglebone kernel: IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready | |
| Oct 17 17:42:15 beaglebone connmand[334]: usb0 {add} route fe80:: gw :: scope 0 <UNIVERSE> | |
| Oct 17 17:42:15 beaglebone connmand[334]: usb0 {update} flags 69699 <UP,RUNNING,LOWER_UP> | |
| Oct 17 17:42:15 beaglebone connmand[334]: usb0 {newlink} index 3 address B0:D5:CC:FC:03:FE mtu 1500 | |
| Oct 17 17:42:15 beaglebone connmand[334]: usb0 {newlink} index 3 operstate 6 <UP> | |
| Oct 17 17:42:15 beaglebone connmand[334]: Ignoring interface usb0 (filtered) | |
| Oct 17 17:42:16 beaglebone avahi-daemon[367]: Joining mDNS multicast group on interface usb0.IPv6 with address fe80::b2d5:ccff:fefc:3fe. | |
| Oct 17 17:42:16 beaglebone avahi-daemon[367]: New relevant interface usb0.IPv6 for mDNS. | |
| Oct 17 17:42:16 beaglebone avahi-daemon[367]: Registering new address record for fe80::b2d5:ccff:fefc:3fe on usb0.*. | |
| Oct 17 17:42:20 beaglebone login[1265]: pam_unix(login:auth): check pass; user unknown | |
| Oct 17 17:42:20 beaglebone login[1265]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/ttyGS0 ruser= rhost= | |
| Oct 17 17:42:23 beaglebone login[1265]: FAILED LOGIN (1) on '/dev/ttyGS0' FOR 'UNKNOWN', Authentication failure | |
| Oct 17 17:42:52 beaglebone udhcpd[752]: Sending OFFER of 192.168.7.1 | |
| Oct 17 17:42:52 beaglebone udhcpd[752]: Sending ACK to 192.168.7.1 | |
| Oct 17 17:43:06 beaglebone udhcpd[752]: Sending ACK to 192.168.7.1 | |
| Oct 17 17:43:16 beaglebone systemd[1]: [email protected]: Service hold-off time over, scheduling restart. | |
| Oct 17 17:43:16 beaglebone systemd[1]: Stopped Serial Getty on ttyGS0. | |
| Oct 17 17:43:16 beaglebone systemd[1]: Started Serial Getty on ttyGS0. | |
| Oct 17 17:43:20 beaglebone udhcpd[752]: Sending ACK to 192.168.7.1 |
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
| voodoo@hades:~$ sudo ifconfig -a | |
| enxb0d5ccfc03fd: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
| ether b0:d5:cc:fc:03:fd txqueuelen 1000 (Ethernet) | |
| RX packets 29 bytes 5641 (5.5 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 0 bytes 0 (0.0 B) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
| voodoo@hades:~$ sudo dhclient enxb0d5ccfc03fd | |
| voodoo@hades:~$ sudo ifconfig -a | |
| enxb0d5ccfc03fd: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
| inet 192.168.7.1 netmask 255.255.255.252 broadcast 192.168.7.3 | |
| inet6 fe80::b2d5:ccff:fefc:3fd prefixlen 64 scopeid 0x20<link> | |
| ether b0:d5:cc:fc:03:fd txqueuelen 1000 (Ethernet) | |
| RX packets 34 bytes 6699 (6.5 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 72 bytes 14613 (14.2 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment