dove-young

Results 27 comments of dove-young

I am using neovim in macOS Sierra. I got :helptags ~/.vim/doc works and tag file created. But :help learnvim failed with E149 error. ``` 10115 + 21:18:42 + ~/.vim/doc ->...

I tried `gem install travis` on my Mac and got 404 not found error ``` gem install travis   2 ERROR: Could not find a valid gem 'travis' (>= 0),...

I tried `sudo gem install travis --source 'https://rubygems.org/'` command. It installed `travis` but still display at the end of installation ``` Installing ri documentation for travis-1.10.0 Done installing documentation for...

Then when I tried `sudo gem install json -v '2.5.1' --source 'https://rubygems.org/'` it failed at the same error ``` sudo gem install json -v '2.5.1' --source 'https://rubygems.org/'   1 Building...

st2chatops version is ``` yum info st2chatops Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Installed Packages Name...

I update my ansible-st2 to the latest, and the failure is the same. ``` commit 329660b6bb80a2a6cbaf33376c219c525cef2335 Merge: 9710898 c379542 Author: Eugen C Date: Thu Jun 18 21:03:11 2020 +0100 Merge...

I found it . It comes after a ` systemctl daemon-reload` ``` [root@agentavtone-worker2 ansible-st2]# vim /usr/lib/systemd/system/st2chatops.service [root@agentavtone-worker2 ansible-st2]# systemctl daemon-reload [root@agentavtone-worker2 ansible-st2]# systemctl status st2chatops ● st2chatops.service - StackStorm service...

After `systemctl daemon-reload` , `st2chatops` can be found in `systemctl status st2chatops`, but it does not work. and it is not found in `systemctl list-units`. ``` [root@ chatops]# systemctl status...

Found a known issue https://bugzilla.redhat.com/show_bug.cgi?id=2021039

I can workaround it by run this command ``` oc adm policy add-scc-to-user privileged -z memcached-operator-controller-manager -n memcached-operator-system ```