-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
teepod failed to start #93
Comments
check the port of host api in
Choose another if it is already used. An make sure the host system supports vsock. |
@kvinwang And I checked the os and got: /opt/meta-dstack/build$ lsmod | grep vsock
vsock_loopback 12288 0
vmw_vsock_virtio_transport_common 57344 1 vsock_loopback
vmw_vsock_vmci_transport 49152 0
vsock 61440 3 vmw_vsock_virtio_transport_common,vsock_loopback,vmw_vsock_vmci_transport
vmw_vmci 106496 1 vmw_vsock_vmci_transport |
@kvinwang seems adding the following configuration resolves the issue.
|
This doesn't really work. VSOCK host support is not enabled on your system which is required. |
While trying to start
./teepod
I encountered the following issue:The text was updated successfully, but these errors were encountered: