Skip to content

Conversation

@AkihiroSuda
Copy link
Member

Fix #4321

Before

$ limactl start template:ubuntu-24.04 
? Creating an instance "ubuntu-24.04" Proceed with the current configuration
INFO[0002] Starting the instance "ubuntu-24.04" with internal VM driver "vz" 
INFO[0002] Attempting to download the image              arch=aarch64 digest="sha256:2674494736319bbd367ef05c37c5dbb764fa7c90661d104ac93243ee84129ca9" location="https://cloud-images.ubuntu.com/releases/noble/release-20251026/ubuntu-24.04-server-cloudimg-arm64.img"
INFO[0002] Using cache "/Users/suda/Library/Caches/lima/download/by-url-sha256/41ca8a76b8d61aad7f42c77da508f009c098f657a1024cfd235f146e136d9d1a/data" 
INFO[0002] Converting "/Users/suda/.lima/ubuntu-24.04/basedisk" (qcow2) to a raw disk "/Users/suda/.lima/ubuntu-24.04/diffdisk" 
3.50 GiB / 3.50 GiB [---------------------------------------] 100.00% 2.17 GiB/s
INFO[0003] Expanding to 100GiB                          
INFO[0004] Attempting to download the nerdctl archive    arch=aarch64 digest="sha256:5398f037ae095d43cf3cb8c30765a24e511e38cafe02977b928a41b26e842ed1" location="https://github.com/containerd/nerdctl/releases/download/v2.2.0/nerdctl-full-2.2.0-linux-arm64.tar.gz"
INFO[0004] Using cache "/Users/suda/Library/Caches/lima/download/by-url-sha256/e27422aaa9393572e7dc134eeb158f08328f22ca5e7556c80bdd221497a0a84a/data" 
INFO[0004] [hostagent] hostagent socket created at /Users/suda/.lima/ubuntu-24.04/ha.sock 
INFO[0004] [hostagent] Starting VZ (hint: to watch the boot progress, see "/Users/suda/.lima/ubuntu-24.04/serial*.log") 
INFO[0004] [hostagent] [VZ] - vm state change: running  
WARN[0011] [hostagent] Failed to detect SSH server on vsock port, falling back to usernet forwarder  error="Error Domain=NSPOSIXErrorDomain Code=54 Description=\"The operation couldn’t be completed. Connection reset by peer\" UserInfo={\n}"
INFO[0012] SSH Local Port: 56057                        
INFO[0011] [hostagent] Waiting for the essential requirement 1 of 3: "ssh" 
INFO[0012] [hostagent] The essential requirement 1 of 3 is satisfied 
INFO[0012] [hostagent] Waiting for the essential requirement 2 of 3: "user session is ready for ssh" 
INFO[0012] [hostagent] The essential requirement 2 of 3 is satisfied 
INFO[0012] [hostagent] Waiting for the essential requirement 3 of 3: "Explicitly start ssh ControlMaster" 
INFO[0012] [hostagent] The essential requirement 3 of 3 is satisfied 
INFO[0012] [hostagent] Waiting for the optional requirement 1 of 2: "systemd must be available" 
INFO[0012] [hostagent] Guest agent is running           
INFO[0012] [hostagent] The optional requirement 1 of 2 is satisfied 
INFO[0012] [hostagent] Waiting for the optional requirement 2 of 2: "containerd binaries to be installed" 
INFO[0012] [hostagent] Not forwarding TCP 0.0.0.0:22    
INFO[0012] [hostagent] Not forwarding TCP 127.0.0.53:53 
INFO[0012] [hostagent] Not forwarding TCP 127.0.0.54:53 
INFO[0012] [hostagent] Not forwarding TCP [::]:22       
INFO[0012] [hostagent] Not forwarding UDP 127.0.0.54:53 
INFO[0012] [hostagent] Not forwarding UDP 127.0.0.53:53 
INFO[0012] [hostagent] Not forwarding UDP 192.168.5.15:68 
INFO[0012] [hostagent] Forwarding UDP from 0.0.0.0:5353 to 127.0.0.1:5353 
INFO[0012] [hostagent] Forwarding UDP from [::]:5353 to 127.0.0.1:5353 
ERRO[0012] [hostagent] failed to listen udp: listen udp 127.0.0.1:5353: bind: address already in use 
ERRO[0012] [hostagent] failed to listen udp: listen udp 127.0.0.1:5353: bind: address already in use 
ERRO[0012] [hostagent] failed to listen udp: listen udp 127.0.0.1:5353: bind: address already in use 
ERRO[0012] [hostagent] failed to listen udp: listen udp 127.0.0.1:5353: bind: address already in use 
INFO[0042] [hostagent] Forwarding UDP from 0.0.0.0:55479 to 127.0.0.1:55479 
INFO[0052] [hostagent] Waiting for the optional requirement 2 of 2: "containerd binaries to be installed" 
INFO[0074] [hostagent] Forwarding UDP from 0.0.0.0:39163 to 127.0.0.1:39163 
INFO[0087] [hostagent] Forwarding TCP from 127.0.0.1:39791 to 127.0.0.1:39791 
INFO[0092] [hostagent] Waiting for the optional requirement 2 of 2: "containerd binaries to be installed" 
INFO[0092] [hostagent] The optional requirement 2 of 2 is satisfied 
INFO[0092] [hostagent] Waiting for the guest agent to be running 
INFO[0092] [hostagent] Waiting for the final requirement 1 of 1: "boot scripts must have finished" 
INFO[0098] [hostagent] The final requirement 1 of 1 is satisfied 
INFO[0099] READY. Run `limactl shell ubuntu-24.04` to open the shell. 

