From 169eff588a88ae37deddece486e27b820a686ff7 Mon Sep 17 00:00:00 2001 From: jgart Date: Fri, 10 Sep 2021 01:18:04 -0400 Subject: kill-jupyter permissions on penguin2 I want to run the following on penguin2: ps aux | grep jupyter | awk '{ print $2 }' | xargs kill -9 --- topics/notebooks/user-stories.gmi | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/topics/notebooks/user-stories.gmi b/topics/notebooks/user-stories.gmi index 665ff3b..7cb6b05 100644 --- a/topics/notebooks/user-stories.gmi +++ b/topics/notebooks/user-stories.gmi @@ -78,10 +78,30 @@ If I try to run it with the `--container` flag then I run into permission issues inside another container. -### Question(s) +## Question(s) -Do we want to not hard code guix-kernel to run inside a container and instead to be able to explicitly +### + +Do we want to avoid hard coding guix-kernel to run inside a container and instead be able to explicitly specify a container environment from the binderlite app or should this be left to guix-kernel? -See above section on guix-kernel runs by default in a container. +See above section on guix-kernel running by default in a container. + +### + +I currently cannot kill running jupyter instances on penguin2: + +``` +kill-jupyter +kill: (1251): Operation not permitted +kill: (34495): No such process +kill: (52689): Operation not permitted +kill: (52720): Operation not permitted +kill: (52956): Operation not permitted +Killed +``` + +=> https://git.genenetwork.org/jgart/binderlite/src/branch/master/bin/kill-jupyter kill-jupyter + +How should I get around this? -- cgit v1.2.3