-
Notifications
You must be signed in to change notification settings - Fork 252
Description
I'm getting error:
Latest Kali
Processing triggers for systemd (231-4) ...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
After some time terminating process cause it isn't going anywhere, installing RreeRadius
installation goes ok.
Then running Tools > Configure Software
Process starts again, and hangs in with error:
error: package directory 'graphviz' does not exist
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
running install
running build
running build_py
error: package directory 'graphviz' does not exist
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Reading package lists... Done
Building dependency tree
Reading state information... Done
dnsmasq is already the newest version (2.76-5).
hostapd is already the newest version (2:2.4-1).
ERROR: unknown command "apt-get"
0 upgraded, 0 newly installed, 0 to remove and 1896 not upgraded.
Requirement already satisfied: reportlab in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: pip>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from reportlab)
Requirement already satisfied: setuptools>=2.2 in /usr/lib/python2.7/dist-packages (from reportlab)
Requirement already satisfied: pillow>=2.4.0 in /usr/lib/python2.7/dist-packages (from reportlab)
Installing graphviz manually
apt-get -y install graphviz*
running software again and again trying to finish package installation
getting:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
running build
running build_py
Reading package lists... Done
error: package directory 'graphviz' does not exist
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
running install
running build
running build_py
error: package directory 'graphviz' does not exist
Building dependency tree
Reading state information... Done
dnsmasq is already the newest version (2.76-5).
hostapd is already the newest version (2:2.4-1).
ERROR: unknown command "apt-get"
0 upgraded, 0 newly installed, 0 to remove and 1888 not upgraded.
Requirement already satisfied: reportlab in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: pip>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from reportlab)
Requirement already satisfied: setuptools>=2.2 in /usr/lib/python2.7/dist-packages (from reportlab)
Requirement already satisfied: pillow>=2.4.0 in /usr/lib/python2.7/dist-packages (from reportlab)
running again
ERROR: unknown command "apt-get"
The following additional packages will be installed:
ifupdown
Suggested packages:
rdnssd
The following NEW packages will be installed:
bridge-utils
Requirement already satisfied: reportlab in /usr/local/lib/python2.7/dist-packages
The following packages will be upgraded:
ifupdown
Requirement already satisfied: pip>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from reportlab)
1 upgraded, 1 newly installed, 0 to remove and 1887 not upgraded.
Need to get 34.1 kB/111 kB of archives.
After this operation, 111 kB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.
Requirement already satisfied: setuptools>=2.2 in /usr/lib/python2.7/dist-packages (from reportlab)
Requirement already satisfied: pillow>=2.4.0 in /usr/lib/python2.7/dist-packages (from reportlab)
Installing ifupdown bridge-utils rdnssd manually
and still errors :)