-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TARTZA installation fails with docker-compose up #41
Comments
Please note, we have not made any changes to the FPGA software (that is still running the original code that we received with our TART). |
I will look into this, and try and duplicate it here. Can you issue the following command on the pi (in the software directory)
And then attach the file logs.txt (providing it isn't more than 1MB). Also the output of the following command:
Which should get the exact version of the system and the amount of free space available. |
Thanks @tmolteno . Attached is the logs.txt file and here is the output from the other commands:
|
I think it is due to a mismatch in package versions. I am res-installing from scratch on a new machine. Should know by tomorrow morning (NZ time) |
I have reinstalled and it appears to be working. One issue might be the need to enable SPI on the raspberry Pi. I have made a few few updates to the README in TART/software (as docker-compose requires a few prerequisites to install). I used a new RPi install disk and did...
Could you check whether SPI was enabled on the Pi? Tim |
Think this may have been due to line endings caused by transferring files from a windows host to the RPi SD card. Closing this issue for now. Please reopen if there are further problems. |
Hello. I am experiencing the exact same issue trying to update TART-ZA to the latest build. I followed this post in conjunction with the software README guide. I used a linux pc to create the Pi's sd card and copied the TART repo to the Pi. SPI and SSH is enabled and I can build and run the docker files, but It seems that the software_api_container keeps restarting every couple of seconds. The website is up, but I cannot log in with the default password. The latitude and longitude stats also doesn't load. screenshot of the web interface: 'docker container ls -a' prints: 'uname -a' prints: This is the docker logs: I can provide an direct ssh link to the pi if you want to have a look at the install on our pi |
OK. Looks like the permute.txt file in the tart_hardware_interface module is not being loaded.
This might be due to a change in how this is done. I'll look into it today. |
Can you check on the raspberry pi for the existence of a file. SSH into the pi, and issue the following commands:
On our TART we get the following.
|
The container restarts before find can complete a search for the 'permute.txt' file.
|
I solved the issue. The permute.txt was not in the tart_hardware_interface folder. |
Excellent news. Glad I could help. |
We are currently in a process of updating our TART in SA (i.e. TARTZA) to Python3. After installing Raspbian v9 (stretch) on a Pi 3B+, we still cannot get the new telescope software to run.
We completed all steps detailed in the README but when we execute
docker-compose up
we get a range of errors, including the following:Do you have any recommendations for us?
The text was updated successfully, but these errors were encountered: