summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorArun Isaac2022-06-15 14:53:49 +0530
committerArun Isaac2022-06-15 14:53:49 +0530
commit3302d33611794304fb53485f50be8ab1cc4261c4 (patch)
treea435d89a4f86682d6a3cee3f1929fb0cd2256a04 /topics
parent9afe8f49315997a6739070df9f233e53b655f4e4 (diff)
downloadgn-gemtext-3302d33611794304fb53485f50be8ab1cc4261c4.tar.gz
virtuoso: Enter all namespaces with `nsenter -a'.
* topics/systems/virtuoso.gmi (Running virtuoso)[Running virtuoso in a guix system container]: Enter all namespaces with `nsenter -a'.
Diffstat (limited to 'topics')
-rw-r--r--topics/systems/virtuoso.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi
index 44edcf5..9ba5fa1 100644
--- a/topics/systems/virtuoso.gmi
+++ b/topics/systems/virtuoso.gmi
@@ -41,7 +41,7 @@ sudo $(guix system container --network --share=/tmp/virtuoso-state=/var/lib/virt
When running the above command, you will be given the container's PID. Should you want to inspect the container, you can run:
```
-sudo nsenter -t PID -m -p -i -u (readlink -f $HOME/.guix-profile/bin/zsh)
+sudo nsenter -at PID (readlink -f $HOME/.guix-profile/bin/zsh)
```
Also, in this set-up, note that the conductor web interface is not supported in the GUIX Service that's part of guix-bioinformatics. It isn't required for using virtuoso as a SPARQL server and only adds to the confusion.