================================ Memory device exists ================================ Check if USB drive mounted ================================ USB Drive mounted here: /media/sda1-usb-SanDisk_Cruzer_G Start: Wed 18 Jul 16:30:37 UTC 2018 ================================ Hadware and Software information ================================ Hardware Information ---------------------------------- Hardware : BCM2835 Revision : a02082 Serial : 0000000096337140 Raspbian Version ---------------------------------- PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" NAME="Raspbian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" USB Device Information ---------------------------------- Bus 001 Device 004: ID 0781:5575 SanDisk Corp. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Memory Device Information ---------------------------------- Disk /dev/sda: 29.3 GiB, 31406948352 bytes, 61341696 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type /dev/sda1 32 61341695 61341664 29.3G c W95 FAT32 (LBA) ================================ Wifi Configuration details... ================================ Access point check ---------------------------------- Access point is switched on Access point Name and Channel Number ---------------------------------- ssid=PotatoPrime channel=6 Hostapd Status ---------------------------------- ● hostapd.service - LSB: Advanced IEEE 802.11 management daemon Loaded: loaded (/etc/init.d/hostapd; generated; vendor preset: enabled) Drop-In: /etc/systemd/system/hostapd.service.d └─autorestart_service.conf Active: active (running) since Wed 2018-07-18 16:30:13 UTC; 27s ago Docs: man:systemd-sysv-generator(8) CGroup: /system.slice/hostapd.service └─1386 /usr/local/bin/hostapd -B -P /var/run/hostapd.pid /etc/hostapd/hostapd.conf Jul 18 16:30:13 GoPiGo systemd[1]: Starting LSB: Advanced IEEE 802.11 management daemon... Jul 18 16:30:13 GoPiGo hostapd[1381]: Starting advanced IEEE 802.11 management: hostapd. Jul 18 16:30:13 GoPiGo systemd[1]: Started LSB: Advanced IEEE 802.11 management daemon. Jul 18 16:30:36 GoPiGo hostapd[1386]: wlan0: STA a4:17:31:a4:ea:47 IEEE 802.11: associated Jul 18 16:30:36 GoPiGo hostapd[1386]: wlan0: STA a4:17:31:a4:ea:47 RADIUS: starting accounting session 5B4F6B15-00000000 Dnsmasq Status ---------------------------------- ● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/dnsmasq.service.d └─autorestart_service.conf Active: active (running) since Wed 2018-07-18 16:30:00 UTC; 41s ago Main PID: 586 (dnsmasq) CGroup: /system.slice/dnsmasq.service └─586 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -r /run/dnsmasq/resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service --trust-anchor=.,19036,8,2,49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5 --trust-anchor=.,20326,8,2,e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d Jul 18 16:29:59 GoPiGo dnsmasq-dhcp[586]: DHCP, IP range 10.10.10.11 -- 10.10.10.20, lease time 12h Jul 18 16:29:59 GoPiGo dnsmasq[586]: using nameserver 8.8.4.4#53 Jul 18 16:29:59 GoPiGo dnsmasq[586]: using nameserver 8.8.8.8#53 Jul 18 16:29:59 GoPiGo dnsmasq[586]: read /etc/hosts - 7 addresses Jul 18 16:30:00 GoPiGo dnsmasq[587]: Too few arguments. Jul 18 16:30:00 GoPiGo systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server. Jul 18 16:30:36 GoPiGo dnsmasq-dhcp[586]: DHCPDISCOVER(wlan0) a4:17:31:a4:ea:47 Jul 18 16:30:36 GoPiGo dnsmasq-dhcp[586]: DHCPOFFER(wlan0) 10.10.10.16 a4:17:31:a4:ea:47 Jul 18 16:30:36 GoPiGo dnsmasq-dhcp[586]: DHCPREQUEST(wlan0) 10.10.10.16 a4:17:31:a4:ea:47 Jul 18 16:30:36 GoPiGo dnsmasq-dhcp[586]: DHCPACK(wlan0) 10.10.10.16 a4:17:31:a4:ea:47 Network Configuration ---------------------------------- # This file was created by the Dexter Industries cinch setup script # Do not change unless you really know what you are doing auto lo iface lo inet loopback # auto eth0 waits for Ethernet device for more than 2 minutes. # Ref: http://raspberrypi.stackexchange.com/questions/45399/slow-boot-ethernet-wait # auto eth0 # Ref for allow-hotplug:http://unix.stackexchange.com/questions/192671/what-is-a-hotplug-event-from-the-interface, # https://lists.debian.org/debian-doc/2008/02/msg00010.html, # https://www.debian.org/doc/manuals/debian-reference/ch05.en.html allow-hotplug eth0 # iface eth0 inet dhcp iface eth0 inet dhcp # Ref: http://blog.embeddedcoding.com/2015/06/how-to-avoid-dhcp-delay-if-ethernet-is.html # You can reduce boot delay by 10 secs by uncommenting the below line and commenting dhcp which allots Dynamic IP address to eth0. #iface eth0 inet manual auto wlan0 allow-hotplug wlan0 iface wlan0 inet static address 10.10.10.10 netmask 255.255.255.0 up iptables-restore < /etc/iptables.ipv4.cinch.nat ================================ Check for internet connectivity ================================ Access point is switched on No Internet connectivity ================================ System Log Messages ================================ Jul 18 16:30:44 GoPiGo systemd[1]: Listening on Syslog Socket. Jul 18 16:30:44 GoPiGo systemd[1]: Starting System Logging Service... Jul 18 16:30:44 GoPiGo liblogging-stdlog: [origin software="rsyslogd" swVersion="8.24.0" x-pid="2069" x-info="http://www.rsyslog.com"] start Jul 18 16:30:44 GoPiGo systemd[1]: Started System Logging Service. Jul 18 16:30:46 GoPiGo env[1662]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:30:46 GoPiGo env[1662]: WiFi Broadcasting SSID: PotatoPrime Jul 18 16:30:48 GoPiGo env[1662]: Traceback (most recent call last): Jul 18 16:30:48 GoPiGo env[1662]: File "", line 1, in Jul 18 16:30:48 GoPiGo env[1662]: File "", line 971, in _find_and_load Jul 18 16:30:48 GoPiGo env[1662]: File "", line 955, in _find_and_load_unlocked Jul 18 16:30:48 GoPiGo env[1662]: File "", line 656, in _load_unlocked Jul 18 16:30:48 GoPiGo env[1662]: File "", line 626, in _load_backward_compatible Jul 18 16:30:48 GoPiGo env[1662]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:30:48 GoPiGo env[1662]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:30:48 GoPiGo env[1662]: WiFi Not connected to a device Jul 18 16:30:48 GoPiGo systemd-timesyncd[320]: Timed out waiting for reply from 10.10.10.10:123 (3.debian.pool.ntp.org). Jul 18 16:30:50 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:30:51 GoPiGo env[1662]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:30:51 GoPiGo env[1662]: WiFi Broadcasting SSID: PotatoPrime Jul 18 16:30:51 GoPiGo jupyter[1661]: [W 16:30:51.777 LabApp] All authentication is disabled. Anyone who can connect to this server will be able to run code. Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.876 LabApp] JupyterLab beta preview extension loaded from /opt/miniconda3/lib/python3.6/site-packages/jupyterlab Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.877 LabApp] JupyterLab application directory is /opt/miniconda3/share/jupyter/lab Jul 18 16:30:51 GoPiGo jupyter[1661]: [W 16:30:51.914 LabApp] JupyterLab server extension not enabled, manually loading... Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.920 LabApp] JupyterLab beta preview extension loaded from /opt/miniconda3/lib/python3.6/site-packages/jupyterlab Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.920 LabApp] JupyterLab application directory is /opt/miniconda3/share/jupyter/lab Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.972 LabApp] Serving notebooks from local directory: /home/jupyter Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.973 LabApp] 0 active kernels Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.973 LabApp] The Jupyter Notebook is running at: Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.973 LabApp] http://0.0.0.0:8090/ Jul 18 16:30:51 GoPiGo jupyter[1661]: [I 16:30:51.974 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). Jul 18 16:30:51 GoPiGo jupyter[1661]: [W 16:30:51.977 LabApp] No web browser found: could not locate runnable browser. Jul 18 16:30:53 GoPiGo env[1662]: detect_devices.py - Found 1 connected devices. Jul 18 16:30:53 GoPiGo env[1662]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:30:53 GoPiGo env[1662]: WiFi Connected to a device Jul 18 16:30:53 GoPiGo env[1662]: Traceback (most recent call last): Jul 18 16:30:53 GoPiGo env[1662]: File "", line 1, in Jul 18 16:30:53 GoPiGo env[1662]: File "", line 971, in _find_and_load Jul 18 16:30:53 GoPiGo env[1662]: File "", line 955, in _find_and_load_unlocked Jul 18 16:30:53 GoPiGo env[1662]: File "", line 656, in _load_unlocked Jul 18 16:30:53 GoPiGo env[1662]: File "", line 626, in _load_backward_compatible Jul 18 16:30:53 GoPiGo env[1662]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:30:53 GoPiGo env[1662]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:30:56 GoPiGo env[1662]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:30:56 GoPiGo env[1662]: WiFi Broadcasting SSID: PotatoPrime Jul 18 16:30:57 GoPiGo dhclient[328]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1 Jul 18 16:30:57 GoPiGo sh[281]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1 Jul 18 16:30:58 GoPiGo env[1662]: detect_devices.py - Found 1 connected devices. Jul 18 16:30:58 GoPiGo env[1662]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:30:58 GoPiGo env[1662]: WiFi Connected to a device Jul 18 16:30:58 GoPiGo dhclient[328]: No DHCPOFFERS received. Jul 18 16:30:58 GoPiGo sh[281]: No DHCPOFFERS received. Jul 18 16:30:58 GoPiGo sh[281]: No working leases in persistent database - sleeping. Jul 18 16:30:58 GoPiGo dhclient[328]: No working leases in persistent database - sleeping. Jul 18 16:30:58 GoPiGo systemd[1]: Reloading OpenBSD Secure Shell server. Jul 18 16:30:58 GoPiGo sshd[2295]: /etc/ssh/sshd_config line 38: Deprecated option RSAAuthentication Jul 18 16:30:58 GoPiGo systemd[1]: Reloaded OpenBSD Secure Shell server. Jul 18 16:30:58 GoPiGo sshd[600]: /etc/ssh/sshd_config line 38: Deprecated option RSAAuthentication Jul 18 16:30:58 GoPiGo sh[281]: eth0=eth0 Jul 18 16:31:00 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:31:01 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:31:01 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:31:01 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:31:01 GoPiGo env[2308]: Continuous Logger Jul 18 16:31:01 GoPiGo env[2308]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G