View Issue Details

IDProjectCategoryView StatusLast Update
0006670Kali LinuxKali Package Bugpublic2020-09-08 14:53
Reportersteev Assigned Tosbrun  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2020.4 
Summary0006670: python3-kismetcapturertladsb missing dependency on librtlsdr0
Description

python3-kismetcapturertladsb requires librtlsdr0 to work properly, but we don't depend on it, so if a user attempts to do adsb with kismet, it will just error out.

Additional Information

if not self.have_librtl:
ret["success"] = False
ret["message"] = "could not find librtlsdr, unable to configure rtlsdr interfaces"
return ret

Activities

sbrun

sbrun

2020-09-08 14:53

manager   ~0013404

fixed in new version 2020.09.R1-0kali1

Issue History

Date Modified Username Field Change
2020-08-22 02:50 steev New Issue
2020-08-22 02:50 steev Status new => assigned
2020-08-22 02:50 steev Assigned To => sbrun
2020-09-08 14:53 sbrun Status assigned => resolved
2020-09-08 14:53 sbrun Resolution open => fixed
2020-09-08 14:53 sbrun Note Added: 0013404