View Issue Details

IDProjectCategoryView StatusLast Update
0002606Kali LinuxKali Package Bugpublic2015-08-31 14:58
ReporterMiteshShah Assigned Tosteev  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Versionkali-dev 
Fixed in Version2.0 
Summary0002606: Kali 2.0 Docker Image Failes
Description

After download kali linux 2.0 docker image and issue following command
sudo apt-get update && sudo apt-get install kali-linux-full its fails to setup some packages

For complete installation logs refer attached file

Steps To Reproduce

Donnload Kali linux Docker and try to install kali-linux-full package

Additional Information

Docker File - https://github.com/MiteshShah/KaliLinux/blob/master/Dockerfile

Attached Files
Kali 2.0.txt (742,909 bytes)

Activities

steev

steev

2015-08-31 14:58

reporter   ~0003864

It looks like gqrx attempts to set some things in /proc/sys/net/core - this will typically fail on Docker because they don't pass everything in to the docker image when you start it. For your use, you need to pass '--net host' (and '--privileged' if you aren't already!) when you do your 'docker run ...' command.

Issue History

Date Modified Username Field Change
2015-08-31 05:12 MiteshShah New Issue
2015-08-31 05:12 MiteshShah File Added: Kali 2.0.txt
2015-08-31 14:58 steev Note Added: 0003864
2015-08-31 14:58 steev Status new => closed
2015-08-31 14:58 steev Assigned To => steev
2015-08-31 14:58 steev Resolution open => no change required
2015-08-31 14:58 steev Fixed in Version => 2.0