{"id":36688756,"url":"https://github.com/converged-computing/flux-lima","last_synced_at":"2026-01-12T11:17:54.595Z","repository":{"id":208575324,"uuid":"720650934","full_name":"converged-computing/flux-lima","owner":"converged-computing","description":"Flux Framework running in a LIMA (Linux Virtual Machine) with eBPF stuffs installed for learning!","archived":false,"fork":false,"pushed_at":"2025-05-13T05:53:41.000Z","size":144,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-10T05:36:53.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/converged-computing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-19T06:16:21.000Z","updated_at":"2025-05-13T05:53:45.000Z","dependencies_parsed_at":"2024-01-05T01:25:09.473Z","dependency_job_id":"bbbfb230-99f7-491f-82bf-82fddaa78427","html_url":"https://github.com/converged-computing/flux-lima","commit_stats":null,"previous_names":["converged-computing/flux-lima"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/converged-computing/flux-lima","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-lima","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-lima/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-lima/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-lima/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/converged-computing","download_url":"https://codeload.github.com/converged-computing/flux-lima/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/converged-computing%2Fflux-lima/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2026-01-12T11:17:54.432Z","updated_at":"2026-01-12T11:17:54.580Z","avatar_url":"https://github.com/converged-computing.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flux Lima\n\nI want to install Flux alongside [Lima](https://lima-vm.io) with tools for tracing (e.g., eBPF) so we can start to see what Flux is doing under the hood!\n\n## Install\n\n### Lima\n\nTo install I did:\n\n```console\nVERSION=$(curl -fsSL https://api.github.com/repos/lima-vm/lima/releases/latest | jq -r .tag_name)\nwget \"https://github.com/lima-vm/lima/releases/download/${VERSION}/lima-${VERSION:1}-$(uname -s)-$(uname -m).tar.gz\"\ntar -xzvf lima-0.18.0-Linux-x86_64.tar.gz\n```\n\nThis extracts the bin and share in the present working directory to add to the path.\n\n```bash\nexport PATH=$PWD/bin:$PATH\n```\n\n**Note** that you need [QEMU](https://itsfoss.com/qemu-ubuntu/) installed!\nAnd note there are instructions for other platforms [here](https://lima-vm.io/docs/installation/)\n\n### Virtio FSD\n\nFor having a filesystem that is available on provision we are going to use virtiofsd, but we can't use the default that ships with QEMU (it doesn't work). Instead we will install a rust variant. Note that you'll need the [rust version](https://gitlab.com/virtio-fs/virtiofsd) of virtiofsd for this to work (the old C version with QEMU did not work for me). \n\n```bash\n# This is in the PWD\ngit clone https://gitlab.com/virtio-fs/virtiofsd \ncd virtiofsd \nsudo apt install libcap-ng-dev libseccomp-dev\n```\n\nThen build with cargo.\n\n```bash\ncargo build --release\n```\n\nThen I replaced it.\n\n```bash\nsudo mv /usr/lib/qemu/virtiofsd /usr/lib/qemu/virtiofsd-c\nsudo mv virtiofsd/target/release/virtiofsd /usr/lib/qemu/virtiofsd\n```\n\nI also did:\n\n```bash\nsudo usermod -aG kvm $USER\n```\n\nYou can then copy assets into `/tmp/lima` and the VMs that are using that mount will have access there on\nstartup.\n\n\n## Recipes\n\nThe following recipes are included:\n\n - [flux-ebpf](flux-ebpf): Flux installed alongside eBPF for testing / fun.\n - [usernetes](usernetes): Flux installed and then running usernetes as a job.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconverged-computing%2Fflux-lima","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconverged-computing%2Fflux-lima","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconverged-computing%2Fflux-lima/lists"}