summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2025-03-23 17:10:39 +0100
committerPjotr Prins2025-03-23 17:10:39 +0100
commit7b0ac497a4bd73b40b83d33490b9646eadfbc265 (patch)
tree3dd6310040404fd3ce75caee7480cb5601a017f7
parent839c48c05822c39c5b56e3e5be6d8cfbbb86a96e (diff)
downloadgn-gemtext-7b0ac497a4bd73b40b83d33490b9646eadfbc265.tar.gz
On sshfs drops
-rw-r--r--topics/systems/backup-drops.gmi14
1 files changed, 13 insertions, 1 deletions
diff --git a/topics/systems/backup-drops.gmi b/topics/systems/backup-drops.gmi
index a4677f7..564c139 100644
--- a/topics/systems/backup-drops.gmi
+++ b/topics/systems/backup-drops.gmi
@@ -98,7 +98,7 @@ Next
ssh -v -i ~/.ssh/id_ecdsa_backup bacchus@dropserver
```
-should give a Broken pipe(!) or it says `This service allows sftp connections only`.
+should give a Broken pipe(!) or -- more recently -- it says `This service allows sftp connections only`.
When running sshd with a verbose switch you may see something like
fatal: bad ownership or modes for chroot directory component "/export/backup/"
@@ -121,6 +121,18 @@ chown bacchus.bacchus backup/bacchus/drop/
chmod 0700 backup/bacchus/drop/
```
+Another error may be:
+
+```
+fusermount3: mount failed: Operation not permitted
+```
+
+This means you need to set the suid on the fusermount3 command. Bit nasty in Guix.
+
+```
+chmod 4755 /usr/bin/fusermount
+```
+
If auth.log says error: /dev/pts/11: No such file or directory on ssh, or received disconnect (...) disconnected by user we are good to go!
Note: at this stage it may pay to track the system log with