2020-11-06 02:56:56 UTC - Joshua Dunham: Does the user this process is running as have read-write on the pid (docker pid?) or possibly there is a check to make sure the mode is set to a specific permission. Like ~/.ssh/keys must be 600 https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1604631416246700?thread_ts=1604601806.245900&cid=C3TPCAQG1 ---- 2020-11-06 02:57:27 UTC - Joshua Dunham: If you look in utils.py line 658 what is it trying to check and what does it say leads to that error. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1604631447246900?thread_ts=1604601806.245900&cid=C3TPCAQG1 ---- 2020-11-06 02:59:37 UTC - Joshua Dunham: Hey Everyone. Still in the discovery phase of using OW. Should I be thinking of this as a REST service replacement? So parsing HTTP verbs and routing to the correct function? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1604631577248900?thread_ts=1604631577.248900&cid=C3TPCAQG1 ---- 2020-11-06 03:07:43 UTC - Joshua Dunham: Usually I write an endpoint with routing on the HTTP verbs ... but I can't even find an example of anyone routing like that. It feels like POST is the (only?) supporting method and so I would have a seperate URL for GET vs POST vs .... ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1604632063250100?thread_ts=1604631577.248900&cid=C3TPCAQG1 ---- 2020-11-06 03:16:54 UTC - Rodric Rabbah: Can def do that. Personally I go back and forth. Sometime mapping a verb to a function and others having a single function that parses the verb and dispatches locally.
Both valid approaches. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1604632614252300?thread_ts=1604631577.248900&cid=C3TPCAQG1 ---- 2020-11-06 06:22:03 UTC - Lixiang Ao: I think pid_mode is a docker parameter that decides whether create a new pid namespace for the new container https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1604643723252500?thread_ts=1604601806.245900&cid=C3TPCAQG1 ---- 2020-11-06 06:23:05 UTC - Lixiang Ao: it should be None of “host”…but somehow it’s a “\n”…which means probably some config file is corrupted https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1604643785252800?thread_ts=1604601806.245900&cid=C3TPCAQG1 ---- 2020-11-06 06:23:24 UTC - Lixiang Ao: I’m trying to trace where the value is set https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1604643804253000?thread_ts=1604601806.245900&cid=C3TPCAQG1 ----