After

$ limactl start template:ubuntu-24.04 
? Creating an instance "ubuntu-24.04" Proceed with the current configuration
INFO[0000] Starting the instance "ubuntu-24.04" with internal VM driver "vz" 
INFO[0000] Attempting to download the image              arch=aarch64 digest="sha256:2674494736319bbd367ef05c37c5dbb764fa7c90661d104ac93243ee84129ca9" location="https://cloud-images.ubuntu.com/releases/noble/release-20251026/ubuntu-24.04-server-cloudimg-arm64.img"
INFO[0000] Using cache "/Users/suda/Library/Caches/lima/download/by-url-sha256/41ca8a76b8d61aad7f42c77da508f009c098f657a1024cfd235f146e136d9d1a/data" 
INFO[0000] Converting "/Users/suda/.lima/ubuntu-24.04/basedisk" (qcow2) to a raw disk "/Users/suda/.lima/ubuntu-24.04/diffdisk" 
3.50 GiB / 3.50 GiB [---------------------------------------] 100.00% 2.17 GiB/s
INFO[0002] Expanding to 100GiB                          
INFO[0002] Attempting to download the nerdctl archive    arch=aarch64 digest="sha256:5398f037ae095d43cf3cb8c30765a24e511e38cafe02977b928a41b26e842ed1" location="https://github.com/containerd/nerdctl/releases/download/v2.2.0/nerdctl-full-2.2.0-linux-arm64.tar.gz"
INFO[0002] Using cache "/Users/suda/Library/Caches/lima/download/by-url-sha256/e27422aaa9393572e7dc134eeb158f08328f22ca5e7556c80bdd221497a0a84a/data" 
INFO[0002] [hostagent] hostagent socket created at /Users/suda/.lima/ubuntu-24.04/ha.sock 
INFO[0002] [hostagent] Starting VZ (hint: to watch the boot progress, see "/Users/suda/.lima/ubuntu-24.04/serial*.log") 
INFO[0002] [hostagent] [VZ] - vm state change: running  
INFO[0009] [hostagent] SSH server does not seem running on vsock port, using usernet forwarder 
INFO[0010] SSH Local Port: 56695                        
INFO[0009] [hostagent] Waiting for the essential requirement 1 of 3: "ssh" 
INFO[0010] [hostagent] The essential requirement 1 of 3 is satisfied 
INFO[0010] [hostagent] Waiting for the essential requirement 2 of 3: "user session is ready for ssh" 
INFO[0021] [hostagent] Waiting for the essential requirement 2 of 3: "user session is ready for ssh" 
INFO[0021] [hostagent] The essential requirement 2 of 3 is satisfied 
INFO[0021] [hostagent] Waiting for the essential requirement 3 of 3: "Explicitly start ssh ControlMaster" 
INFO[0021] [hostagent] The essential requirement 3 of 3 is satisfied 
INFO[0021] [hostagent] Waiting for the optional requirement 1 of 2: "systemd must be available" 
INFO[0021] [hostagent] Guest agent is running           
INFO[0021] [hostagent] The optional requirement 1 of 2 is satisfied 
INFO[0021] [hostagent] Not forwarding TCP 127.0.0.53:53 
INFO[0021] [hostagent] Waiting for the optional requirement 2 of 2: "containerd binaries to be installed" 
INFO[0021] [hostagent] Not forwarding TCP 127.0.0.54:53 
INFO[0021] [hostagent] Not forwarding TCP 0.0.0.0:22    
INFO[0021] [hostagent] Not forwarding TCP [::]:22       
INFO[0021] [hostagent] Not forwarding UDP 127.0.0.54:53 
INFO[0021] [hostagent] Not forwarding UDP 127.0.0.53:53 
INFO[0021] [hostagent] Not forwarding UDP 192.168.5.15:68 
INFO[0021] [hostagent] Forwarding UDP from 0.0.0.0:5353 to 127.0.0.1:5353 
INFO[0021] [hostagent] Forwarding UDP from [::]:5353 to 127.0.0.1:5353 
INFO[0021] [hostagent] Not forwarding UDP 127.0.0.1:5353 
INFO[0021] [hostagent] Not forwarding UDP 127.0.0.1:5353 
INFO[0021] [hostagent] Not forwarding UDP 127.0.0.1:5353 
INFO[0021] [hostagent] Not forwarding UDP 127.0.0.1:5353 
INFO[0041] [hostagent] Forwarding UDP from 0.0.0.0:35422 to 127.0.0.1:35422 
INFO[0061] [hostagent] Waiting for the optional requirement 2 of 2: "containerd binaries to be installed" 
INFO[0073] [hostagent] Forwarding UDP from 0.0.0.0:46531 to 127.0.0.1:46531 
INFO[0101] [hostagent] Waiting for the optional requirement 2 of 2: "containerd binaries to be installed" 
INFO[0115] [hostagent] Forwarding TCP from 127.0.0.1:35485 to 127.0.0.1:35485 
INFO[0116] [hostagent] The optional requirement 2 of 2 is satisfied 
INFO[0116] [hostagent] Waiting for the guest agent to be running 
INFO[0116] [hostagent] Waiting for the final requirement 1 of 1: "boot scripts must have finished" 
INFO[0125] [hostagent] The final requirement 1 of 1 is satisfied 
INFO[0126] READY. Run `limactl shell ubuntu-24.04` to open the shell. 

