Stephen Milner

Results 117 comments of Stephen Milner

@peterbaouoft no need to be sorry 😄

@peterbaouoft I'll give it a shot and report back!

Very close. I ended up hitting a missing directory and an SELinux issue. Here is how I found them ... ## Install ``` [root@fedora-27-ah-beta ~]# systemctl status firewalld Unit firewalld.service...

Thanks @cgwalters! I'll give it a run and see how things go.

@cgwalters fair enough. The changes look good to me. @cooktheryan what do you think?

Following exactly the steps in the paste (installing packages, unlocking, overwriting atomic rather than running from source, killing dbus) did end up working. I'm not sure if it's due to...

Tighter integration is something we'd like to add. In the nearer future we are planning on providing some of the node information by proxy through the commissaire API. In terms...

Hi @josephdong8088. Thanks for the report! I'll take a look and try to reproduce the issue.

Taking a look at the output my first thought is that the failure is coming from `sphinxcontrib-applehelp`: ``` raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (sphinxcontrib.applehelp 1.0.3 (/tmp/pip-install-9o0d_pdw/flask-track-usage_cbe6cf81d7a2455593cfdbd19c2e2fa/.egg/sphinxcontrib.applehelp-1.0.3-py3.9.egg), Requirement.parse('sphinxcontrib-applehelp'), {'sphinx'}) ``` I was...

This works for me with rev 5c94acc5e6eb520f1bcd183974e01171cc4c23b3 with the following code: ```go termbox.Close() syscall.Exec("/bin/sh", []string{"sh"}, os.Environ()) ```