From 3302d33611794304fb53485f50be8ab1cc4261c4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 15 Jun 2022 14:53:49 +0530 Subject: 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'. --- topics/systems/virtuoso.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'topics') 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. -- cgit v1.2.3