Zexi Li

Results 204 comments of 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. ![image](https://user-images.githubusercontent.com/10767027/27340837-1817a3bc-560e-11e7-811e-6e0e051ac907.png)

``` 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 ```

执行下面的命令看下这台物理机的 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 引导注册。