Eugen
Eugen
@blag The change mentioned (which is BTW a direct push to master and not a PR :-1: ) just brings workarounds for self-check script, but doesn't fix the root cause....
It looks like we don't support Telegram in `st2chatops` yet, according to https://github.com/StackStorm/st2chatops/blob/4547240069906c1ea5411068183fa22c434559f1/package.json#L8-L23 It might work, but none tested it. For so simple code change you might open a PR...
Based on https://github.com/StackStorm/st2/blob/e2e4e26381841e57193129a8b5beeefbe1c256aa/requirements.txt#L21-L25 ``` git+https://github.com/StackStorm/[email protected]#egg=orquesta git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend ``` we have `orquesta`, `st2-auth-backend-flat-file`, `st2-auth-ldap` and `st2-rbac-backend` affected by this. I'm including Orquesta in the list, because its version is bumped...
> Hacking hubot-stackstorm won't help either Thanks, that clarifies everything. Should I close it or maybe you can set `wontfix` tag, to make it "Known" and avoid others opening duplicated...
We don't support `arm` packages and don't have any plans to add them. However you can try to adjust `deb` and `rpm` packages as well as try to build them...
@lattisimo Would be good to know the more context around this issue: what led you to this solution, what's the issue, error message, etc.
One of disccussions in Slack started here: https://stackstorm.slack.com/archives/stackstorm/p1453446166029897
@Kami Re-opened for you, since you're digging into this and probably will remove `root` for `st2actionrunner`.
@dennybaa I guess this is solved via https://github.com/StackStorm/st2-packages/pull/205 ? If yes, is it available only in `1.4dev` package or ready in `1.3.2` package as well?
@karthi81 I guess your issue related to https://github.com/StackStorm/st2/issues/3298. That's because `st2actionrunner` service is executed by root.