{"id":19034238,"url":"https://github.com/wenzel/vagrant-icebox","last_synced_at":"2026-01-31T10:32:04.725Z","repository":{"id":80246753,"uuid":"201332477","full_name":"Wenzel/vagrant-icebox","owner":"Wenzel","description":"A vagrant environment to develop Icebox and VirtualBox VMI","archived":false,"fork":false,"pushed_at":"2020-08-22T16:32:59.000Z","size":1003,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T08:40:20.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wenzel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-08T20:27:35.000Z","updated_at":"2023-09-08T17:56:44.000Z","dependencies_parsed_at":"2023-03-12T10:26:14.647Z","dependency_job_id":null,"html_url":"https://github.com/Wenzel/vagrant-icebox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Wenzel/vagrant-icebox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fvagrant-icebox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fvagrant-icebox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fvagrant-icebox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fvagrant-icebox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wenzel","download_url":"https://codeload.github.com/Wenzel/vagrant-icebox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fvagrant-icebox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T21:43:54.186Z","updated_at":"2026-01-31T10:32:04.711Z","avatar_url":"https://github.com/Wenzel.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-icebox\n\n[![Gitter](https://badges.gitter.im/vagrant-icebox/community.svg)](https://gitter.im/vagrant-icebox/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\n\u003e A vagrant environment to develop Icebox and VirtualBox VMI\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Requirements](#requirements)\n- [Setup](#setup)\n- [Troubleshooting](#troubleshooting)\n- [References](#references)\n- [Maintainers](#maintainers)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Overview\n\nIcebox is a debugger and tracer working at the hypervisor-level, via virtual\nmachine introspection.\n\nAs it requires a modified VirtualBox and a complicated setup,\nthis project aims to lower the entry barrier for curious developers and users.\n\n## Requirements\n\n- `vagrant`\n- [`vagrant-libvirt`](https://github.com/vagrant-libvirt/vagrant-libvirt) plugin\n  (packaged in Debian/Ubuntu)\n- [`vagrant-reload`](https://github.com/aidanns/vagrant-reload) plugin\n- `ansible \u003e= 2.2.1.0`\n\n## Setup\n\nExample setup on Debian Buster\n~~~\n$ sudo apt-get install -y vagrant ruby-dev\n$ sudo apt-get install vagrant vagrant-libvirt\n$ vagrant plugin install vagrant-reload\n~~~\n\n### Vagrantfile\n\nTune the Vagrantfile configuration to your needs.\n\n### Build the environment\n\n- Run `vagrant up --provider=libvirt` or `vagrant up --provider=virtualbox`\n- Once the provisioning via `Ansible` is done, ssh into the box with `vagrant ssh`\n\n\n## Troubleshooting\n\n### NFS\n\nYou need to open your firewall for `NFS`. The following commands should make it work for a `Vagrant` box\nto access your host `NFS` server:\n\n~~~\nfirewall-cmd --permanent --add-service=nfs\nfirewall-cmd --permanent --add-service=rpc-bind\nfirewall-cmd --permanent --add-service=mountd\nfirewall-cmd --reload\n~~~\n\n## References\n\n- [Icebox](https://github.com/thalium/icebox): Virtual Machine Introspection, Tracing \u0026 Debugging \n\n## Maintainers\n\n[@Wenzel](https://github.com/Wenzel)\n\n## Contributing\n\nPRs accepted.\n\nSmall note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[GNU General Public License v3.0](https://github.com/Wenzel/pyvmidbg/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenzel%2Fvagrant-icebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenzel%2Fvagrant-icebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenzel%2Fvagrant-icebox/lists"}