Zexi Li
Zexi Li
@mareksubocz PR https://github.com/ms-jpq/coq_nvim/pull/479 try to fix this usage in pre_select mode.
If I run 'while true; do echo 1; done' command in shell, the browser will be stucked. 
``` autocmd FileType html let b:AutoPairs = AutoPairsDefine({'>' : '
Try: ``` autocmd FileType html let b:AutoPairs = AutoPairsDefine({'>' : '
@redjack666 我在 centos 7.9 上安装没有问题,麻烦执行下面的命令排查下: ```bash $ cat /etc/yum.repos.d/yunion.repo $ yum search yunion-executor $ yum install -y yunion-executor ```
bmc 是否打开了 `IPMI Over Lan` 的功能?
执行下面的命令看下这台物理机的 ipmi 信息: ```bash # 找到这台物理机 $ climc host-list # 然后查看这台物理机的 ipmi 信息 $ climc host-ipmi $host_id ``` 另外可以用 ipmitool 获取下 power status 看下用户密码这些信息是否正确,比如 ipmi_ip 是 192.168.1.1, user 是 root,...
> > 执行下面的命令看下这台物理机的 ipmi 信息: > > ```shell > > # 找到这台物理机 > > $ climc host-list > > > > # 然后查看这台物理机的 ipmi 信息 > > $ climc host-ipmi...
这个问题我再看下代码,如果不需要物理机目前的操作系统,可以先试试使用 PXE 引导注册。
/assign @zexi