View Issue Details

IDProjectCategoryView StatusLast Update
0005937Kali LinuxGeneral Bugpublic2020-07-24 11:03
Reporterjjdiff Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version2019.4 
Summary0005937: command-not-found crashed
Description

typed in 'ifconfig' and received the following command:

Could not find the database of available applications, run update-command-not-found as root to fix this
Sorry, command-not-found has crashed! Please file a bug report at:
http://www.debian.org/Bugs/Reporting
Please include the following information with the report:

command-not-found version: 0.3
Python version: 3.7.5 final 0
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2019.4
Codename: kali-rolling
Exception information:

local variable 'cnf' referenced before assignment
Traceback (most recent call last):
File "/usr/share/command-not-found/CommandNotFound/util.py", line 23, in crash_guard
callback()
File "/usr/lib/command-not-found", line 93, in main
if not cnf.advise(args[0], options.ignore_installed) and not options.no_failure_msg:
UnboundLocalError: local variable 'cnf' referenced before assignment

Attached Files

Activities

manrah10

manrah10

2019-12-25 15:11

reporter   ~0011758

Kindly login into root user and enter the command "ifconfig" still if you face the issue please share the image.

daniruiz

daniruiz

2020-07-24 11:03

manager   ~0013129

ifconfig needs root privileges to be run. Just run 'sudo ifconfig' or use the more modern command 'ip addr' (this one doesn't need root)

Issue History

Date Modified Username Field Change
2019-12-19 12:37 jjdiff New Issue
2019-12-19 12:37 jjdiff File Added: Screenshot 2019-12-19 at 12.34.50.png
2019-12-25 15:11 manrah10 Note Added: 0011758
2020-07-24 11:03 daniruiz Note Added: 0013129
2020-07-24 11:03 daniruiz Assigned To => daniruiz
2020-07-24 11:03 daniruiz Status new => closed
2020-07-24 11:03 daniruiz Resolution open => no change required