View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002606 | Kali Linux | Kali Package Bug | public | 2015-08-31 05:12 | 2015-08-31 14:58 |
| Reporter | MiteshShah | Assigned To | steev | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Product Version | kali-dev | ||||
| Fixed in Version | 2.0 | ||||
| Summary | 0002606: Kali 2.0 Docker Image Failes | ||||
| Description | After download kali linux 2.0 docker image and issue following command 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 | |||||
|
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. |
|
| 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 |