jandubois
jandubois previously approved these changes Nov 24, 2025
Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM

@AkihiroSuda AkihiroSuda merged commit b08a173 into lima-vm:master Nov 24, 2025
89 of 91 checks passed
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Nov 25, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [lima-vm/lima](https://github.com/lima-vm/lima) | patch | `v2.0.1` -> `v2.0.2` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>lima-vm/lima (lima-vm/lima)</summary>

### [`v2.0.2`](https://github.com/lima-vm/lima/releases/tag/v2.0.2)

[Compare Source](lima-vm/lima@v2.0.1...v2.0.2)

#### Changes

- vz:
  - Fix incompatibility with Fedora 43 ([#&#8203;4384](lima-vm/lima#4384))
- `limactl` CLI:
  - Make errors less scary ([#&#8203;4387](lima-vm/lima#4387))
- Misc:
  - Don't trim whitespace from boot commands ([#&#8203;4381](lima-vm/lima#4381), thanks to [@&#8203;jandubois](https://github.com/jandubois))

Full changes: <https://github.com/lima-vm/lima/milestone/65?closed=1>
Thanks to [@&#8203;alexandear](https://github.com/alexandear) [@&#8203;jandubois](https://github.com/jandubois) [@&#8203;norio-nomura](https://github.com/norio-nomura) [@&#8203;pragneshbagary](https://github.com/pragneshbagary) [@&#8203;unsuman](https://github.com/unsuman)

#### Usage

```console
$ limactl create
$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.

$ lima uname
Linux
```

***

The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: <https://github.com/lima-vm/lima/actions/runs/19637186442>

The sha256sum of the SHA256SUMS file itself is `34404225335c06f30ff7990bb15f28f1fa11588b2ccc0bedc9ff07465a229106` .

***

Release manager: [@&#8203;AkihiroSuda](https://github.com/AkihiroSuda)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error message shown when starting lima instance ([hostagent] failed to listen udp: listen udp 127.0.0.1:323: bind: permission denied )

3 participants