You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run capstan on MacOS, but I got an error
Instation process:
brew install qemu
brew install go
go get github.com/cloudius-systems/capstan
Command executed:
capstan build -v -p vbox
Output:
Building projects...
qemu-system-x86_64: -redir tcp:10000::10000: The -redir option is deprecated. Please use '-netdev user,hostfwd=...' instead.
qemu-system-x86_64: -drive file=/Users/juanluis.paz/.capstan/repository/projects/projects.vbox,if=none,id=hd0,aio=native,cache=unsafe: aio=native was specified, but is not supported in this build.
dial tcp [::1]:10000: getsockopt: connection refused
Thanks
The text was updated successfully, but these errors were encountered:
Failed to open virtual machine located in /Users/juanluis.paz/.capstan/repository/projects/projects.vbox.
Extra content at the end of the document.
Location: '/Users/juanluis.paz/.capstan/repository/projects/projects.vbox', line 1 (0), column 2.
/Users/vbox/tinderbox/5.1-mac-rel/src/VBox/Main/src-server/MachineImpl.cpp[485] (nsresult Machine::initFromSettings(VirtualBox *, const com::Utf8Str &, const com::Guid *)).
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: MachineWrap
Interface: IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0}
Callee: IVirtualBox {0169423f-46b4-cde9-91af-1e9d5b6cd945}
Hello,
I'm trying to run capstan on MacOS, but I got an error
Instation process:
Command executed:
Output:
Thanks
The text was updated successfully, but these errors were encountered: