Skip to content
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

can not access vnc console #1314

Open
willzhang opened this issue Aug 9, 2022 · 3 comments
Open

can not access vnc console #1314

willzhang opened this issue Aug 9, 2022 · 3 comments

Comments

@willzhang
Copy link

willzhang commented Aug 9, 2022

version: ZStack-Cloud-x86_64-DVD-4.2.32-c76.iso
OS image version: ubuntu 22.04 qcow2 jammy-server-cloudimg-amd64-disk-kvm.img

提示: 打开控制台已失败
Untitled.png

this method not help

vim /etc/modprobe.d/kvm-nested.conf
编辑kvm-nested.conf文件,并在最后添加如下内容

options kvm_intel nested=1 ept=0
## 主要是在后面添加ept=0
然后运行如下命令:

rmmod kvm-intel
## 卸载kvm_intel模块
modprobe kvm-intel ept=0 unrestricted_guest=0
## 安装kvm_intel模块
重新启动云主机
@AlanJager
Copy link
Contributor

@willzhang This is a UI issue for community version of ZStack. You can use one host trial license as a work around.

note: if you only use one host this work around is recommended

zstack-ctl install_license --license /var/lib/zstack/license/zstack_trial_license

then enter zstack-cli

LogInByAccount accountName=admin password=YOUR_PASSWORD

ReloadLicense

after license reloaded check your vnc it should be available.

@AlanJager
Copy link
Contributor

Or you can use a VNC client for access. Console address can be find above the UUID

截屏2022-08-09 下午8 03 57

@AlanJager
Copy link
Contributor

AlanJager commented Aug 9, 2022

This issue will be fixed in next LTS release.

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

No branches or pull requests

2 participants