Strange behaviour of Kali Linux 2021.4 AMD64 when installing piaware 7.1, dump1090-fa 7.1, dump978-fa 7.1
┌──(abcd㉿kali2021T)-[~]
└─$ sudo apt install piaware
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
itcl3 libboost-program-options1.74.0 libboost-regex1.74.0 libc-bin
libc-dev-bin libc-l10n libc6 libc6-dev libc6-i386 locales tcl tcl-tls
tcllib tclx8.4
... .... ...
... .... ...
Setting up piaware (7.1) ...
generate-pirehose-cert.service is a disabled or a static unit not running, not starting it.
update-rc.d: We have no instructions for the piaware init script.
update-rc.d: It looks like a network service, we disable it.
┌──(abcd㉿kali2021T)-[~]
└─$ sudo systemctl status piaware
○ piaware.service - FlightAware ADS-B uploader
Loaded: loaded (/lib/systemd/system/piaware.service; disabled; vendor preset
Active: inactive (dead)
Docs: https://flightaware.com/adsb/piaware/
In Kali Linux 2021.4 AMD64, I had to issue following EXTRA commands to make things running. These commands are NOT required in any other OS like Debian-11, Ubuntu-20, Raspberry Pi OS, Diet Pi etc.
$ sudo systemctl enable generate-pirehose-cert.service
$ sudo systemctl start generate-pirehose-cert.service
$ sudo systemctl enable piaware
$ sudo systemctl start piaware
$ sudo systemctl enable lighttpd
$ sudo systemctl start lighttpd
$ sudo systemctl enable dump1090-fa
$ sudo systemctl start dump1090-fa
$ sudo systemctl enable skyaware978
$ sudo systemctl start skyaware978
$ sudo systemctl enable dump978-fa
$ sudo systemctl start dump978-fa
What a crazy OS !