My Piaware system keeps crashing after a power cut, so reinstall time is here again, but the same installation commands I used last time do not now work.
pi@raspberrypi:~ $ sudo apt-get install piaware
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
piaware : Depends: tcl-tls but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
pi@raspberrypi:~ $ sudo apt-get install tcl-tls
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
tcl-tls : Depends: libssl1.0.0 (>= 1.0.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
pi@raspberrypi:~ $ sudo apt-get install libssl1
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package libssl1
Like the first time you made the sd-card.
After that you can use sudo piaware-config feeder-id 12321-34234-23423
to input your sites unique ID which can be found on your flightaware stats page.
It can also be put into the config file as described in the instructions.
Then you should be all set to go.
It seems like you are trying to install the “normal” install onto a piaware image. But that “normal” install is meant for raspbian images.
I just tried
pi@raspberrypi:~ $ sudo apt-get install libssl1.0.2
Reading package lists… Done
Building dependency tree
Reading state information… Done
libssl1.0.2 is already the newest version (1.0.2l-2+deb9u3).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
It is a freash download of Raspbial lite today and has been updated.