summaryrefslogtreecommitdiff
path: root/topics/notebooks/user-stories.gmi
diff options
context:
space:
mode:
authorjgart2021-09-10 01:18:04 -0400
committerjgart2021-09-10 01:18:04 -0400
commit169eff588a88ae37deddece486e27b820a686ff7 (patch)
tree8b4fbc8e7470771444574181ab94b233ea6a4870 /topics/notebooks/user-stories.gmi
parent98f7d90d87471111dd4fe7a10668e785dfdbd2cf (diff)
downloadgn-gemtext-169eff588a88ae37deddece486e27b820a686ff7.tar.gz
kill-jupyter permissions on penguin2
I want to run the following on penguin2: ps aux | grep jupyter | awk '{ print $2 }' | xargs kill -9
Diffstat (limited to 'topics/notebooks/user-stories.gmi')
-rw-r--r--topics/notebooks/user-stories.gmi26
1 files 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?