ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
# Home in SF
ssid="jsqrd"
psk=<PASSWD>
priority=3
}
network={
ssid="James' iPhone"
psk=<PASSWD>
priority=2
}
network={
ssid="belkin.81c"
psk=<PASSWD>
priority=3
}
localhost avahi-daemon[1542]: No service file found in /etc/avahh
i/services.
traceroute google.com
edison@mursefree:~$ traceroute google.com
google.com: Name or service not known
Cannot handle "host" cmdline arg `google.com' on position 1 (argc 1)
traceroute 8.8.8.8
then
ping 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * 96.34.121.156 (96.34.121.156) 62.718 ms 64.437 ms
6 96.34.121.50 (96.34.121.50) 64.364 ms 19.527 ms 22.308 ms
7 96.34.1.4 (96.34.1.4) 38.176 ms 29.525 ms 45.807 ms
8 96.34.3.1 (96.34.3.1) 31.111 ms 44.475 ms 30.488 ms
9 72.14.220.11 (72.14.220.11) 24.882 ms 31.058 ms 35.225 ms
10 209.85.244.23 (209.85.244.23) 33.321 ms 209.85.241.171 (209.85.241.171) 24.058 ms 26.295 ms
11 216.239.49.121 (216.239.49.121) 31.903 ms 216.239.58.193 (216.239.58.193) 38.752 ms 64.233.174.43 (64.233.174.43) 36.874 ms
12 8.8.8.8 (8.8.8.8) 28.657 ms 41.342 ms 41.384 ms
/etc/hosts
ifconfig
, ifdown wlan0
, or ifup wlan0
give command not found
in the Edison?
sudo bash
first. Or go fix /etc/profile
sudo
d to run ifup
and ifdown
and on my Edison, when you sudo
it finds the commands.
/sbin
to my path to avoind annoyance.
units
device works on pump history, but for bg-targets, sensitivity and others, it always converts the units
sudo oref0-reset-usb
in my preflight alias. When I look through the cron log, I see it happening but it never fixes itself, it just keeps on saying that the carelink stick is failing.
Although when I'm looking through the cron logs, it says this:
dexie://JSON/iter_glucose/monitor/glucose.json
reporting monitor/glucose.json
pumpy://JSON/read_clock/monitor/clock.json
/usr/local/bin/mm-stick: line 119: /dev/fd/1: Permission denied
Power-cycling USB to fix dead Carelink stick
PREFLIGHT SLEEP
PREFLIGHT FAIL
No CGM data.
Is the permission denied there normally?
pi@raspberrypi:~/apsfallon $ openaps alias show preflight
preflight ! bash -c 'rm -f monitor/clock.json && openaps report invoke monitor/clock.json 2>/dev/null && grep -q T monitor/clock.json && echo PREFLIGHT OK || (mm-stick warmup || (sudo oref0-reset-usb && echo PREFLIGHT SLEEP && sleep 120); echo PREFLIGHT FAIL; exit 1)'
mm-stick warmup
interactively?