adafruit / adafruit-beaglebone-io-python

Adafruit's BeagleBone IO Python Library
http://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black
477 stars 217 forks source link

Unable to sample Analog input BB enhanced #329

Closed BlueskyEnergy closed 4 years ago

BlueskyEnergy commented 4 years ago

Hi,

this is the situation:


root@beaglebone:/opt# cat /boot/uEnv.txt
#Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0

uname_r=4.14.71-bone-rt-r17
#uuid=
#dtb=

###U-Boot Overlays###
###Documentation: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays
###Master Enable
enable_uboot_overlays=1
###
###Overide capes with eeprom

# universal for gpio's
uboot_overlay_addr0=/lib/firmware/cape-universalh-00A0.dtbo

# overlay for SPI bus on p9.28 - p9.31
#uboot_overlay_addr1=/lib/firmware/BB-SPIDEV1-00A0.dtbo

# overlay for 1-wire temperature on p8.12
uboot_overlay_addr2=/lib/firmware/BB-W1-P8.12-00A0.dtbo

# overlay for can bus on p9.24 and p9.26
#uboot_overlay_addr3=/lib/firmware/BB-CAN1-00A0.dtbo

# overlay for i2c on p9.19 and p9.20
#uboot_overlay_addr4=/lib/firmware/BB-I2C2-00A0.dtbo

###
###Additional custom capes
#uboot_overlay_addr4=/lib/firmware/cape-universal-00A0.dtbo
#uboot_overlay_addr5=/lib/firmware/<file5>.dtbo
#uboot_overlay_addr6=/lib/firmware/<file6>.dtbo
#uboot_overlay_addr7=/lib/firmware/<file7>.dtbo
###
###Custom Cape
#dtb_overlay=/lib/firmware/<file8>.dtbo
###
###Disable auto loading of virtual capes (emmc/video/wireless/adc)
#disable_uboot_overlay_emmc=1
disable_uboot_overlay_video=1
disable_uboot_overlay_audio=1
#disable_uboot_overlay_wireless=1
disable_uboot_overlay_adc=1
###
###PRUSS OPTIONS
###pru_rproc (4.4.x-ti kernel)
#uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo
###pru_rproc (4.14.x-ti kernel)
uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-14-TI-00A0.dtbo
###pru_uio (4.4.x-ti, 4.14.x-ti & mainline/bone kernel)
#uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo
###
###Cape Universal Enable
#enable_uboot_cape_universal=1
###
###Debug: disable uboot autoload of Cape
#disable_uboot_overlay_addr0=1
#disable_uboot_overlay_addr1=1
#disable_uboot_overlay_addr2=1
#disable_uboot_overlay_addr3=1
###
###U-Boot fdt tweaks... (60000 = 384KB)
#uboot_fdt_buffer=0x60000
###U-Boot Overlays###

cmdline=coherent_pool=1M net.ifnames=0 quiet

#In the event of edid real failures, uncomment this next line:
#cmdline=coherent_pool=1M net.ifnames=0 quiet video=HDMI-A-1:1024x768@60e

#Use an overlayfs on top of a read-only root filesystem:
#cmdline=coherent_pool=1M net.ifnames=0 quiet overlayroot=tmpfs

##enable Generic eMMC Flasher:
##make sure, these tools are installed: dosfstools rsync
##################cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh

#################cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
################cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
##############cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
#############cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
############cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
###########cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
##########cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
#########cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
########cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
#######cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
######cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
#####cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
####cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
###cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
##cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
#cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh

root@beaglebone:/opt# sudo /opt/scripts/tools/version.sh
git:/opt/scripts/:[e9bcff232834702c1c810710706ee815d77b080b]
eeprom:[A335BNLTSE0A2919BBE3E7CD]
model:[SanCloud_BeagleBone_Enhanced]:WiFi AP Broken on Mainline
dogtag:[BeagleBoard.org Debian Image 2018-08-30]
bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2018.03-00002-gac9cce7c6a]:[location: dd MBR]
kernel:[4.14.71-bone-rt-r17]
nodejs:[v6.17.0]
uboot_overlay_options:[enable_uboot_overlays=1]
uboot_overlay_options:[uboot_overlay_addr0=/lib/firmware/cape-universalh-00A0.dtbo]
uboot_overlay_options:[uboot_overlay_addr2=/lib/firmware/BB-W1-P8.12-00A0.dtbo]
uboot_overlay_options:[disable_uboot_overlay_video=1]
uboot_overlay_options:[disable_uboot_overlay_audio=1]
uboot_overlay_options:[disable_uboot_overlay_adc=1]
uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-14-TI-00A0.dtbo]
pkg check: to individually upgrade run: [sudo apt install --only-upgrade <pkg>]
pkg:[bb-cape-overlays]:[4.4.20191017.0-0rcnee0~stretch+20191017]
pkg:[bb-wl18xx-firmware]:[1.20190227.1-0rcnee0~stretch+20190227]
pkg:[kmod]:[23-2rcnee1~stretch+20171005]
pkg:[librobotcontrol]:[1.0.4-git20190227.1-0rcnee0~stretch+20190327]
pkg:[firmware-ti-connectivity]:[20180825+dfsg-1rcnee1~stretch+20181217]
groups:[debian : debian adm kmem dialout cdrom floppy audio dip video plugdev users systemd-journal i2c bluetooth netdev cloud9ide gpio pwm eqep admin spi tisdk weston-launch xenomai]
cmdline:[console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet]
dmesg | grep pinctrl-single
[    1.041985] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    1.377741] pinctrl-single 44e10800.pinmux: pin PIN107 already requested by ocp:P9_25_pinmux; cannot claim for 48038000.mcasp
[    1.389352] pinctrl-single 44e10800.pinmux: pin-107 (48038000.mcasp) status -22
[    1.396711] pinctrl-single 44e10800.pinmux: could not request pin 107 (PIN107) from group mcasp0_pins  on device pinctrl-single
[    1.480636] pinctrl-single 44e10800.pinmux: pin PIN40 already requested by ocp:P8_45_pinmux; cannot claim for 0-0070
[    1.491240] pinctrl-single 44e10800.pinmux: pin-40 (0-0070) status -22
[    1.497808] pinctrl-single 44e10800.pinmux: could not request pin 40 (PIN40) from group nxp_hdmi_bonelt_pins  on device pinctrl-single
dmesg | grep gpio-of-helper
[    1.052356] gpio-of-helper ocp:cape-universal: ready
END

Thank you for your help.
BlueskyEnergy commented 4 years ago

when I try to run: import Adafruit_BBIO.ADC as ADC ADC.setup()

read returns values 0-1.0

value = ADC.read("P9_40")

read_raw returns non-normalized value

value = ADC.read_raw("P9_40")

read returns values 0-1.0

value = ADC.read("P9_39")

read_raw returns non-normalized value

value = ADC.read_raw("P9_39")

It returns:

python test_adc.py

Traceback (most recent call last): File "test_adc.py", line 2, in ADC.setup() RuntimeError: Unable to setup ADC system. Possible causes are:

BlueskyEnergy commented 4 years ago
2523  execve("/usr/bin/python", ["python", "test_adc.py"], [/* 19 vars */]) = 0
2523  brk(NULL)                         = 0x1c5c000
2523  uname({sysname="Linux", nodename="beaglebone", ...}) = 0
2523  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2523  mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f14000
2523  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
2523  open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=31160, ...}) = 0
2523  mmap2(NULL, 31160, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6f0c000
2523  close(3)                          = 0
2523  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2523  open("/lib/arm-linux-gnueabihf/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
2523  read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\341F\0\0004\0\0\0"..., 512) = 512
2523  lseek(3, 105412, SEEK_SET)        = 105412
2523  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1560) = 1560
2523  lseek(3, 70056, SEEK_SET)         = 70056
2523  read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
2523  fstat64(3, {st_mode=S_IFREG|0755, st_size=106972, ...}) = 0
2523  mmap2(NULL, 143952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ecb000
2523  mprotect(0xb6edc000, 61440, PROT_NONE) = 0
2523  mmap2(0xb6eeb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0xb6eeb000
2523  mmap2(0xb6eed000, 4688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6eed000
2523  close(3)                          = 0
2523  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2523  open("/lib/arm-linux-gnueabihf/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
2523  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0`\t\0\0004\0\0\0"..., 512) = 512
2523  lseek(3, 8684, SEEK_SET)          = 8684
2523  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
2523  lseek(3, 8328, SEEK_SET)          = 8328
2523  read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=9804, ...}) = 0
2523  mmap2(NULL, 73912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6eb8000
2523  mprotect(0xb6eba000, 61440, PROT_NONE) = 0
2523  mmap2(0xb6ec9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb6ec9000
2523  close(3)                          = 0
2523  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2523  open("/lib/arm-linux-gnueabihf/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
2523  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\24\n\0\0004\0\0\0"..., 512) = 512
2523  lseek(3, 8720, SEEK_SET)          = 8720
2523  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
2523  lseek(3, 8364, SEEK_SET)          = 8364
2523  read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=9840, ...}) = 0
2523  mmap2(NULL, 73904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ea5000
2523  mprotect(0xb6ea7000, 61440, PROT_NONE) = 0
2523  mmap2(0xb6eb6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb6eb6000
2523  close(3)                          = 0
2523  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2523  open("/lib/arm-linux-gnueabihf/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
2523  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\220\30\0\0004\0\0\0"..., 512) = 512
2523  lseek(3, 70288, SEEK_SET)         = 70288
2523  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
2523  lseek(3, 69924, SEEK_SET)         = 69924
2523  read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=71408, ...}) = 0
2523  mmap2(NULL, 135464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e83000
2523  mprotect(0xb6e94000, 61440, PROT_NONE) = 0
2523  mmap2(0xb6ea3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0xb6ea3000
2523  close(3)                          = 0
2523  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2523  open("/lib/arm-linux-gnueabihf/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
2523  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0h=\0\0004\0\0\0"..., 512) = 512
2523  lseek(3, 422364, SEEK_SET)        = 422364
2523  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
2523  lseek(3, 422004, SEEK_SET)        = 422004
2523  read(3, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 53) = 53
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=423484, ...}) = 0
2523  mmap2(NULL, 487548, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e0b000
2523  mprotect(0xb6e72000, 61440, PROT_NONE) = 0
2523  mmap2(0xb6e81000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x66000) = 0xb6e81000
2523  close(3)                          = 0
2523  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2523  open("/lib/arm-linux-gnueabihf/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
2523  read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\331e\1\0004\0\0\0"..., 512) = 512
2523  lseek(3, 900076, SEEK_SET)        = 900076
2523  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2920) = 2920
2523  lseek(3, 896524, SEEK_SET)        = 896524
2523  read(3, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
2523  fstat64(3, {st_mode=S_IFREG|0755, st_size=902996, ...}) = 0
2523  mmap2(NULL, 972112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6d1d000
2523  mprotect(0xb6df6000, 61440, PROT_NONE) = 0
2523  mmap2(0xb6e05000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0xb6e05000
2523  mmap2(0xb6e08000, 9552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6e08000
2523  close(3)                          = 0
2523  mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f0a000
2523  set_tls(0xb6f0a4c0, 0xb6f0ab98, 0xb6f17050, 0xb6f0a4c0, 0xb6f17050) = 0
2523  mprotect(0xb6e05000, 8192, PROT_READ) = 0
2523  mprotect(0xb6e81000, 4096, PROT_READ) = 0
2523  mprotect(0xb6ea3000, 4096, PROT_READ) = 0
2523  mprotect(0xb6eb6000, 4096, PROT_READ) = 0
2523  mprotect(0xb6ec9000, 4096, PROT_READ) = 0
2523  mprotect(0xb6eeb000, 4096, PROT_READ) = 0
2523  mprotect(0x6f6000, 4096, PROT_READ) = 0
2523  mprotect(0xb6f16000, 4096, PROT_READ) = 0
2523  munmap(0xb6f0c000, 31160)         = 0
2523  set_tid_address(0xb6f0a068)       = 2523
2523  set_robust_list(0xb6f0a070, 12)   = 0
2523  rt_sigaction(SIGRTMIN, {sa_handler=0xb6ecf245, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0xb6d41fe1}, NULL, 8) = 0
2523  rt_sigaction(SIGRT_1, {sa_handler=0xb6ecf2e5, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0xb6d41fe1}, NULL, 8) = 0
2523  rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
2523  ugetrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
2523  ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2523  brk(NULL)                         = 0x1c5c000
2523  brk(0x1c7d000)                    = 0x1c7d000
2523  mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6cdd000
2523  fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
2523  fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
2523  fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
2523  fstat64(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
2523  stat64("/usr/local/sbin/python", 0xbee18938) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/bin/python", 0xbee18938) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/sbin/python", 0xbee18938) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/bin/python", {st_mode=S_IFREG|0755, st_size=2584724, ...}) = 0
2523  readlink("/usr/bin/python", "python2.7", 4096) = 9
2523  readlink("/usr/bin/python2.7", 0xbee199a8, 4096) = -1 EINVAL (Invalid argument)
2523  stat64("/usr/bin/Modules/Setup", 0xbee188a8) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/bin/lib/python2.7/os.py", 0xbee18898) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/bin/lib/python2.7/os.pyc", 0xbee18898) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/os.py", {st_mode=S_IFREG|0644, st_size=25910, ...}) = 0
2523  stat64("/usr/bin/pybuilddir.txt", 0xbee188a8) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/bin/lib/python2.7/lib-dynload", 0xbee188a8) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d41fd1}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGXFSZ, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d41fd1}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  getpid()                          = 2523
2523  rt_sigaction(SIGHUP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGTRAP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGABRT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGBUS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGFPE, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGKILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGUSR1, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGSEGV, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGUSR2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGPIPE, NULL, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d41fd1}, 8) = 0
2523  rt_sigaction(SIGALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGSTKFLT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGCHLD, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGCONT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGSTOP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGTSTP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGTTIN, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGTTOU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGURG, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGXCPU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGXFSZ, NULL, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d41fd1}, 8) = 0
2523  rt_sigaction(SIGVTALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGPROF, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGWINCH, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGIO, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGPWR, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGSYS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_3, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_4, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_5, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_6, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_7, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_8, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_9, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_10, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_11, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_12, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_13, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_14, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_15, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_16, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_17, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_18, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_19, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_20, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_21, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_22, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_23, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_24, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_25, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_26, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_27, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_28, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_29, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_30, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_31, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGRT_32, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  rt_sigaction(SIGINT, {sa_handler=0x59319d, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d41fd1}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2523  stat64("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
2523  stat64("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
2523  stat64("/usr/lib/python2.7/site", 0xbee19850) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/site.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/site.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sitemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/site.py", O_RDONLY|O_LARGEFILE) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=19947, ...}) = 0
2523  open("/usr/lib/python2.7/site.pyc", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=19535, ...}) = 0
2523  read(4, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\1\0\0d\0"..., 4096) = 4096
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=19535, ...}) = 0
2523  brk(0x1ca2000)                    = 0x1ca2000
2523  read(4, "\0(\0\0\0\0s\32\0\0\0/usr/lib/python2.7/si"..., 12288) = 12288
2523  read(4, "scii', but if you're willing to "..., 4096) = 3151
2523  read(4, "", 4096)                 = 0
2523  mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6c9d000
2523  close(4)                          = 0
2523  stat64("/usr/lib/python2.7/os", 0xbee19518) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/os.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/os.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/osmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/os.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=25910, ...}) = 0
2523  open("/usr/lib/python2.7/os.pyc", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=25583, ...}) = 0
2523  read(5, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\372\6\0\0d\0"..., 4096) = 4096
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=25583, ...}) = 0
2523  read(5, "  N(\t\0\0\0R\t\0\0\0t\5\0\0\0splitt\6\0\0\0exis"..., 20480) = 20480
2523  read(5, "R\31\0\0\0(X\0\0\0t\7\0\0\0__doc__RO\0\0\0R\"\0\0\0"..., 4096) = 1007
2523  read(5, "", 4096)                 = 0
2523  close(5)                          = 0
2523  sysinfo({uptime=3223, loads=[11904, 3776, 1216], totalram=509771776, freeram=242585600, sharedram=6057984, bufferram=17846272, totalswap=0, freeswap=0, procs=126, totalhigh=0, freehigh=0, mem_unit=1}) = 0
2523  stat64("/usr/lib/python2.7/posixpath", 0xbee191e0) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/posixpath.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/posixpath.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/posixpathmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/posixpath.py", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=13935, ...}) = 0
2523  open("/usr/lib/python2.7/posixpath.pyc", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=11385, ...}) = 0
2523  read(6, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\373\1\0\0d\0"..., 4096) = 4096
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=11385, ...}) = 0
2523  read(6, "\0\0\0Test whether a path exists.  "..., 4096) = 4096
2523  read(6, "\0\0_varprogt\4\0\0\0NoneRD\0\0\0t\6\0\0\0sea"..., 4096) = 3193
2523  read(6, "", 4096)                 = 0
2523  close(6)                          = 0
2523  stat64("/usr/lib/python2.7/stat", 0xbee18ea8) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/stat.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/stat.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/statmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/stat.py", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=1842, ...}) = 0
2523  open("/usr/lib/python2.7/stat.pyc", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0
2523  read(7, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s{\1\0\0d\0"..., 4096) = 2731
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0
2523  read(7, "", 4096)                 = 0
2523  brk(0x1ccd000)                    = 0x1ccd000
2523  close(7)                          = 0
2523  close(6)                          = 0
2523  stat64("/usr/lib/python2.7/genericpath", 0xbee18ea8) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/genericpath.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/genericpath.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/genericpathmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/genericpath.py", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=3201, ...}) = 0
2523  open("/usr/lib/python2.7/genericpath.pyc", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=3495, ...}) = 0
2523  read(7, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\305\0\0\0d\0"..., 4096) = 3495
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=3495, ...}) = 0
2523  read(7, "", 4096)                 = 0
2523  close(7)                          = 0
2523  close(6)                          = 0
2523  stat64("/usr/lib/python2.7/warnings", 0xbee18ea8) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/warnings.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/warnings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/warningsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/warnings.py", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=14748, ...}) = 0
2523  open("/usr/lib/python2.7/warnings.pyc", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=13439, ...}) = 0
2523  read(7, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sY\2\0\0d\0"..., 4096) = 4096
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=13439, ...}) = 0
2523  read(7, "\n\n    A simple filter matches al"..., 8192) = 8192
2523  read(7, "\0\0\0(\1\0\0\0R\222\0\0\0s\36\0\0\0/usr/lib/pytho"..., 4096) = 1151
2523  read(7, "", 4096)                 = 0
2523  close(7)                          = 0
2523  stat64("/usr/lib/python2.7/linecache", 0xbee18b70) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/linecache.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/linecache.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/linecachemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/linecache.py", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=4027, ...}) = 0
2523  open("/usr/lib/python2.7/linecache.pyc", O_RDONLY|O_LARGEFILE) = 8
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=3260, ...}) = 0
2523  read(8, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3260
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=3260, ...}) = 0
2523  read(8, "", 4096)                 = 0
2523  close(8)                          = 0
2523  close(7)                          = 0
2523  stat64("/usr/lib/python2.7/types", 0xbee18b70) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/types.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/types.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/typesmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/types.py", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=2094, ...}) = 0
2523  open("/usr/lib/python2.7/types.pyc", O_RDONLY|O_LARGEFILE) = 8
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
2523  read(8, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sH\2\0\0d\0"..., 4096) = 2711
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=2711, ...}) = 0
2523  read(8, "", 4096)                 = 0
2523  close(8)                          = 0
2523  close(7)                          = 0
2523  close(6)                          = 0
2523  close(5)                          = 0
2523  stat64("/usr/lib/python2.7/UserDict", 0xbee191e0) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/UserDict.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/UserDict.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/UserDictmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/UserDict.py", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=7060, ...}) = 0
2523  open("/usr/lib/python2.7/UserDict.pyc", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=9621, ...}) = 0
2523  read(6, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096) = 4096
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=9621, ...}) = 0
2523  read(6, "got %dR\1\0\0\0i\377\377\377\377s0\0\0\0Passing 'di"..., 4096) = 4096
2523  read(6, "\0\0\261\0\0\0s\f\0\0\0\0\1\3\1\34\1\r\1\r\1\7\1c\2\0\0\0\5\0\0\0"..., 4096) = 1429
2523  read(6, "", 4096)                 = 0
2523  close(6)                          = 0
2523  stat64("/usr/lib/python2.7/_abcoll", 0xbee18ea8) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_abcoll.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_abcoll.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_abcollmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_abcoll.py", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=18619, ...}) = 0
2523  open("/usr/lib/python2.7/_abcoll.pyc", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=25476, ...}) = 0
2523  read(7, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\224\2\0\0d\0"..., 4096) = 4096
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=25476, ...}) = 0
2523  read(7, "\1\0Z\7\0RS(\2\0\0\0c\2\0\0\0\2\0\0\0\1\0\0\0C\0\0\0s\4\0"..., 20480) = 20480
2523  read(7, " value.\n           Raise ValueEr"..., 4096) = 900
2523  read(7, "", 4096)                 = 0
2523  close(7)                          = 0
2523  stat64("/usr/lib/python2.7/abc", 0xbee18b70) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/abc.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/abc.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/abcmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/abc.py", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=7145, ...}) = 0
2523  open("/usr/lib/python2.7/abc.pyc", O_RDONLY|O_LARGEFILE) = 8
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=6121, ...}) = 0
2523  read(8, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s}\0\0\0d\0"..., 4096) = 4096
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=6121, ...}) = 0
2523  read(8, "egisteri\0\0\0s\20\0\0\0\0\2\30\1\17\1\17\1\4\3\17\2\17\1\20\1"..., 4096) = 2025
2523  read(8, "", 4096)                 = 0
2523  close(8)                          = 0
2523  stat64("/usr/lib/python2.7/_weakrefset", 0xbee18838) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_weakrefset.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_weakrefset.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_weakrefsetmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_weakrefset.py", O_RDONLY|O_LARGEFILE) = 8
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=5911, ...}) = 0
2523  open("/usr/lib/python2.7/_weakrefset.pyc", O_RDONLY|O_LARGEFILE) = 9
2523  fstat64(9, {st_mode=S_IFREG|0644, st_size=9582, ...}) = 0
2523  read(9, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sI\0\0\0d\0"..., 4096) = 4096
2523  fstat64(9, {st_mode=S_IFREG|0644, st_size=9582, ...}) = 0
2523  read(9, "efset.pyR\27\0\0\0q\0\0\0s\6\0\0\0\0\1\t\1\r\1c\2\0\0"..., 4096) = 4096
2523  read(9, "\26\0\210\0\0j\1\0\203\0\0\1n\0\0\210\0\0|\1\0k\10\0r2\0\210\0\0j\2"..., 4096) = 1390
2523  read(9, "", 4096)                 = 0
2523  close(9)                          = 0
2523  mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6c5d000
2523  close(8)                          = 0
2523  close(7)                          = 0
2523  close(6)                          = 0
2523  close(5)                          = 0
2523  stat64("/usr/lib/python2.7/copy_reg", 0xbee191e0) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/copy_reg.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/copy_reg.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/copy_regmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/copy_reg.py", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
2523  open("/usr/lib/python2.7/copy_reg.pyc", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=5072, ...}) = 0
2523  read(6, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\326\0\0\0d\0"..., 4096) = 4096
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=5072, ...}) = 0
2523  read(6, "ueErrort\23\0\0\0_extension_registryR"..., 4096) = 976
2523  read(6, "", 4096)                 = 0
2523  close(6)                          = 0
2523  close(5)                          = 0
2523  close(4)                          = 0
2523  stat64("/usr/lib/python2.7/traceback", 0xbee19518) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/traceback.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/traceback.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/tracebackmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/traceback.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=11285, ...}) = 0
2523  open("/usr/lib/python2.7/traceback.pyc", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=11639, ...}) = 0
2523  read(5, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sB\1\0\0d\0"..., 4096) = 4096
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=11639, ...}) = 0
2523  read(5, "!\0\0\0i\0\0\0\0i\1\0\0\0N(\20\0\0\0R\24\0\0\0R\"\0\0\0R\25"..., 4096) = 4096
2523  read(5, "\0\203\0\0\\\3\0}\2\0}\3\0}\4\0t\4\0|\2\0|\3\0|\4\0|\0\0|"..., 4096) = 3447
2523  read(5, "", 4096)                 = 0
2523  close(5)                          = 0
2523  close(4)                          = 0
2523  geteuid32()                       = 0
2523  getuid32()                        = 0
2523  getegid32()                       = 0
2523  getgid32()                        = 0
2523  stat64("/usr/lib/python2.7/sysconfig", 0xbee19198) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sysconfig.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sysconfig.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sysconfigmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sysconfig.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=25204, ...}) = 0
2523  open("/usr/lib/python2.7/sysconfig.pyc", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=18634, ...}) = 0
2523  read(5, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\217\5\0\0d\0"..., 4096) = 4096
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=18634, ...}) = 0
2523  read(5, "\3\0|\2\0k\6\0r7\0q\31\0n\0\0|\4\0|\0\0|\3\0<q\31\0Wd"..., 12288) = 12288
2523  read(5, "\0solariss\5\0\0\0%d.%si\3\0\0\0i\2\0\0\0t\5\0\0"..., 4096) = 2250
2523  read(5, "", 4096)                 = 0
2523  close(5)                          = 0
2523  lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  lstat64("/usr/bin", {st_mode=S_IFDIR|0755, st_size=28672, ...}) = 0
2523  lstat64("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
2523  readlink("/usr/bin/python", "python2.7", 4096) = 9
2523  lstat64("/usr/bin/python2.7", {st_mode=S_IFREG|0755, st_size=2584724, ...}) = 0
2523  stat64("/usr/bin/Modules/Setup.dist", 0xbee19de0) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/bin/Modules/Setup.local", 0xbee19de0) = -1 ENOENT (No such file or directory)
2523  close(4)                          = 0
2523  stat64("/usr/lib/python2.7/re", 0xbee18f68) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/re.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/re.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/remodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/re.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=13423, ...}) = 0
2523  open("/usr/lib/python2.7/re.pyc", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=13371, ...}) = 0
2523  read(5, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0sQ\2\0\0d\0"..., 4096) = 4096
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=13371, ...}) = 0
2523  read(5, "ports the following functions:\n "..., 8192) = 8192
2523  read(5, "\0|\10\0\203\1\0\1n\0\0|\7\0}\5\0q-\0W|\2\0|\1\0|\5\0\37f"..., 4096) = 1083
2523  read(5, "", 4096)                 = 0
2523  close(5)                          = 0
2523  stat64("/usr/lib/python2.7/sre_compile", 0xbee18c30) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_compile.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_compile.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_compilemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_compile.py", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=19817, ...}) = 0
2523  open("/usr/lib/python2.7/sre_compile.pyc", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=12529, ...}) = 0
2523  read(6, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\317\1\0\0d\0"..., 4096) = 4096
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=12529, ...}) = 0
2523  read(6, "_compilet\7\0\0\0SUCCESSt\7\0\0\0_simple"..., 8192) = 8192
2523  read(6, "intRc\0\0\0Re\0\0\0R'\0\0\0R\225\0\0\0t\7\0\0\0unic"..., 4096) = 241
2523  read(6, "", 4096)                 = 0
2523  close(6)                          = 0
2523  stat64("/usr/lib/python2.7/sre_parse", 0xbee188f8) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_parse.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_parse.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_parsemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_parse.py", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=28911, ...}) = 0
2523  open("/usr/lib/python2.7/sre_parse.pyc", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=19945, ...}) = 0
2523  read(7, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\312\2\0\0d\0"..., 4096) = 4096
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=19945, ...}) = 0
2523  read(7, "\0\0\3\0\0\0\3\0\0\0C\0\0\0s\21\0\0\0|\2\0|\0\0j\0\0|\1\0<"..., 12288) = 12288
2523  read(7, "\2\0_\4\0t\5\0|\3\0|\2\0d\1\0\203\3\0}\4\0|\3\0j\6\0\203\0\0"..., 4096) = 3561
2523  read(7, "", 4096)                 = 0
2523  close(7)                          = 0
2523  stat64("/usr/lib/python2.7/sre_constants", 0xbee185c0) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_constants.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_constants.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_constantsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sre_constants.py", O_RDONLY|O_LARGEFILE) = 7
2523  fstat64(7, {st_mode=S_IFREG|0644, st_size=7197, ...}) = 0
2523  open("/usr/lib/python2.7/sre_constants.pyc", O_RDONLY|O_LARGEFILE) = 8
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=6185, ...}) = 0
2523  read(8, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s*\5\0\0d\0"..., 4096) = 4096
2523  fstat64(8, {st_mode=S_IFREG|0644, st_size=6185, ...}) = 0
2523  read(8, "FIX %d\ns\34\0\0\0#define SRE_INFO_LIT"..., 4096) = 2089
2523  read(8, "", 4096)                 = 0
2523  close(8)                          = 0
2523  close(7)                          = 0
2523  close(6)                          = 0
2523  close(5)                          = 0
2523  close(4)                          = 0
2523  stat64("/usr/lib/python2.7/_sysconfigdata", 0xbee18e88) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdata.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdata.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdatamodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdata.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
2523  open("/usr/lib/python2.7/_sysconfigdata.pyc", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0
2523  read(5, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s6\0\0\0d\0"..., 4096) = 279
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0
2523  read(5, "", 4096)                 = 0
2523  close(5)                          = 0
2523  stat64("/usr/lib/python2.7/_sysconfigdata_nd", 0xbee18b50) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdata_nd.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdata_nd.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdata_ndmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdata_nd.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/_sysconfigdata_nd.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_nd", 0xbee18b50) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_nd.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_nd.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_ndmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_nd.py", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=18302, ...}) = 0
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_nd.pyc", O_RDONLY|O_LARGEFILE) = 6
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=21086, ...}) = 0
2523  read(6, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\33\17\0\0i'"..., 4096) = 4096
2523  fstat64(6, {st_mode=S_IFREG|0644, st_size=21086, ...}) = 0
2523  read(6, "yt\r\0\0\0ASDLGEN_FILESs\25\0\0\0../Parse"..., 16384) = 16384
2523  read(6, "\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1"..., 4096) = 606
2523  read(6, "", 4096)                 = 0
2523  close(6)                          = 0
2523  close(5)                          = 0
2523  close(4)                          = 0
2523  stat64("/root/.local/lib/python2.7/site-packages", 0xbee1a3b8) = -1 ENOENT (No such file or directory)
2523  stat64("/root/.local/local/lib/python2.7/dist-packages", 0xbee1a3b8) = -1 ENOENT (No such file or directory)
2523  stat64("/root/.local/lib/python2.7/dist-packages", 0xbee1a3b8) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
2523  open("/usr/local/lib/python2.7/dist-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
2523  fstat64(4, {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
2523  getdents64(4, /* 6 entries */, 32768) = 240
2523  getdents64(4, /* 0 entries */, 32768) = 0
2523  close(4)                          = 0
2523  open("/usr/local/lib/python2.7/dist-packages/easy-install.pth", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=261, ...}) = 0
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=261, ...}) = 0
2523  read(4, "import sys; sys.__plen = len(sys"..., 8192) = 261
2523  read(4, "", 4096)                 = 0
2523  brk(0x1cee000)                    = 0x1cee000
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  read(4, "", 8192)                 = 0
2523  close(4)                          = 0
2523  open("/usr/local/lib/python2.7/dist-packages/setuptools.pth", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=30, ...}) = 0
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=30, ...}) = 0
2523  read(4, "./distribute-0.6.45-py2.7.egg\n", 8192) = 30
2523  read(4, "", 4096)                 = 0
2523  read(4, "", 8192)                 = 0
2523  close(4)                          = 0
2523  stat64("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  open("/usr/lib/python2.7/dist-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
2523  fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  getdents64(4, /* 52 entries */, 32768) = 1968
2523  getdents64(4, /* 0 entries */, 32768) = 0
2523  close(4)                          = 0
2523  open("/usr/lib/python2.7/dist-packages/PILcompat.pth", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
2523  read(4, "PILcompat\n", 8192)      = 10
2523  read(4, "", 4096)                 = 0
2523  stat64("/usr/lib/python2.7/dist-packages/PILcompat", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  read(4, "", 8192)                 = 0
2523  close(4)                          = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/sitecustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/sitecustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/sitecustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/sitecustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/sitecustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sitecustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/sitecustomize.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
2523  open("/usr/lib/python2.7/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=232, ...}) = 0
2523  read(5, "\3\363\r\n\325W\30Zc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s2\0\0\0y\20"..., 4096) = 232
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=232, ...}) = 0
2523  read(5, "", 4096)                 = 0
2523  close(5)                          = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/plat-arm-linux-gnueabihf/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/lib-tk/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/lib-old", 0xbee15e68) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
2523  stat64("/usr/lib/python2.7/lib-old", 0xbee18ec0) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/lib-dynload/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/dist-packages/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/dist-packages/PILcompat", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/dist-packages/PILcompat", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/lib/python2.7/dist-packages/PILcompat/apport_python_hook", 0xbee19020) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/apport_python_hook.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/apport_python_hook.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/apport_python_hookmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/apport_python_hook.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/apport_python_hook.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  close(4)                          = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/plat-arm-linux-gnueabihf/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/plat-arm-linux-gnueabihf/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/lib-tk/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-tk/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/lib-dynload/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/lib-dynload/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/dist-packages/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize", 0xbee19358) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/dist-packages/PILcompat/usercustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  close(3)                          = 0
2523  open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=1679776, ...}) = 0
2523  mmap2(NULL, 1679776, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6ac2000
2523  close(3)                          = 0
2523  open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=1679776, ...}) = 0
2523  mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 3, 0x19a000) = 0xb6f13000
2523  close(3)                          = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/encodings", 0xbee198c8) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/encodings.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/encodings.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/encodings", 0xbee198c8) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/encodings.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/encodings.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2523  stat64("/usr/lib/python2.7/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
2523  stat64("/usr/lib/python2.7/encodings/__init__", 0xbee19888) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__init__.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__init__.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__init__module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__init__.py", O_RDONLY|O_LARGEFILE) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
2523  open("/usr/lib/python2.7/encodings/__init__.pyc", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=4370, ...}) = 0
2523  read(4, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=4370, ...}) = 0
2523  read(4, "\1$\1$\0016\0016\1\3\1\3\1\26\1\"\0015\1\22\3\n\4\3\1\20\1\r\1\4\2\r"..., 4096) = 274
2523  read(4, "", 4096)                 = 0
2523  close(4)                          = 0
2523  stat64("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2523  stat64("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2523  stat64("/usr/lib/python2.7/encodings/codecs", 0xbee19550) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/codecs.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/codecs.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/codecs", 0xbee194f8) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/codecs.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/codecs.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/codecs", 0xbee194f8) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/codecs.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/codecs.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/codecs", 0xbee194f8) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/codecs.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/codecs.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=36098, ...}) = 0
2523  open("/usr/lib/python2.7/codecs.pyc", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=36657, ...}) = 0
2523  read(5, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0+\0\0\0@\0\0\0sp\3\0\0d\0"..., 4096) = 4096
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=36657, ...}) = 0
2523  read(5, "ndling.\n\n            The method "..., 28672) = 28672
2523  read(5, "coding cannot be found\n        o"..., 4096) = 3889
2523  read(5, "", 4096)                 = 0
2523  mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a82000
2523  close(5)                          = 0
2523  close(4)                          = 0
2523  stat64("/usr/lib/python2.7/encodings/encodings", 0xbee19550) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/encodings.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/encodings.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/lib/python2.7/encodings/aliases", 0xbee194f8) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/aliases.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/aliases.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/aliasesmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/aliases.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
2523  open("/usr/lib/python2.7/encodings/aliases.pyc", O_RDONLY|O_LARGEFILE) = 5
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=8768, ...}) = 0
2523  read(5, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0su\10\0\0d\0"..., 4096) = 4096
2523  fstat64(5, {st_mode=S_IFREG|0644, st_size=8768, ...}) = 0
2523  read(5, "ibm860t\6\0\0\0ibm860t\5\0\0\0cp861t\3\0\0\0"..., 4096) = 4096
2523  read(5, "\7\3\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\3\7\1\7\3"..., 4096) = 576
2523  read(5, "", 4096)                 = 0
2523  close(5)                          = 0
2523  close(4)                          = 0
2523  stat64("/usr/lib/python2.7/encodings/__builtin__", 0xbee19550) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__builtin__.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__builtin__.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__builtin__module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__builtin__.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/__builtin__.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  close(3)                          = 0
2523  stat64("/usr/lib/python2.7/encodings/utf_8", 0xbee19678) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/utf_8.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/utf_8.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/utf_8module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/lib/python2.7/encodings/utf_8.py", O_RDONLY|O_LARGEFILE) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
2523  open("/usr/lib/python2.7/encodings/utf_8.pyc", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
2523  read(4, "\3\363\r\n\16\323\253[c\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 1950
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
2523  read(4, "", 4096)                 = 0
2523  close(4)                          = 0
2523  close(3)                          = 0
2523  ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2523  ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2523  ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2523  readlink("test_adc.py", 0xbee17a84, 4096) = -1 EINVAL (Invalid argument)
2523  getcwd("/opt/adc", 4096)          = 9
2523  lstat64("/opt/adc/test_adc.py", {st_mode=S_IFREG|0644, st_size=295, ...}) = 0
2523  stat64("test_adc.py", {st_mode=S_IFREG|0644, st_size=295, ...}) = 0
2523  open("test_adc.py", O_RDONLY|O_LARGEFILE) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=295, ...}) = 0
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=295, ...}) = 0
2523  _llseek(3, 0, [0], SEEK_SET)      = 0
2523  read(3, "import Adafruit_BBIO.ADC as ADC\n"..., 273) = 273
2523  read(3, "DC.read_raw(\"P9_39\")\n\n", 4096) = 22
2523  close(3)                          = 0
2523  stat64("test_adc.py", {st_mode=S_IFREG|0644, st_size=295, ...}) = 0
2523  open("test_adc.py", O_RDONLY|O_LARGEFILE) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=295, ...}) = 0
2523  ioctl(3, TCGETS, 0xbee1aa0c)      = -1 ENOTTY (Inappropriate ioctl for device)
2523  _llseek(3, 0, [0], SEEK_CUR)      = 0
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=295, ...}) = 0
2523  read(3, "import Adafruit_BBIO.ADC as ADC\n"..., 4096) = 295
2523  _llseek(3, 0, [0], SEEK_SET)      = 0
2523  read(3, "import Adafruit_BBIO.ADC as ADC\n"..., 4096) = 295
2523  read(3, "", 4096)                 = 0
2523  close(3)                          = 0
2523  stat64("/opt/adc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/opt/adc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2523  stat64("/opt/adc/Adafruit_BBIO", 0xbee196e8) = -1 ENOENT (No such file or directory)
2523  open("/opt/adc/Adafruit_BBIO.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/opt/adc/Adafruit_BBIO.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/opt/adc/Adafruit_BBIOmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/opt/adc/Adafruit_BBIO.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/opt/adc/Adafruit_BBIO.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/Adafruit_BBIO", 0xbee196e8) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/Adafruit_BBIO.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/Adafruit_BBIO.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/Adafruit_BBIOmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/Adafruit_BBIO.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg/Adafruit_BBIO.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/__init__.py", {st_mode=S_IFREG|0755, st_size=0, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/__init__", 0xbee196a8) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/__init__.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/__init__.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/__init__module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/__init__.py", O_RDONLY|O_LARGEFILE) = 3
2523  fstat64(3, {st_mode=S_IFREG|0755, st_size=0, ...}) = 0
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/__init__.pyc", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=195, ...}) = 0
2523  read(4, "\3\363\r\n/W\210[c\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 195
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=195, ...}) = 0
2523  read(4, "", 4096)                 = 0
2523  close(4)                          = 0
2523  close(3)                          = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
2523  stat64("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/ADC", 0xbee19690) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/ADC.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/ADC.so", O_RDONLY|O_LARGEFILE) = 3
2523  fstat64(3, {st_mode=S_IFREG|0755, st_size=90916, ...}) = 0
2523  futex(0xb6eca0ac, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2523  open("/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/ADC.so", O_RDONLY|O_CLOEXEC) = 4
2523  read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0008&\0\0004\0\0\0"..., 512) = 512
2523  lseek(4, 89516, SEEK_SET)         = 89516
2523  read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1400) = 1400
2523  lseek(4, 25441, SEEK_SET)         = 25441
2523  read(4, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
2523  fstat64(4, {st_mode=S_IFREG|0755, st_size=90916, ...}) = 0
2523  mmap2(NULL, 91648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb6a6b000
2523  mprotect(0xb6a70000, 61440, PROT_NONE) = 0
2523  mmap2(0xb6a7f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0xb6a7f000
2523  close(4)                          = 0
2523  mprotect(0xb6a7f000, 4096, PROT_READ) = 0
2523  close(3)                          = 0
2523  pipe2([3, 4], O_CLOEXEC)          = 0
2523  clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb6f0a068) = 2524
2523  close(4)                          = 0
2523  fcntl64(3, F_SETFD, 0)            = 0
2523  fstat64(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
2523  read(3,  <unfinished ...>
2524  set_robust_list(0xb6f0a070, 12)   = 0
2524  dup2(4, 1)                        = 1
2524  execve("/bin/sh", ["sh", "-c", "/bin/grep -c bone_capemgr.uboot_"...], [/* 19 vars */]) = 0
2524  brk(NULL)                         = 0xeef000
2524  uname({sysname="Linux", nodename="beaglebone", ...}) = 0
2524  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2524  mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f52000
2524  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
2524  open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
2524  fstat64(3, {st_mode=S_IFREG|0644, st_size=31160, ...}) = 0
2524  mmap2(NULL, 31160, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6f4a000
2524  close(3)                          = 0
2524  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2524  open("/lib/arm-linux-gnueabihf/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
2524  read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\331e\1\0004\0\0\0"..., 512) = 512
2524  lseek(3, 900076, SEEK_SET)        = 900076
2524  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2920) = 2920
2524  lseek(3, 896524, SEEK_SET)        = 896524
2524  read(3, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
2524  fstat64(3, {st_mode=S_IFREG|0755, st_size=902996, ...}) = 0
2524  mmap2(NULL, 972112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e3f000
2524  mprotect(0xb6f18000, 61440, PROT_NONE) = 0
2524  mmap2(0xb6f27000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0xb6f27000
2524  mmap2(0xb6f2a000, 9552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6f2a000
2524  close(3)                          = 0
2524  set_tls(0xb6f52d90, 0xb6f53468, 0xb6f55050, 0xb6f52d90, 0xb6f55050) = 0
2524  mprotect(0xb6f27000, 8192, PROT_READ) = 0
2524  mprotect(0x429000, 4096, PROT_READ) = 0
2524  mprotect(0xb6f54000, 4096, PROT_READ) = 0
2524  munmap(0xb6f4a000, 31160)         = 0
2524  getpid()                          = 2524
2524  rt_sigaction(SIGCHLD, {sa_handler=0x414e01, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0xb6e63fd1}, NULL, 8) = 0
2524  geteuid32()                       = 0
2524  brk(NULL)                         = 0xeef000
2524  brk(0xf10000)                     = 0xf10000
2524  getppid()                         = 2523
2524  stat64("/opt/adc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2524  stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2524  rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2524  rt_sigaction(SIGINT, {sa_handler=0x414e01, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0xb6e63fd1}, NULL, 8) = 0
2524  rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2524  rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0xb6e63fd1}, NULL, 8) = 0
2524  rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2524  rt_sigaction(SIGTERM, {sa_handler=SIG_DFL, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0xb6e63fd1}, NULL, 8) = 0
2524  clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb6f52938) = 2525
2524  wait4(-1,  <unfinished ...>
2525  execve("/bin/grep", ["/bin/grep", "-c", "bone_capemgr.uboot_capemgr_enabl"..., "/proc/cmdline"], [/* 19 vars */]) = 0
2525  brk(NULL)                         = 0xf8b000
2525  uname({sysname="Linux", nodename="beaglebone", ...}) = 0
2525  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2525  mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fca000
2525  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
2525  open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
2525  fstat64(3, {st_mode=S_IFREG|0644, st_size=31160, ...}) = 0
2525  mmap2(NULL, 31160, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6fc2000
2525  close(3)                          = 0
2525  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2525  open("/lib/arm-linux-gnueabihf/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3
2525  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0@\20\0\0004\0\0\0"..., 512) = 512
2525  lseek(3, 319820, SEEK_SET)        = 319820
2525  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1040) = 1040
2525  lseek(3, 319509, SEEK_SET)        = 319509
2525  read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
2525  fstat64(3, {st_mode=S_IFREG|0644, st_size=320860, ...}) = 0
2525  mmap2(NULL, 385100, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6f46000
2525  mprotect(0xb6f94000, 61440, PROT_NONE) = 0
2525  mmap2(0xb6fa3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0xb6fa3000
2525  close(3)                          = 0
2525  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2525  open("/lib/arm-linux-gnueabihf/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
2525  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0`\t\0\0004\0\0\0"..., 512) = 512
2525  lseek(3, 8684, SEEK_SET)          = 8684
2525  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
2525  lseek(3, 8328, SEEK_SET)          = 8328
2525  read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
2525  fstat64(3, {st_mode=S_IFREG|0644, st_size=9804, ...}) = 0
2525  mmap2(NULL, 73912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6f33000
2525  mprotect(0xb6f35000, 61440, PROT_NONE) = 0
2525  mmap2(0xb6f44000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb6f44000
2525  close(3)                          = 0
2525  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2525  open("/lib/arm-linux-gnueabihf/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
2525  read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\331e\1\0004\0\0\0"..., 512) = 512
2525  lseek(3, 900076, SEEK_SET)        = 900076
2525  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2920) = 2920
2525  lseek(3, 896524, SEEK_SET)        = 896524
2525  read(3, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
2525  fstat64(3, {st_mode=S_IFREG|0755, st_size=902996, ...}) = 0
2525  mmap2(NULL, 972112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e45000
2525  mprotect(0xb6f1e000, 61440, PROT_NONE) = 0
2525  mmap2(0xb6f2d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0xb6f2d000
2525  mmap2(0xb6f30000, 9552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6f30000
2525  close(3)                          = 0
2525  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2525  open("/lib/arm-linux-gnueabihf/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
2525  read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\341F\0\0004\0\0\0"..., 512) = 512
2525  lseek(3, 105412, SEEK_SET)        = 105412
2525  read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1560) = 1560
2525  lseek(3, 70056, SEEK_SET)         = 70056
2525  read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
2525  fstat64(3, {st_mode=S_IFREG|0755, st_size=106972, ...}) = 0
2525  mmap2(NULL, 143952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e21000
2525  mprotect(0xb6e32000, 61440, PROT_NONE) = 0
2525  mmap2(0xb6e41000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0xb6e41000
2525  mmap2(0xb6e43000, 4688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6e43000
2525  close(3)                          = 0
2525  set_tls(0xb6fcb7f0, 0xb6fcbec8, 0xb6fcd050, 0xb6fcb7f0, 0xb6fcd050) = 0
2525  mprotect(0xb6f2d000, 8192, PROT_READ) = 0
2525  mprotect(0xb6e41000, 4096, PROT_READ) = 0
2525  mprotect(0xb6f44000, 4096, PROT_READ) = 0
2525  mprotect(0xb6fa3000, 4096, PROT_READ) = 0
2525  mprotect(0x441000, 4096, PROT_READ) = 0
2525  mprotect(0xb6fcc000, 4096, PROT_READ) = 0
2525  munmap(0xb6fc2000, 31160)         = 0
2525  set_tid_address(0xb6fcb398)       = 2525
2525  set_robust_list(0xb6fcb3a0, 12)   = 0
2525  rt_sigaction(SIGRTMIN, {sa_handler=0xb6e25245, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0xb6e69fe1}, NULL, 8) = 0
2525  rt_sigaction(SIGRT_1, {sa_handler=0xb6e252e5, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0xb6e69fe1}, NULL, 8) = 0
2525  rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
2525  ugetrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
2525  brk(NULL)                         = 0xf8b000
2525  brk(0xfac000)                     = 0xfac000
2525  open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
2525  fstat64(3, {st_mode=S_IFREG|0644, st_size=1679776, ...}) = 0
2525  mmap2(NULL, 1679776, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6c86000
2525  close(3)                          = 0
2525  open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
2525  fstat64(3, {st_mode=S_IFREG|0644, st_size=1679776, ...}) = 0
2525  mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 3, 0x19a000) = 0xb6fc9000
2525  close(3)                          = 0
2525  open("/usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache", O_RDONLY) = 3
2525  fstat64(3, {st_mode=S_IFREG|0644, st_size=26262, ...}) = 0
2525  mmap2(NULL, 26262, PROT_READ, MAP_SHARED, 3, 0) = 0xb6fc2000
2525  close(3)                          = 0
2525  futex(0xb6f2fee8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2525  fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
2525  openat(AT_FDCWD, "/proc/cmdline", O_RDONLY|O_NOCTTY|O_LARGEFILE) = 3
2525  fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
2525  read(3, "console=ttyO0,115200n8 bone_cape"..., 32768) = 145
2525  read(3, "", 32768)                = 0
2525  fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
2525  close(3)                          = 0
2525  write(1, "1\n", 2 <unfinished ...>
2523  <... read resumed> "1\n", 4096)   = 2
2523  close(3)                          = 0
2523  wait4(2524,  <unfinished ...>
2525  <... write resumed> )             = 2
2525  close(1)                          = 0
2525  close(2)                          = 0
2525  exit_group(0)                     = ?
2525  +++ exited with 0 +++
2524  <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2525
2524  --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2525, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2524  sigreturn({mask=[]})              = 2525
2524  exit_group(0)                     = ?
2524  +++ exited with 0 +++
2523  <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2524
2523  --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2524, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2523  gettimeofday({tv_sec=1587383452, tv_usec=12464}, NULL) = 0
2523  open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
2523  fstat64(3, {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
2523  read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\7\0\0\0\0"..., 4096) = 2237
2523  _llseek(3, -28, [2209], SEEK_CUR) = 0
2523  read(3, "\nCET-1CEST,M3.5.0,M10.5.0/3\n", 4096) = 28
2523  close(3)                          = 0
2523  socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 3
2523  connect(3, {sa_family=AF_UNIX, sun_path="/dev/log"}, 110) = 0
2523  send(3, "<15>Apr 20 13:50:52 python: Adaf"..., 75, MSG_NOSIGNAL) = 75
2523  nanosleep({tv_sec=1, tv_nsec=0}, 0xbee1a830) = 0
2523  open("/sys/bus/iio/devices/iio:device0/in_voltage1_raw", O_RDONLY) = -1 ENOENT (No such file or directory)
2523  write(2, "Traceback (most recent call last"..., 35) = 35
2523  write(2, "  File \"test_adc.py\", line 2, in"..., 42) = 42
2523  open("test_adc.py", O_RDONLY|O_LARGEFILE) = 4
2523  fstat64(4, {st_mode=S_IFREG|0644, st_size=295, ...}) = 0
2523  read(4, "import Adafruit_BBIO.ADC as ADC\n"..., 4096) = 295
2523  write(2, "    ", 4)               = 4
2523  write(2, "ADC.setup()\n", 12)     = 12
2523  close(4)                          = 0
2523  write(2, "RuntimeError", 12)      = 12
2523  write(2, ": ", 2)                 = 2
2523  write(2, "Unable to setup ADC system. Poss"..., 184) = 184
2523  write(2, "\n", 1)                 = 1
2523  rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d41fd1}, {sa_handler=0x59319d, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d41fd1}, 8) = 0
2523  exit_group(1)                     = ?
2523  +++ exited with 1 +++
BlueskyEnergy commented 4 years ago

python -c "import Adafruit_BBIO; print Adafruit_BBIO" <module 'Adafruit_BBIO' from '/usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg/Adafruit_BBIO/init.pyc'>

BlueskyEnergy commented 4 years ago

this directory /sys/bus/iio/devices is empty

RobertCNelson commented 4 years ago

@BlueskyEnergy i "really" don't want to touch this image:

dogtag:[BeagleBoard.org Debian Image 2018-08-30]
bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2018.03-00002-gac9cce7c6a]:[location: dd MBR]
kernel:[4.14.71-bone-rt-r17]

If you heart and sweat are in this eMMC image, i don't want to damage it..

Latest Images release is 2020-04-06

https://beagleboard.org/latest-images

and a list of all varients of 2020-04-06..

https://elinux.org/Beagleboard:Latest-images-testing

Regards,

RobertCNelson commented 4 years ago

@BlueskyEnergy If we just look at the ADC problem you have this line enabled in /boot/uEnv.txt

disable_uboot_overlay_adc=1

So i'd expect the ADC to not work.. ;)

Regards,

BlueskyEnergy commented 4 years ago

@RobertCNelson I commented the line you mentioned from: disable_uboot_overlay_adc=1 to:

disable_uboot_overlay_adc=1

and the BB doesn´t reboot anymore.

RobertCNelson commented 4 years ago

@BlueskyEnergy Ah CRAP!! and totally sorry... See when i said i didn't want to touch it this error, i shouldn't have touched it..

Grab the console (microSD) image:

https://elinux.org/Beagleboard:Latest-images-testing#Debian_10_.28Buster.29_Console

Login:

sudo mkdir disk
sudo mount /dev/mmcblk1p1 ./disk/
sudo nano ./disk/boot/uEnv.txt
sudo umount ./disk/
sudo reboot

REgards,

pdp7 commented 4 years ago

@BlueskyEnergy are you still having this issue?

BlueskyEnergy commented 4 years ago

@BlueskyEnergy are you still having this issue?

I solved updating the kernel, as mentioned from Robert, it was to hold. Thanks again for the support.