Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

statoverride Issues

To clear the statoverride issue with cron on zumiq’s generic systems, run the following:

Code Block
sudo nano /var/lib/dpkg/statoverride

You can then Then update the apt repo’srepos:

Code Block
sudo apt-get update

You can then Then install eACM’s apt dependencies manually to see any errors

Code Block
sudo apt-get install libffi-dev gcc python3-dev logrotate python3-pip libpq-dev postgresql libssl-dev openssl libzmq3-dev curl
sudo apt clean

Missing linux.h Files

On zumiq’s generic systems, we can sometimes get oddities like missing linux.h header files, which are provided in libgcc-X-dev packages, can be missing . To fix it, we figure out these stepscorrect this, run the following:

Code Block
sudo apt-get install --reinstall iproute dh-python libasan3:armhf git-core e2fslibs:armhf python3.5 perl-modules-5.24 libev4 libssl1.0.2:armhf cron cpp-6 python3.5-dev libgdbm3:armhf libpython3.5:armhf linux-libc-dev:armhf libprocps6:armhf libustr-1.0-1:armhf libncurses5:armhf libunistring0:armhf libpython3.5-stdlib:armhf libmpfr4:armhf libperl5.24:armhf liberror-perl libisl15:armhf libexpat1-dev:armhf multiarch-support libpython3.5-dev:armhf python3.5-minimal gcc-6-base:armhf git libpython3.5-minimal:armhf gcc-6 libubsan0:armhf libgcc-6-dev:armhf git-man libncursesw5:armhf libtinfo5:armhf
sudo apt-get install --reinstall libgcc-8-dev

You can then Then install eACMs python Python dependencies manually to see any errors

Code Block
sudo python3 -m pip install django jsonschema psycopg2 paho-mqtt django-cors-headers psutil djangorestframework Twisted pyopenssl service_identity pyasn1-modules
sudo apt clean

Now you can install an autosol AUTOSOL package and follow the instructions in Dealing with software packages Managing Software Packages.