User Tools

Site Tools


civilinfrastructureplatform:ciptestingknownissues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
civilinfrastructureplatform:ciptestingknownissues [2018/09/28 13:05]
rajmarshall update for Issue #87 - now closed
civilinfrastructureplatform:ciptestingknownissues [2018/11/07 11:26]
rajmarshall troubleshoot BBB via ssh
Line 92: Line 92:
  
 in order to have the LAVA installation running cleanly so that login works. ​ in order to have the LAVA installation running cleanly so that login works. ​
 +
 +----
 +
 +=== 5. Debian stretch provides vagrant and virtual box which do not work together ===
 +
 +In order to have versions of these packages which work together in Debian stretch, run the following (on the host!) see [[https://​gitlab.com/​cip-project/​cip-testing/​testing/​issues/​121|#​121]]: ​
 +
 +  sudo apt-add-repository 'deb http://​download.virtualbox.org/​virtualbox/​debian stretch contrib'​
 +  curl -O https://​www.virtualbox.org/​download/​oracle_vbox_2016.asc
 +  sudo apt-key add oracle_vbox_2016.asc
 +  sudo apt-get update
 +  sudo apt-get install virtualbox-5.1
 +
 +----
 +
 +=== 6. Connecting to the Beaglebone using ssh ===
 +If you have problems connecting to the BBB using ssh - though the health check does not reuire this - use the following [[https://​gitlab.com/​cip-project/​cip-testing/​testing/​issues/​157|procedure]]:​
 +
 +
 +   * The usb power cable must be connected to the host (as well as the ftdi cable but this isn't used here) the eth1 device will appear - but is not being assigned an IP address
 +   * Then sudo ifconfig eth1 192.168.7.1 (on the host) ssh root@192.168.7.2 should then work.
 +   * Note that the BBB will reboot during the health test and the above setting will be lost so an edit to /​etc/​network/​interfaces will be necessary to set this address
  
 ---- ----
  
 [[civilinfrastructureplatform:​ciptestingboardatdesksingledevfeaturepage | Back to the B@D Features page]] [[civilinfrastructureplatform:​ciptestingboardatdesksingledevfeaturepage | Back to the B@D Features page]]
civilinfrastructureplatform/ciptestingknownissues.txt ยท Last modified: 2018/11/09 11:10 by rajmarshall