Help installing satnogs on linux mint 32 bit

Hi, could someone help me install snogs on Linux mint when following instructions “git clone https://gitlab.com/librespacefoundation/satnogs/satnogs-client-ansible.git” I get command git not found any help would be grateful?

Hi @fixitdaz,

“git not found” error means that you don’t have installed git on your system. Something like:

sudo apt-get install git

should install git and allow you to clone the repository.

1 Like

thanks i install git and now i managed to get as far as opening satnogs-client-ansible but i am unable to edit any ideas

It looks like only the odd keys are able to enter data into the clients console when typing some letters show up in the console numbers don’t show up and some letters move the cursor I wonder if it’s linux mint that is the problem or if it is a settings problem related to the keyboard language changes when the satnogs-client-ansible opens.

From what i understand you try to edit the production/inventory/hosts with vi as written in https://wiki.satnogs.org/SatNOGS_Client_Ansible ?
If you are not used to vi i’d recomment either to take a tutorial on it or use another editor. If you never used it vi can seem strange. Indeed the letters ‘h’, ‘j’, ‘k’ and ‘l’ just move the cursor around if you are not in edit mode :smile:

You can use any text editor available to edit the hosts file.

A tutorial for vi: http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Editors/ViIntro.html but there are many others.

4 Likes

Thanks for the information yes using vi as written in https://wiki.satnogs.org/SatNOGS_Client_Ansible I will check out the the vi tutorial thanks you are a star I thought I was going mad

2 Likes

now getting problem with this
m7enp@m7enp-N130:~/satnogs-client-ansible$ ansible-playbook -i production/inventory -k site.yml
SSH password:
Executing playbook site.yml

  • satnogs-setups -
    Gathering Facts…
    satnogs ok
    Install or remove satnogs-setup system dependencies…
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: MODULE FAILURE
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: MODULE FAILURE
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: MODULE FAILURE
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: MODULE FAILURE
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: MODULE FAILURE
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: MODULE FAILURE
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: MODULE FAILURE
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: MODULE FAILURE
    satnogs failed
    to retry, use: --limit @/home/m7enp/satnogs-client-ansible/site.retry

  • Play recap -
    satnogs : ok=1 changed=0 unreachable=0 failed=1

having a google now to see what i can dig up. any info on the problem would be a great help .

  • satnogs-setups -
    Gathering Facts…
    [WARNING]: Failure using method (v2_runner_on_unreachable) in callback plugin
    (<ansible.plugins.callback.unixy.CallbackModule object at 0xb6a6e4ec>): ‘CallbackModule’ object has no attribute
    ‘delegated_vars’

    to retry, use: --limit @/home/m7enp/satnogs-client-ansible/site.retry

  • Play recap -
    satnogs : ok=0 changed=0 unreachable=1 failed=0

and this wat i get if run as root

Could you share the content of your file production/inventory/hosts this would probably help.

1 Like

all:
hosts:
satnogs:
ansible_host: ‘127.0.0.1’
ansible_user: ‘m7enp’
ansible_ssh_pass: ‘xxxxxxxx’
ansible_ssh_pipelining: true
satnogs-setups:
hosts:
satnogs:
satnogs-radios:
hosts:
satnogs:
hamlib-utils:
hosts:
satnogs:
satnogs-clients:
hosts:
satnogs:
snmpds:
hosts:
satnogs:
gpsds:
hosts:
satnogs:
~
~
~
password xxxxxx for security

Hi @fixitdaz,
please note that currently only Debian & Rasbian are Supported distributions by satnogs-client-ansible. It’s very likely that there will be issues when using other distributions. e.g. one of the first obvious issues are different package names between Debian and Linux Mint (which is based on Ubuntu).

Especially if you are new to Linux I’d recommend you to get a Raspberry Pi 3/4 and flash the pre-built image following this guide. This is the easiest way to get running (and a Raspberry Pi is reasonable hardware to run a station). Otherwise, I’d recommend to first install Debian buster on the machine and then continue with satnogs-client-ansible.

Best wishes,
kerel

edit: (just in case you still want to fix the error at hand)
PS: The ansible run fails due to the target host being unreachable (v2_runner_on_unreachable), but the exact reason isn’t printed due to a bug in ansible (ansible#58076). Imo the configuration you posted looks ok, but maybe @hb9fxx can find something there.

1 Like

Ok Thanks for the info if that’s the case, that it will not run on mint i will have to try the other options thanks all for the help. wish me look on operation Debian. Cheers lads

ok thanks i would like to get it running on mint but i am in the process of trying it on a debian vm see how well it go’s and if it works i will install debian on the netbook and remove mint from it but i am still holding out hope for using mint thanks

1 Like

you know what would be good is a Libre Space distro :blush:

As i have a successful configuration to deploy with ansible-satnogs-client to a docker container, i made a quick change to test deployement to a linux mint19 (64bit) container. As @kerel pointed out there are issues of Mint packages not having the same names as Debian:

% ansible-playbook -i production/inventory/footloose site.yml
[DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by default, this will change, but still be user configurable on deprecation. This feature will be 
removed in version 2.10. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
Executing playbook site.yml

- satnogs-setups on hosts: satnogs-setups -
Gathering Facts...
Install or remove satnogs-setup system dependencies...
  Retrying... (1 of 4)
  Retrying... (2 of 4)
  Retrying... (3 of 4)
  satnogs failed | item: {u'name': u'needrestart'} | msg: No package matching 'needrestart' is available
  Retrying... (1 of 4)
  Retrying... (2 of 4)
  Retrying... (3 of 4)
  satnogs failed | item: {u'name': u'virtualenv'} | msg: No package matching 'virtualenv' is available
  Retrying... (1 of 4)
  Retrying... (2 of 4)
  Retrying... (3 of 4)
  satnogs failed | item: {u'name': u'python3-dialog'} | msg: No package matching 'python3-dialog' is available
  Retrying... (1 of 4)
  Retrying... (2 of 4)
  Retrying... (3 of 4)
  satnogs failed | item: {u'name': u'python3-yaml'} | msg: No package matching 'python3-yaml' is available
  satnogs failed

- Play recap -
  satnogs                    : ok=1    changed=0    unreachable=0    failed=1    rescued=0    ignored=0   
martin@e6430 ~/Dev/satnogs-client-ansible

So deploy to Mint in the current state failed for me but not with the exact same error than you, it fails on specific packages, not on MODULE_FAILURE as for you.

But in any case deploying to Mint won’t work out of the box. Maybe it would be deployable to a Debian docker container running on Mint but to start with SatNOGS i guess using the official RaspberryPi image is a lot easier.

3 Likes

Got quiet a lot further, the initial package name issue was only a problem of the apt cache and with some work on the ansible scripts it might be possible to add Ubuntu and Mint to the supported platforms. There is still a bunch of dependencies that fail to install but at least i got the satnogs-setup to run in the Mint19 container.

But for your case the main issue will probably be that i don’t think there are 32 bit version of all the SatNOGS packages available.

2 Likes

hay thanks for trying if i get time today i am going to finish setting up debian with satnogs and hopefully that will work for now, i have just ordered two raspberry pi 3B boards thanks again for all the help.

1 Like

Thank you for exploring installation on different platforms.

If you find any issue or changed something, please consider contributing back by opening a merge request on satnogs-client-ansible repo.

2 Likes

Yes @fredy .

After some more testing i’ll also propose a MR for the support to deploy a satnogs-client with ansible-satnogs-client to a docker container (doesn’t change any existing ansible script, just adds specific configs for docker/footloose).

This could be useful for testing for others as well and would even allow to do some full deployement tests in the CI pipeline in a pre-prod branch.

For my findings on LinuxMint:
The latest release is 19.3 which is based on Ubuntu18.04 which comes with python3.6. Some SatNOGS dependencies seem to require python3.7. But parts are working (i can run satnogs-setup in the container, will try to do a minimal config to connect it to network-dev).
I don’t think it is worth the effort to support LinuxMint19 and Ubuntu18.04 as Ubuntu20.04, the next LTS release, is soon to be released.

But adding the next Ubuntu to supported release doesn’t seem to take a lot of effort.

5 Likes

satnogs failed | msg: '/usr/bin/apt-get -y -o "Dpkg:
ok trying to run on debian spent all day playing with it,what programs and dependencies need to be on the system before installing satnogs i had to add sudo and ssh along the way i am missing something but cannot figeritout

this is the output after running $ ansible-playbook -i production/inventory -K site.yml

m7enp@debian:~$ cd satnogs-client-ansible
m7enp@debian:~/satnogs-client-ansible$ ansible-playbook -i production/inventory -K site.yml
BECOME password:
[DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to
allow bad characters in group names by default, this will change, but still be
user configurable on deprecation. This feature will be removed in version 2.10.
Deprecation warnings can be disabled by setting deprecation_warnings=False in
ansible.cfg.
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
Executing playbook site.yml

  • satnogs-setups on hosts: satnogs-setups -
    Gathering Facts…
    [WARNING]: Platform linux on host satnogs is using the discovered Python
    interpreter at /usr/bin/python, but future installation of another Python
    interpreter could change this. See https://docs.ansible.com/ansible/2.9/referen
    ce_appendices/interpreter_discovery.html for more information.
    Install or remove satnogs-setup system dependencies…
    Install Ansible repository keys…
    Install Ansible repository…
    Install Ansible package…
    Get system Python version…
    Get virtualenv Python version…
    Remove virtualenv of old Python version…
    Install or remove PyPI dependencies…
    Install satnogs-config…
    Configure satnogs-setup…
    Set up inventory…
    Create host variables directory…
    Check if host variables file exists…
    Create host variables file…
    Create satnogs-setup share directory…
    Install satnogs-setup scripts…
    [WARNING]: Could not match supplied host pattern, ignoring: satnogs_setups

  • satnogs_setups on hosts: satnogs_setups -
    No hosts found!

  • satnogs-clients on hosts: satnogs-clients -
    Check Ansible version…
    Check distribution…
    Remove APT configuration disabling recommends…
    Update APT cache…
    satnogs done
    Install required package for APT…
    Install repository keys…
    Remove old repository…
    Install repository…
    Update APT cache…
    Install packages…
    Check if dphys-swapfile package is installed…
    satnogs done | stdout: Reading package lists…
    Building dependency tree…
    Reading state information…
    The following packages were automatically installed and are no longer required:
    cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
    fonts-lyx fonts-roboto-slab freeglut3 gdal-data gir1.2-atk-1.0
    gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0
    gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtk-3.0
    gir1.2-gtksource-3.0 gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0
    gir1.2-keybinder-3.0 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0
    gir1.2-pango-1.0 gir1.2-polkit-1.0 gir1.2-secret-1 gir1.2-soup-2.4
    gir1.2-webkit2-4.0 gir1.2-wnck-3.0 gpsd ibus-clutter ibus-gtk ibus-gtk3
    icu-devtools ieee-data libaec0 libappstream4 libarmadillo9 libarpack2
    libatk-adaptor libboost-atomic1.67-dev libboost-chrono1.67-dev
    libboost-date-time-dev libboost-date-time1.67-dev libboost-filesystem-dev
    libboost-filesystem1.67-dev libboost-program-options-dev
    libboost-program-options1.67-dev libboost-program-options1.67.0
    libboost-regex-dev libboost-regex1.67-dev libboost-regex1.67.0
    libboost-serialization1.67-dev libboost-serialization1.67.0
    libboost-system-dev libboost-system1.67-dev libboost-test-dev
    libboost-test1.67-dev libboost-test1.67.0 libboost-thread-dev
    libboost-thread1.67-dev libboost-timer1.67.0 libboost1.67-dev libbrlapi0.6
    libcharls2 libclutter-1.0-0 libclutter-1.0-common libclutter-imcontext-0.1-0
    libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
    libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
    libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
    libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
    libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
    libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
    libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
    libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
    libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
    libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
    libgnuradio-zeromq3.8.1 libgps25 libgsl23 libgslcblas0 libgsm1-dev
    libhamlib2 libhangul-data libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5
    libicu-dev libimagequant0 libjs-jquery-ui libjs-modernizr libkmlbase1
    libkmlconvenience1 libkmldom1 libkmlengine1 libkmlregionator1 libkmlxsd1
    libldb1 liblog4cpp5-dev liblog4cpp5v5 liblouis-data liblouis17 libminizip1
    libnetcdf13 libodbc1 libogdi3.2 libpackagekit-glib2-18 libpangoxft-1.0-0
    libpcaudio0 libproj13 libpython3-dev libpython3.7 libpython3.7-dev libqhull7
    libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-script
    libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
    libqt4-xmlpatterns libqt5designer5 libqt5test5 libqtassistantclient4
    libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0 libspatialite7 libspeechd2
    libstemmer0d libsuperlu5 libsz2 libtalloc2 libtevent0 libuhd3.15.0
    liburiparser1 libvolk2-dev libvolk2.2 libwbclient0 libxerces-c3.2 odbcinst
    odbcinst1debian2 packagekit packagekit-tools proj-bin proj-data
    python-matplotlib-data python-talloc python3.7-dev rtl-sdr samba-libs
    sound-icons speech-dispatcher speech-dispatcher-audio-plugins
    speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
    Use ‘sudo apt autoremove’ to remove them.
    The following additional packages will be installed:
    dc
    The following NEW packages will be installed:
    dc dphys-swapfile
    0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
    Inst dc (1.07.1-2+b1 Debian:10.3/stable [i386])
    Inst dphys-swapfile (20100506-5 Debian:10.3/stable [all])
    Conf dc (1.07.1-2+b1 Debian:10.3/stable [i386])
    Conf dphys-swapfile (20100506-5 Debian:10.3/stable [all])
    Disable swap file…
    Add ZRAM init script…
    Add satnogs-client service user…
    Install or remove system dependencies…
    satnogs done | item: {u’name’: u’python3-apscheduler’} | stdout: Reading package lists…
    Building dependency tree…
    Reading state information…
    The following packages were automatically installed and are no longer required:
    cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
    fonts-lyx fonts-roboto-slab freeglut3 gdal-data gir1.2-atk-1.0
    gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0
    gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtk-3.0
    gir1.2-gtksource-3.0 gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0
    gir1.2-keybinder-3.0 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0
    gir1.2-pango-1.0 gir1.2-polkit-1.0 gir1.2-secret-1 gir1.2-soup-2.4
    gir1.2-webkit2-4.0 gir1.2-wnck-3.0 gpsd ibus-clutter ibus-gtk ibus-gtk3
    icu-devtools ieee-data libaec0 libappstream4 libarmadillo9 libarpack2
    libatk-adaptor libboost-atomic1.67-dev libboost-chrono1.67-dev
    libboost-date-time-dev libboost-date-time1.67-dev libboost-filesystem-dev
    libboost-filesystem1.67-dev libboost-program-options-dev
    libboost-program-options1.67-dev libboost-program-options1.67.0
    libboost-regex-dev libboost-regex1.67-dev libboost-regex1.67.0
    libboost-serialization1.67-dev libboost-serialization1.67.0
    libboost-system-dev libboost-system1.67-dev libboost-test-dev
    libboost-test1.67-dev libboost-test1.67.0 libboost-thread-dev
    libboost-thread1.67-dev libboost-timer1.67.0 libboost1.67-dev libbrlapi0.6
    libcharls2 libclutter-1.0-0 libclutter-1.0-common libclutter-imcontext-0.1-0
    libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
    libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
    libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
    libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
    libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
    libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
    libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
    libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
    libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
    libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
    libgnuradio-zeromq3.8.1 libgps25 libgsl23 libgslcblas0 libgsm1-dev
    libhamlib2 libhangul-data libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5
    libicu-dev libimagequant0 libjs-jquery-ui libjs-modernizr libkmlbase1
    libkmlconvenience1 libkmldom1 libkmlengine1 libkmlregionator1 libkmlxsd1
    libldb1 liblog4cpp5-dev liblog4cpp5v5 liblouis-data liblouis17 libminizip1
    libnetcdf13 libodbc1 libogdi3.2 libpackagekit-glib2-18 libpangoxft-1.0-0
    libpcaudio0 libproj13 libpython3-dev libpython3.7 libpython3.7-dev libqhull7
    libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-script
    libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
    libqt4-xmlpatterns libqt5designer5 libqt5test5 libqtassistantclient4
    libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0 libspatialite7 libspeechd2
    libstemmer0d libsuperlu5 libsz2 libtalloc2 libtevent0 libuhd3.15.0
    liburiparser1 libvolk2-dev libvolk2.2 libwbclient0 libxerces-c3.2 odbcinst
    odbcinst1debian2 packagekit packagekit-tools proj-bin proj-data
    python-matplotlib-data python-talloc python3.7-dev rtl-sdr samba-libs
    sound-icons speech-dispatcher speech-dispatcher-audio-plugins
    speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
    Use ‘sudo apt autoremove’ to remove them.
    The following additional packages will be installed:
    python3-six python3-tz python3-tzlocal
    The following NEW packages will be installed:
    python3-apscheduler python3-six python3-tz python3-tzlocal
    0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
    Need to get 96.8 kB of archives.
    After this operation, 479 kB of additional disk space will be used.
    Get:1 http://deb.debian.org/debian buster/main i386 python3-six all 1.12.0-1 [15.7 kB]
    Get:2 http://deb.debian.org/debian buster/main i386 python3-tz all 2019.1-1 [27.1 kB]
    Get:3 http://deb.debian.org/debian buster/main i386 python3-tzlocal all 1.5.1-1 [16.4 kB]
    Get:4 http://deb.debian.org/debian buster/main i386 python3-apscheduler all 3.5.3-1 [37.5 kB]
    Fetched 96.8 kB in 0s (888 kB/s)
    Selecting previously unselected package python3-six.
    (Reading database … 244859 files and directories currently installed.)
    Preparing to unpack …/python3-six_1.12.0-1_all.deb …
    Unpacking python3-six (1.12.0-1) …
    Selecting previously unselected package python3-tz.
    Preparing to unpack …/python3-tz_2019.1-1_all.deb …
    Unpacking python3-tz (2019.1-1) …
    Selecting previously unselected package python3-tzlocal.
    Preparing to unpack …/python3-tzlocal_1.5.1-1_all.deb …
    Unpacking python3-tzlocal (1.5.1-1) …
    Selecting previously unselected package python3-apscheduler.
    Preparing to unpack …/python3-apscheduler_3.5.3-1_all.deb …
    Unpacking python3-apscheduler (3.5.3-1) …
    Setting up python3-tz (2019.1-1) …
    Setting up python3-six (1.12.0-1) …
    Setting up python3-tzlocal (1.5.1-1) …
    Setting up python3-apscheduler (3.5.3-1) …

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
satnogs done | item: {u’name’: u’python3-requests’} | stdout: Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
fonts-lyx fonts-roboto-slab freeglut3 gdal-data gir1.2-atk-1.0
gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0
gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtk-3.0
gir1.2-gtksource-3.0 gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0
gir1.2-keybinder-3.0 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0
gir1.2-pango-1.0 gir1.2-polkit-1.0 gir1.2-secret-1 gir1.2-soup-2.4
gir1.2-webkit2-4.0 gir1.2-wnck-3.0 gpsd ibus-clutter ibus-gtk ibus-gtk3
icu-devtools ieee-data libaec0 libappstream4 libarmadillo9 libarpack2
libatk-adaptor libboost-atomic1.67-dev libboost-chrono1.67-dev
libboost-date-time-dev libboost-date-time1.67-dev libboost-filesystem-dev
libboost-filesystem1.67-dev libboost-program-options-dev
libboost-program-options1.67-dev libboost-program-options1.67.0
libboost-regex-dev libboost-regex1.67-dev libboost-regex1.67.0
libboost-serialization1.67-dev libboost-serialization1.67.0
libboost-system-dev libboost-system1.67-dev libboost-test-dev
libboost-test1.67-dev libboost-test1.67.0 libboost-thread-dev
libboost-thread1.67-dev libboost-timer1.67.0 libboost1.67-dev libbrlapi0.6
libcharls2 libclutter-1.0-0 libclutter-1.0-common libclutter-imcontext-0.1-0
libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
libgnuradio-zeromq3.8.1 libgps25 libgsl23 libgslcblas0 libgsm1-dev
libhamlib2 libhangul-data libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5
libicu-dev libimagequant0 libjs-jquery-ui libjs-modernizr libkmlbase1
libkmlconvenience1 libkmldom1 libkmlengine1 libkmlregionator1 libkmlxsd1
libldb1 liblog4cpp5-dev liblog4cpp5v5 liblouis-data liblouis17 libminizip1
libnetcdf13 libodbc1 libogdi3.2 libpackagekit-glib2-18 libpangoxft-1.0-0
libpcaudio0 libproj13 libpython3-dev libpython3.7 libpython3.7-dev libqhull7
libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-script
libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
libqt4-xmlpatterns libqt5designer5 libqt5test5 libqtassistantclient4
libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0 libspatialite7 libspeechd2
libstemmer0d libsuperlu5 libsz2 libtalloc2 libtevent0 libuhd3.15.0
liburiparser1 libvolk2-dev libvolk2.2 libwbclient0 libxerces-c3.2 odbcinst
odbcinst1debian2 packagekit packagekit-tools proj-bin proj-data
python-matplotlib-data python-talloc python3.7-dev rtl-sdr samba-libs
sound-icons speech-dispatcher speech-dispatcher-audio-plugins
speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
Use ‘sudo apt autoremove’ to remove them.
The following additional packages will be installed:
python3-certifi python3-chardet python3-idna python3-urllib3
Suggested packages:
python3-cryptography python3-openssl python3-socks
The following NEW packages will be installed:
python3-certifi python3-chardet python3-idna python3-requests
python3-urllib3
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 419 kB of archives.
After this operation, 1632 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main i386 python3-certifi all 2018.8.24-1 [140 kB]
Get:2 http://deb.debian.org/debian buster/main i386 python3-chardet all 3.0.4-3 [80.5 kB]
Get:3 http://deb.debian.org/debian buster/main i386 python3-idna all 2.6-1 [34.3 kB]
Get:4 http://deb.debian.org/debian buster/main i386 python3-urllib3 all 1.24.1-1 [97.1 kB]
Get:5 http://deb.debian.org/debian buster/main i386 python3-requests all 2.21.0-1 [66.9 kB]
Fetched 419 kB in 0s (2042 kB/s)
Selecting previously unselected package python3-certifi.
(Reading database … 244956 files and directories currently installed.)
Preparing to unpack …/python3-certifi_2018.8.24-1_all.deb …
Unpacking python3-certifi (2018.8.24-1) …
Selecting previously unselected package python3-chardet.
Preparing to unpack …/python3-chardet_3.0.4-3_all.deb …
Unpacking python3-chardet (3.0.4-3) …
Selecting previously unselected package python3-idna.
Preparing to unpack …/python3-idna_2.6-1_all.deb …
Unpacking python3-idna (2.6-1) …
Selecting previously unselected package python3-urllib3.
Preparing to unpack …/python3-urllib3_1.24.1-1_all.deb …
Unpacking python3-urllib3 (1.24.1-1) …
Selecting previously unselected package python3-requests.
Preparing to unpack …/python3-requests_2.21.0-1_all.deb …
Unpacking python3-requests (2.21.0-1) …
Setting up python3-chardet (3.0.4-3) …
Setting up python3-certifi (2018.8.24-1) …
Setting up python3-idna (2.6-1) …
Setting up python3-urllib3 (1.24.1-1) …
Setting up python3-requests (2.21.0-1) …
Processing triggers for man-db (2.8.5-2) …

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
satnogs done | item: {u’name’: u’python3-dateutil’} | stdout: Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
fonts-lyx fonts-roboto-slab freeglut3 gdal-data gir1.2-atk-1.0
gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0
gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtk-3.0
gir1.2-gtksource-3.0 gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0
gir1.2-keybinder-3.0 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0
gir1.2-pango-1.0 gir1.2-polkit-1.0 gir1.2-secret-1 gir1.2-soup-2.4
gir1.2-webkit2-4.0 gir1.2-wnck-3.0 gpsd ibus-clutter ibus-gtk ibus-gtk3
icu-devtools ieee-data libaec0 libappstream4 libarmadillo9 libarpack2
libatk-adaptor libboost-atomic1.67-dev libboost-chrono1.67-dev
libboost-date-time-dev libboost-date-time1.67-dev libboost-filesystem-dev
libboost-filesystem1.67-dev libboost-program-options-dev
libboost-program-options1.67-dev libboost-program-options1.67.0
libboost-regex-dev libboost-regex1.67-dev libboost-regex1.67.0
libboost-serialization1.67-dev libboost-serialization1.67.0
libboost-system-dev libboost-system1.67-dev libboost-test-dev
libboost-test1.67-dev libboost-test1.67.0 libboost-thread-dev
libboost-thread1.67-dev libboost-timer1.67.0 libboost1.67-dev libbrlapi0.6
libcharls2 libclutter-1.0-0 libclutter-1.0-common libclutter-imcontext-0.1-0
libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
libgnuradio-zeromq3.8.1 libgps25 libgsl23 libgslcblas0 libgsm1-dev
libhamlib2 libhangul-data libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5
libicu-dev libimagequant0 libjs-jquery-ui libjs-modernizr libkmlbase1
libkmlconvenience1 libkmldom1 libkmlengine1 libkmlregionator1 libkmlxsd1
libldb1 liblog4cpp5-dev liblog4cpp5v5 liblouis-data liblouis17 libminizip1
libnetcdf13 libodbc1 libogdi3.2 libpackagekit-glib2-18 libpangoxft-1.0-0
libpcaudio0 libproj13 libpython3-dev libpython3.7 libpython3.7-dev libqhull7
libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-script
libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
libqt4-xmlpatterns libqt5designer5 libqt5test5 libqtassistantclient4
libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0 libspatialite7 libspeechd2
libstemmer0d libsuperlu5 libsz2 libtalloc2 libtevent0 libuhd3.15.0
liburiparser1 libvolk2-dev libvolk2.2 libwbclient0 libxerces-c3.2 odbcinst
odbcinst1debian2 packagekit packagekit-tools proj-bin proj-data
python-matplotlib-data python-talloc python3.7-dev rtl-sdr samba-libs
sound-icons speech-dispatcher speech-dispatcher-audio-plugins
speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
Use ‘sudo apt autoremove’ to remove them.
The following NEW packages will be installed:
python3-dateutil
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 64.5 kB of archives.
After this operation, 317 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main i386 python3-dateutil all 2.7.3-3 [64.5 kB]
Fetched 64.5 kB in 0s (769 kB/s)
Selecting previously unselected package python3-dateutil.
(Reading database … 245122 files and directories currently installed.)
Preparing to unpack …/python3-dateutil_2.7.3-3_all.deb …
Unpacking python3-dateutil (2.7.3-3) …
Setting up python3-dateutil (2.7.3-3) …

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
satnogs done | item: {u’name’: u’python3-ephem’} | stdout: Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
fonts-lyx fonts-roboto-slab freeglut3 gdal-data gir1.2-atk-1.0
gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0
gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtk-3.0
gir1.2-gtksource-3.0 gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0
gir1.2-keybinder-3.0 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0
gir1.2-pango-1.0 gir1.2-polkit-1.0 gir1.2-secret-1 gir1.2-soup-2.4
gir1.2-webkit2-4.0 gir1.2-wnck-3.0 gpsd ibus-clutter ibus-gtk ibus-gtk3
icu-devtools ieee-data libaec0 libappstream4 libarmadillo9 libarpack2
libatk-adaptor libboost-atomic1.67-dev libboost-chrono1.67-dev
libboost-date-time-dev libboost-date-time1.67-dev libboost-filesystem-dev
libboost-filesystem1.67-dev libboost-program-options-dev
libboost-program-options1.67-dev libboost-program-options1.67.0
libboost-regex-dev libboost-regex1.67-dev libboost-regex1.67.0
libboost-serialization1.67-dev libboost-serialization1.67.0
libboost-system-dev libboost-system1.67-dev libboost-test-dev
libboost-test1.67-dev libboost-test1.67.0 libboost-thread-dev
libboost-thread1.67-dev libboost-timer1.67.0 libboost1.67-dev libbrlapi0.6
libcharls2 libclutter-1.0-0 libclutter-1.0-common libclutter-imcontext-0.1-0
libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
libgnuradio-zeromq3.8.1 libgps25 libgsl23 libgslcblas0 libgsm1-dev
libhamlib2 libhangul-data libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5
libicu-dev libimagequant0 libjs-jquery-ui libjs-modernizr libkmlbase1
libkmlconvenience1 libkmldom1 libkmlengine1 libkmlregionator1 libkmlxsd1
libldb1 liblog4cpp5-dev liblog4cpp5v5 liblouis-data liblouis17 libminizip1
libnetcdf13 libodbc1 libogdi3.2 libpackagekit-glib2-18 libpangoxft-1.0-0
libpcaudio0 libproj13 libpython3-dev libpython3.7 libpython3.7-dev libqhull7
libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-script
libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
libqt4-xmlpatterns libqt5designer5 libqt5test5 libqtassistantclient4
libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0 libspatialite7 libspeechd2
libstemmer0d libsuperlu5 libsz2 libtalloc2 libtevent0 libuhd3.15.0
liburiparser1 libvolk2-dev libvolk2.2 libwbclient0 libxerces-c3.2 odbcinst
odbcinst1debian2 packagekit packagekit-tools proj-bin proj-data
python-matplotlib-data python-talloc python3.7-dev rtl-sdr samba-libs
sound-icons speech-dispatcher speech-dispatcher-audio-plugins
speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
Use ‘sudo apt autoremove’ to remove them.
The following NEW packages will be installed:
python3-ephem
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 593 kB of archives.
After this operation, 2786 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main i386 python3-ephem i386 3.7.6.0-7+b1 [593 kB]
Fetched 593 kB in 0s (2425 kB/s)
Selecting previously unselected package python3-ephem.
(Reading database … 245154 files and directories currently installed.)
Preparing to unpack …/python3-ephem_3.7.6.0-7+b1_i386.deb …
Unpacking python3-ephem (3.7.6.0-7+b1) …
Setting up python3-ephem (3.7.6.0-7+b1) …

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
satnogs done | item: {u’name’: u’python3-matplotlib’} | stdout: Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
fonts-roboto-slab freeglut3 gdal-data gir1.2-atspi-2.0
gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtksource-3.0
gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0 gir1.2-keybinder-3.0
gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0
gir1.2-secret-1 gir1.2-soup-2.4 gir1.2-webkit2-4.0 gir1.2-wnck-3.0 gpsd
ibus-clutter ibus-gtk ibus-gtk3 icu-devtools ieee-data libaec0 libappstream4
libarmadillo9 libarpack2 libatk-adaptor libboost-atomic1.67-dev
libboost-chrono1.67-dev libboost-date-time-dev libboost-date-time1.67-dev
libboost-filesystem-dev libboost-filesystem1.67-dev
libboost-program-options-dev libboost-program-options1.67-dev
libboost-program-options1.67.0 libboost-regex-dev libboost-regex1.67-dev
libboost-regex1.67.0 libboost-serialization1.67-dev
libboost-serialization1.67.0 libboost-system-dev libboost-system1.67-dev
libboost-test-dev libboost-test1.67-dev libboost-test1.67.0
libboost-thread-dev libboost-thread1.67-dev libboost-timer1.67.0
libboost1.67-dev libbrlapi0.6 libcharls2 libclutter-1.0-0
libclutter-1.0-common libclutter-imcontext-0.1-0
libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
libgnuradio-zeromq3.8.1 libgps25 libgsl23 libgslcblas0 libgsm1-dev
libhamlib2 libhangul-data libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5
libicu-dev libjs-modernizr libkmlbase1 libkmlconvenience1 libkmldom1
libkmlengine1 libkmlregionator1 libkmlxsd1 libldb1 liblog4cpp5-dev
liblog4cpp5v5 liblouis-data liblouis17 libminizip1 libnetcdf13 libodbc1
libogdi3.2 libpackagekit-glib2-18 libpcaudio0 libproj13 libpython3-dev
libpython3.7 libpython3.7-dev libqhull7 libqt4-declarative libqt4-designer
libqt4-help libqt4-network libqt4-script libqt4-scripttools libqt4-sql
libqt4-sql-mysql libqt4-svg libqt4-test libqt4-xmlpatterns libqt5designer5
libqt5test5 libqtassistantclient4 libqwt-qt5-6 librtlsdr0 libsmbclient
libsonic0 libspatialite7 libspeechd2 libstemmer0d libsuperlu5 libsz2
libtalloc2 libtevent0 libuhd3.15.0 liburiparser1 libvolk2-dev libvolk2.2
libwbclient0 libxerces-c3.2 odbcinst odbcinst1debian2 packagekit
packagekit-tools proj-bin proj-data python-talloc python3.7-dev rtl-sdr
samba-libs sound-icons speech-dispatcher speech-dispatcher-audio-plugins
speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
Use ‘sudo apt autoremove’ to remove them.
The following additional packages will be installed:
python3-cycler python3-kiwisolver python3-numpy python3-olefile python3-pil
python3-pyparsing python3-tk
Suggested packages:
python-cycler-doc dvipng ffmpeg ghostscript inkscape ipython3
python-matplotlib-doc python3-cairocffi python3-gi python3-gi-cairo
python3-gobject python3-nose python3-pyqt4 python3-scipy python3-sip
python3-tornado texlive-extra-utils texlive-latex-extra ttf-staypuft
gfortran python-numpy-doc python3-dev python3-pytest python3-numpy-dbg
python-pil-doc python3-pil-dbg python-pyparsing-doc python3-tk-dbg
The following NEW packages will be installed:
python3-cycler python3-kiwisolver python3-matplotlib python3-numpy
python3-olefile python3-pil python3-pyparsing python3-tk
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 8196 kB of archives.
After this operation, 28.9 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main i386 python3-pil i386 5.4.1-2+deb10u1 [398 kB]
Get:2 http://deb.debian.org/debian buster/main i386 python3-cycler all 0.10.0-1 [7556 B]
Get:3 http://deb.debian.org/debian buster/main i386 python3-kiwisolver i386 1.0.1-2+b1 [73.8 kB]
Get:4 http://deb.debian.org/debian buster/main i386 python3-pyparsing all 2.2.0+dfsg1-2 [89.6 kB]
Get:5 http://deb.debian.org/debian buster/main i386 python3-numpy i386 1:1.16.2-1 [2115 kB]
Get:6 http://deb.debian.org/debian buster/main i386 python3-matplotlib i386 3.0.2-2 [5377 kB]
Get:7 http://deb.debian.org/debian buster/main i386 python3-olefile all 0.46-1 [35.9 kB]
Get:8 http://deb.debian.org/debian buster/main i386 python3-tk i386 3.7.3-1 [98.5 kB]
Fetched 8196 kB in 2s (3290 kB/s)
Selecting previously unselected package python3-cycler.
(Reading database … 245225 files and directories currently installed.)
Preparing to unpack …/0-python3-cycler_0.10.0-1_all.deb …
Unpacking python3-cycler (0.10.0-1) …
Selecting previously unselected package python3-kiwisolver.
Preparing to unpack …/1-python3-kiwisolver_1.0.1-2+b1_i386.deb …
Unpacking python3-kiwisolver (1.0.1-2+b1) …
Selecting previously unselected package python3-pyparsing.
Preparing to unpack …/2-python3-pyparsing_2.2.0+dfsg1-2_all.deb …
Unpacking python3-pyparsing (2.2.0+dfsg1-2) …
Selecting previously unselected package python3-numpy.
Preparing to unpack …/3-python3-numpy_1%3a1.16.2-1_i386.deb …
Unpacking python3-numpy (1:1.16.2-1) …
Selecting previously unselected package python3-matplotlib.
Preparing to unpack …/4-python3-matplotlib_3.0.2-2_i386.deb …
Unpacking python3-matplotlib (3.0.2-2) …
Selecting previously unselected package python3-olefile.
Preparing to unpack …/5-python3-olefile_0.46-1_all.deb …
Unpacking python3-olefile (0.46-1) …
Selecting previously unselected package python3-pil:i386.
Preparing to unpack …/6-python3-pil_5.4.1-2+deb10u1_i386.deb …
Unpacking python3-pil:i386 (5.4.1-2+deb10u1) …
Selecting previously unselected package python3-tk:i386.
Preparing to unpack …/7-python3-tk_3.7.3-1_i386.deb …
Unpacking python3-tk:i386 (3.7.3-1) …
Setting up python3-olefile (0.46-1) …
Setting up python3-tk:i386 (3.7.3-1) …
Setting up python3-pil:i386 (5.4.1-2+deb10u1) …
Setting up python3-pyparsing (2.2.0+dfsg1-2) …
Setting up python3-cycler (0.10.0-1) …
Setting up python3-kiwisolver (1.0.1-2+b1) …
Setting up python3-numpy (1:1.16.2-1) …
Setting up python3-matplotlib (3.0.2-2) …

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
satnogs done | item: {u’name’: u’python3-gps’} | stdout: Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
fonts-roboto-slab freeglut3 gdal-data gir1.2-atspi-2.0
gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtksource-3.0
gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0 gir1.2-keybinder-3.0
gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0
gir1.2-secret-1 gir1.2-soup-2.4 gir1.2-webkit2-4.0 gir1.2-wnck-3.0
ibus-clutter ibus-gtk ibus-gtk3 icu-devtools ieee-data libaec0 libappstream4
libarmadillo9 libarpack2 libatk-adaptor libboost-atomic1.67-dev
libboost-chrono1.67-dev libboost-date-time-dev libboost-date-time1.67-dev
libboost-filesystem-dev libboost-filesystem1.67-dev
libboost-program-options-dev libboost-program-options1.67-dev
libboost-program-options1.67.0 libboost-regex-dev libboost-regex1.67-dev
libboost-regex1.67.0 libboost-serialization1.67-dev
libboost-serialization1.67.0 libboost-system-dev libboost-system1.67-dev
libboost-test-dev libboost-test1.67-dev libboost-test1.67.0
libboost-thread-dev libboost-thread1.67-dev libboost-timer1.67.0
libboost1.67-dev libbrlapi0.6 libcharls2 libclutter-1.0-0
libclutter-1.0-common libclutter-imcontext-0.1-0
libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
libgnuradio-zeromq3.8.1 libgsl23 libgslcblas0 libgsm1-dev libhamlib2
libhangul-data libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5 libicu-dev
libjs-modernizr libkmlbase1 libkmlconvenience1 libkmldom1 libkmlengine1
libkmlregionator1 libkmlxsd1 libldb1 liblog4cpp5-dev liblog4cpp5v5
liblouis-data liblouis17 libminizip1 libnetcdf13 libodbc1 libogdi3.2
libpackagekit-glib2-18 libpcaudio0 libproj13 libpython3-dev libpython3.7
libpython3.7-dev libqhull7 libqt4-declarative libqt4-designer libqt4-help
libqt4-network libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql
libqt4-svg libqt4-test libqt4-xmlpatterns libqt5designer5 libqt5test5
libqtassistantclient4 libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0
libspatialite7 libspeechd2 libstemmer0d libsuperlu5 libsz2 libtalloc2
libtevent0 libuhd3.15.0 liburiparser1 libvolk2-dev libvolk2.2 libwbclient0
libxerces-c3.2 odbcinst odbcinst1debian2 packagekit packagekit-tools
proj-bin proj-data python-talloc python3.7-dev rtl-sdr samba-libs
sound-icons speech-dispatcher speech-dispatcher-audio-plugins
speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
Use ‘sudo apt autoremove’ to remove them.
The following NEW packages will be installed:
python3-gps
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 93.1 kB of archives.
After this operation, 205 kB of additional disk space will be used.
Get:1 http://download.opensuse.org/repositories/home:/librespace:/satnogs/Debian_10 ./ python3-gps 3.19-2~bpo10+1 [93.1 kB]
Fetched 93.1 kB in 0s (556 kB/s)
Selecting previously unselected package python3-gps.
(Reading database … 246309 files and directories currently installed.)
Preparing to unpack …/python3-gps_3.19-2~bpo10+1_i386.deb …
Unpacking python3-gps (3.19-2~bpo10+1) …
Setting up python3-gps (3.19-2~bpo10+1) …

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
satnogs done | item: {u’name’: u’python3-decorator’} | stdout: Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
fonts-roboto-slab freeglut3 gdal-data gir1.2-atspi-2.0
gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtksource-3.0
gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0 gir1.2-keybinder-3.0
gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0
gir1.2-secret-1 gir1.2-soup-2.4 gir1.2-webkit2-4.0 gir1.2-wnck-3.0
ibus-clutter ibus-gtk ibus-gtk3 icu-devtools ieee-data libaec0 libappstream4
libarmadillo9 libarpack2 libatk-adaptor libboost-atomic1.67-dev
libboost-chrono1.67-dev libboost-date-time-dev libboost-date-time1.67-dev
libboost-filesystem-dev libboost-filesystem1.67-dev
libboost-program-options-dev libboost-program-options1.67-dev
libboost-program-options1.67.0 libboost-regex-dev libboost-regex1.67-dev
libboost-regex1.67.0 libboost-serialization1.67-dev
libboost-serialization1.67.0 libboost-system-dev libboost-system1.67-dev
libboost-test-dev libboost-test1.67-dev libboost-test1.67.0
libboost-thread-dev libboost-thread1.67-dev libboost-timer1.67.0
libboost1.67-dev libbrlapi0.6 libcharls2 libclutter-1.0-0
libclutter-1.0-common libclutter-imcontext-0.1-0
libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
libgnuradio-zeromq3.8.1 libgsl23 libgslcblas0 libgsm1-dev libhamlib2
libhangul-data libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5 libicu-dev
libjs-modernizr libkmlbase1 libkmlconvenience1 libkmldom1 libkmlengine1
libkmlregionator1 libkmlxsd1 libldb1 liblog4cpp5-dev liblog4cpp5v5
liblouis-data liblouis17 libminizip1 libnetcdf13 libodbc1 libogdi3.2
libpackagekit-glib2-18 libpcaudio0 libproj13 libpython3-dev libpython3.7
libpython3.7-dev libqhull7 libqt4-declarative libqt4-designer libqt4-help
libqt4-network libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql
libqt4-svg libqt4-test libqt4-xmlpatterns libqt5designer5 libqt5test5
libqtassistantclient4 libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0
libspatialite7 libspeechd2 libstemmer0d libsuperlu5 libsz2 libtalloc2
libtevent0 libuhd3.15.0 liburiparser1 libvolk2-dev libvolk2.2 libwbclient0
libxerces-c3.2 odbcinst odbcinst1debian2 packagekit packagekit-tools
proj-bin proj-data python-talloc python3.7-dev rtl-sdr samba-libs
sound-icons speech-dispatcher speech-dispatcher-audio-plugins
speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
Use ‘sudo apt autoremove’ to remove them.
The following NEW packages will be installed:
python3-decorator
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 14.5 kB of archives.
After this operation, 46.1 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main i386 python3-decorator all 4.3.0-1.1 [14.5 kB]
Fetched 14.5 kB in 0s (195 kB/s)
Selecting previously unselected package python3-decorator.
(Reading database … 246323 files and directories currently installed.)
Preparing to unpack …/python3-decorator_4.3.0-1.1_all.deb …
Unpacking python3-decorator (4.3.0-1.1) …
Setting up python3-decorator (4.3.0-1.1) …

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
satnogs done | item: {u’name’: u’python3-libhamlib2’} | stdout: Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
fonts-roboto-slab freeglut3 gdal-data gir1.2-atspi-2.0
gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtksource-3.0
gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0 gir1.2-keybinder-3.0
gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0
gir1.2-secret-1 gir1.2-soup-2.4 gir1.2-webkit2-4.0 gir1.2-wnck-3.0
ibus-clutter ibus-gtk ibus-gtk3 icu-devtools ieee-data libaec0 libappstream4
libarmadillo9 libarpack2 libatk-adaptor libboost-atomic1.67-dev
libboost-chrono1.67-dev libboost-date-time-dev libboost-date-time1.67-dev
libboost-filesystem-dev libboost-filesystem1.67-dev
libboost-program-options-dev libboost-program-options1.67-dev
libboost-program-options1.67.0 libboost-regex-dev libboost-regex1.67-dev
libboost-regex1.67.0 libboost-serialization1.67-dev
libboost-serialization1.67.0 libboost-system-dev libboost-system1.67-dev
libboost-test-dev libboost-test1.67-dev libboost-test1.67.0
libboost-thread-dev libboost-thread1.67-dev libboost-timer1.67.0
libboost1.67-dev libbrlapi0.6 libcharls2 libclutter-1.0-0
libclutter-1.0-common libclutter-imcontext-0.1-0
libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
libgnuradio-zeromq3.8.1 libgsl23 libgslcblas0 libgsm1-dev libhangul-data
libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5 libicu-dev
libjs-modernizr libkmlbase1 libkmlconvenience1 libkmldom1 libkmlengine1
libkmlregionator1 libkmlxsd1 libldb1 liblog4cpp5-dev liblog4cpp5v5
liblouis-data liblouis17 libminizip1 libnetcdf13 libodbc1 libogdi3.2
libpackagekit-glib2-18 libpcaudio0 libproj13 libpython3-dev libpython3.7-dev
libqhull7 libqt4-declarative libqt4-designer libqt4-help libqt4-network
libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg
libqt4-test libqt4-xmlpatterns libqt5designer5 libqt5test5
libqtassistantclient4 libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0
libspatialite7 libspeechd2 libstemmer0d libsuperlu5 libsz2 libtalloc2
libtevent0 libuhd3.15.0 liburiparser1 libvolk2-dev libvolk2.2 libwbclient0
libxerces-c3.2 odbcinst odbcinst1debian2 packagekit packagekit-tools
proj-bin proj-data python-talloc python3.7-dev rtl-sdr samba-libs
sound-icons speech-dispatcher speech-dispatcher-audio-plugins
speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
Use ‘sudo apt autoremove’ to remove them.
The following NEW packages will be installed:
python3-libhamlib2
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 121 kB of archives.
After this operation, 861 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main i386 python3-libhamlib2 i386 3.3-5 [121 kB]
Fetched 121 kB in 0s (887 kB/s)
Selecting previously unselected package python3-libhamlib2.
(Reading database … 246334 files and directories currently installed.)
Preparing to unpack …/python3-libhamlib2_3.3-5_i386.deb …
Unpacking python3-libhamlib2 (3.3-5) …
Setting up python3-libhamlib2 (3.3-5) …

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
satnogs done
Get system Python 3 version…
Get virtualenv Python version…
Remove virtualenv of old Python version…
Install or remove PyPI dependencies…
Install satnogs-client…
Install satnogs-client configuration…
Add satnogs-client systemd service…
Use tmpfs for state directory…
Start satnogs-client service…
satnogs done
Restart satnogs-client service (via handler)…
satnogs done
[WARNING]: Could not match supplied host pattern, ignoring: satnogs_clients

  • satnogs_clients on hosts: satnogs_clients -
    No hosts found!

  • satnogs-radios on hosts: satnogs-radios -
    Check Ansible version…
    Check distribution…
    Remove APT configuration disabling recommends…
    Update APT cache…
    Install required package for APT…
    Install repository keys…
    Remove old repository…
    Install repository…
    Update APT cache…
    Install packages…
    Check if dphys-swapfile package is installed…
    satnogs done | stdout: Reading package lists…
    Building dependency tree…
    Reading state information…
    The following packages were automatically installed and are no longer required:
    cups-pk-helper dconf-cli espeak-ng-data fonts-font-awesome fonts-lato
    fonts-roboto-slab freeglut3 gdal-data gir1.2-atspi-2.0
    gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtksource-3.0
    gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0 gir1.2-keybinder-3.0
    gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0
    gir1.2-secret-1 gir1.2-soup-2.4 gir1.2-webkit2-4.0 gir1.2-wnck-3.0
    ibus-clutter ibus-gtk ibus-gtk3 icu-devtools ieee-data libaec0 libappstream4
    libarmadillo9 libarpack2 libatk-adaptor libboost-atomic1.67-dev
    libboost-chrono1.67-dev libboost-date-time-dev libboost-date-time1.67-dev
    libboost-filesystem-dev libboost-filesystem1.67-dev
    libboost-program-options-dev libboost-program-options1.67-dev
    libboost-program-options1.67.0 libboost-regex-dev libboost-regex1.67-dev
    libboost-regex1.67.0 libboost-serialization1.67-dev
    libboost-serialization1.67.0 libboost-system-dev libboost-system1.67-dev
    libboost-test-dev libboost-test1.67-dev libboost-test1.67.0
    libboost-thread-dev libboost-thread1.67-dev libboost-timer1.67.0
    libboost1.67-dev libbrlapi0.6 libcharls2 libclutter-1.0-0
    libclutter-1.0-common libclutter-imcontext-0.1-0
    libclutter-imcontext-0.1-bin libcogl-common libcogl-pango20 libcogl-path20
    libcogl20 libcppunit-1.14-0 libcppunit-dev libdap25 libdapclient6v5
    libdapserver7v5 libdotconf0 libepsilon1 libespeak-ng1 libfreexl1 libfyba0
    libgdal20 libgeos-3.7.1 libgeos-c1v5 libgeotiff2 libgles2 libglib2.0-bin
    libgmp-dev libgmpxx4ldbl libgnuradio-analog3.8.1 libgnuradio-audio3.8.1
    libgnuradio-blocks3.8.1 libgnuradio-channels3.8.1 libgnuradio-digital3.8.1
    libgnuradio-dtv3.8.1 libgnuradio-fec3.8.1 libgnuradio-fft3.8.1
    libgnuradio-filter3.8.1 libgnuradio-pmt3.8.1 libgnuradio-qtgui3.8.1
    libgnuradio-runtime3.8.1 libgnuradio-trellis3.8.1 libgnuradio-uhd3.8.1
    libgnuradio-video-sdl3.8.1 libgnuradio-vocoder3.8.1 libgnuradio-wavelet3.8.1
    libgnuradio-zeromq3.8.1 libgsl23 libgslcblas0 libgsm1-dev libhangul-data
    libhangul1 libhdf4-0-alt libhdf5-103 libibus-1.0-5 libicu-dev
    libjs-modernizr libkmlbase1 libkmlconvenience1 libkmldom1 libkmlengine1
    libkmlregionator1 libkmlxsd1 libldb1 liblog4cpp5-dev liblog4cpp5v5
    liblouis-data liblouis17 libminizip1 libnetcdf13 libodbc1 libogdi3.2
    libpackagekit-glib2-18 libpcaudio0 libproj13 libpython3-dev libpython3.7-dev
    libqhull7 libqt4-declarative libqt4-designer libqt4-help libqt4-network
    libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg
    libqt4-test libqt4-xmlpatterns libqt5designer5 libqt5test5
    libqtassistantclient4 libqwt-qt5-6 librtlsdr0 libsmbclient libsonic0
    libspatialite7 libspeechd2 libstemmer0d libsuperlu5 libsz2 libtalloc2
    libtevent0 libuhd3.15.0 liburiparser1 libvolk2-dev libvolk2.2 libwbclient0
    libxerces-c3.2 odbcinst odbcinst1debian2 packagekit packagekit-tools
    proj-bin proj-data python-talloc python3.7-dev rtl-sdr samba-libs
    sound-icons speech-dispatcher speech-dispatcher-audio-plugins
    speech-dispatcher-espeak-ng sphinx-rtd-theme-common xbrlapi
    Use ‘sudo apt autoremove’ to remove them.
    The following additional packages will be installed:
    dc
    The following NEW packages will be installed:
    dc dphys-swapfile
    0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
    Inst dc (1.07.1-2+b1 Debian:10.3/stable [i386])
    Inst dphys-swapfile (20100506-5 Debian:10.3/stable [all])
    Conf dc (1.07.1-2+b1 Debian:10.3/stable [i386])
    Conf dphys-swapfile (20100506-5 Debian:10.3/stable [all])
    Disable swap file…
    Add ZRAM init script…
    Remove jessie backports repository…
    Add LimeSDR udev rules…
    Pin packages…
    Install packages…
    Retrying… (1 of 4)
    Retrying… (2 of 4)
    Retrying… (3 of 4)
    satnogs failed | msg: ‘/usr/bin/apt-get -y -o “Dpkg::Options::=–force-confdef” -o “Dpkg::Options::=–force-confold” install ‘satnogs-flowgraphs’’ failed: E: Unable to correct problems, you have held broken packages.
    | stdout: Reading package lists…
    Building dependency tree…
    Reading state information…
    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:
satnogs-flowgraphs : Depends: gr-satnogs (>= 2) but it is not installable
Depends: gr-satnogs (< 3) but it is not installable
| stderr: E: Unable to correct problems, you have held broken packages.

  • Play recap -
    satnogs : ok=51 changed=6 unreachable=0 failed=1 rescued=0 ignored=0
    m7enp@debian:~/satnogs-client-ansible$
1 Like