-
I'm try to install tool by bootstrap file but found error, please check photo below: wget http://toltec-dev.org/bootstrap
echo "04a28483286f88c5c7f39e352afb62adc57f6162a29fd7e124d832205bb0980e bootstrap" | sha256sum -c && bash bootstrap |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems that you had installed toltec previously. Usually the script would tell you, that you have toltec already installed, but it would not in a few cases:
Please run the following commands to make figuring this out more easy:
It seems someone also had this same issue a while back at #551. If you can run |
Beta Was this translation helpful? Give feedback.
It seems that you had installed toltec previously. Usually the script would tell you, that you have toltec already installed, but it would not in a few cases:
/home/root/.local/bin/toltecctl
). Could mean a super old installation/opt
was cleaned but the mount wasn't removed (also checked/home/root/.entware
but that would probably bind mounted together anyways)Please run the following commands to make figuring this out more easy:
ls -la --full-time /home/root/.local/bin/toltecctl /home/root/.entware /opt
to check what files exist and if, how old they aredf -h
to confirm that /opt actually has no bind mount (as well as whether super low free space coul…