Skip to content

Instantly share code, notes, and snippets.

@mcamp
Created June 22, 2015 21:33
Show Gist options
  • Save mcamp/6f36b4f7da014097dae1 to your computer and use it in GitHub Desktop.
Save mcamp/6f36b4f7da014097dae1 to your computer and use it in GitHub Desktop.
pr2-systemcheck
sudo pr2-systemcheck
Running local scripts
Running scripts for c1
* Testing ssh connection to c1... OK
* Running 'all/checkcpucores.sh'... OK
* Running 'all/checkcpufans.sh'... OK
* Running 'all/checkhome.sh'... OK
* Running 'all/checkpowerboard.sh'... OK
* Running 'all/checktime.py'... FAIL (Return code: 1)
Problem running ntpdate
* Running 'all/removabledisk.sh'... OK
* Running 'all/vpnconnectivity.sh'... OK
* Running 'all/wapconnectivity.sh'... OK
* Running 'all/wifi-routerconnectivity.sh'... OK
* Running 'c1/checkdpkg.sh'... OK
* Running 'c1/checkethercat.sh'... OK
* Running 'c1/checkifacec1.sh'... OK
* Running 'c1/checkprosilica.sh'... FAIL (Return code: 2)
Unable to get attributes from prosilica. Check connection.
* Running 'c1/checksensors.sh'... OK
* Running 'c1/checksoundusb.sh'... OK
* Running 'c1/checkwge100.sh'... FAIL (Return code: 1)
the rosdep view is empty: call 'sudo rosdep init' and 'rosdep update'
Unable to run "discover". Cameras may be missing
Traceback (most recent call last):
File "/usr/share/checkwge100/checkwge100.py", line 89, in check_all_cameras
discover = run_discover()
File "/usr/share/checkwge100/checkwge100.py", line 34, in run_discover
p = subprocess.Popen(cmd, stdout = subprocess.PIPE, stderr = subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
* Running 'c1/checkwrt610n.sh'... OK
Running scripts for c2
* Testing ssh connection to c2... FAIL
ssh: connect to host c2 port 22: No route to host
* Not running 'all/checkcpucores.sh'
* Not running 'all/checkcpufans.sh'
* Not running 'all/checkhome.sh'
* Not running 'all/checkpowerboard.sh'
* Not running 'all/checktime.py'
* Not running 'all/removabledisk.sh'
* Not running 'all/vpnconnectivity.sh'
* Not running 'all/wapconnectivity.sh'
* Not running 'all/wifi-routerconnectivity.sh'
* Not running 'c2/checkbatteries.sh'
* Not running 'c2/checkhokuyofirmware.sh'
* Not running 'c2/checkifacec2.sh'
* Not running 'c2/checksensors.sh'
15/32 passed
4/32 failed
13/32 not run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment