-
-
Notifications
You must be signed in to change notification settings - Fork 819
bridge network failed in homebrew lume release #1133
Copy link
Copy link
Open
Description
Hi! Glad to see lume support bridged network recently. I install lume by homebrew rather than the official script, but failed to run vm with bridged network
[2026-03-01T01:27:05Z] INFO: Using named storage location actual=home requested=home
[2026-03-01T01:27:05Z] INFO: VM.run method called noDisplay=false recoveryMode=false name=alpine
[2026-03-01T01:27:05Z] INFO: Attempting to acquire lock on config file path=/Users/username/.lume/alpine/config.json name=alpine
[2026-03-01T01:27:05Z] INFO: Successfully acquired lock name=alpine
[2026-03-01T01:27:05Z] INFO: Running VM with configuration diskSize=10737418240 recoveryMode=false name=alpine sharedDirectories= cpuCount=4 memorySize=2147483648
[2026-03-01T01:27:05Z] INFO: Creating virtualization service context name=alpine
[2026-03-01T01:27:05Z] INFO: Validating VM disk state diskSize=10.74 GB locationName=home diskPermissions=644 diskExists=true dirPermissions=755 diskPath=/Users/username/.lume/alpine/disk.img
[2026-03-01T01:27:05Z] INFO: Successfully created virtualization service context name=alpine
[2026-03-01T01:27:05Z] INFO: Initializing virtualization service name=alpine
[2026-03-01T01:27:05Z] INFO: Using bridged network interface localizedName=Ethernet interface=en0
[2026-03-01T01:27:05Z] INFO: Added Rosetta support to Linux VM
[2026-03-01T01:27:05Z] ERROR: Failed in VM.run errorType=NSError name=alpine error=Invalid virtual machine configuration. Using VZBridgedNetworkDeviceAttachment in a process that lacks the “com.apple.vm.networking” entitlement.
[2026-03-01T01:27:05Z] INFO: Releasing file lock after error name=alpine
[2026-03-01T01:27:05Z] INFO: Performing additional lock cleanup after error name=alpine
[2026-03-01T01:27:05Z] INFO: Forcibly clearing locks on config file path=/Users/username/.lume/alpine/config.json name=alpine
[2026-03-01T01:27:05Z] INFO: Standard unlock attempts performed name=alpine
[2026-03-01T01:27:05Z] INFO: Successfully acquired and released lock to reset state name=alpine
[2026-03-01T01:27:05Z] INFO: Trying aggressive method: backup and restore config file name=alpine
[2026-03-01T01:27:05Z] INFO: Removed original config file to clear locks name=alpine
[2026-03-01T01:27:05Z] INFO: Restored config file from backup name=alpine
[2026-03-01T01:27:05Z] INFO: Lock successfully cleared - verified by acquiring test lock name=alpine
[2026-03-01T01:27:05Z] ERROR: Failed to run VM error=Invalid virtual machine configuration. Using VZBridgedNetworkDeviceAttachment in a process that lacks the “com.apple.vm.networking” entitlement.
Error: Invalid virtual machine configuration. Using VZBridgedNetworkDeviceAttachment in a process that lacks the “com.apple.vm.networking” entitlement.dug for the resolution in homebrew repository, and I found cua developer mentioned the latest bundle change in this pr, I learned from AI that the entitlement thing seem to be related with the signature. Correct me if I'm wrong please.
Now I try to follow the official installaion tutorial and the vm did run well with bridged network. I wonder if I can get this work through the homebrew way? Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels