summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-02 05:40:19 +0300
committerFrederick Muriuki Muriithi2024-03-02 05:40:19 +0300
commit9a49b594faa0c84c9752167fe5edd7876460ed71 (patch)
tree5aebf9093072a79ff2ce0a5b534c0243595078e3 /issues
parent3f630f9f61d7870447bd91d931903f79bd432409 (diff)
downloadgn-gemtext-9a49b594faa0c84c9752167fe5edd7876460ed71.tar.gz
Update issue with results of testing hypothesis.
Diffstat (limited to 'issues')
-rw-r--r--issues/gn-auth/registration.gmi19
1 files changed, 19 insertions, 0 deletions
diff --git a/issues/gn-auth/registration.gmi b/issues/gn-auth/registration.gmi
index 67393bf..57438ac 100644
--- a/issues/gn-auth/registration.gmi
+++ b/issues/gn-auth/registration.gmi
@@ -91,3 +91,22 @@ drwxr-xr-x 2 wrk root 4096 Jul 29 2023 wrk
```
you see that the genenetwork-sqlite and genenetwork-xapian directories are owned by different users (and groups for that matter), which might explain why after the test1 system was built, the cd system could no longer write to the db file.
+
+----
+
+Testing the hypothesis: Hypothesis confirmed.
+
+Rebuilding the container changed ownership from:
+```
+drwxr-xr-x 2 guixbuilder11 983 4096 Nov 3 04:20 genenetwork-sqlite
+```
+to
+```
+drwxr-xr-x 2 guixbuilder13 981 4096 Nov 3 04:20 genenetwork-sqlite
+```
+
+Attempting to register a user again was also successful.
+
+## Proposed Solution
+
+Figure out how to make the authorisation database file be accessible from multiple containers with read-write permissions.