summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-07-25 19:07:24 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-07-25 19:07:24 +0200
commit859c33d42b846efa7b290007f6762d366fe4bf98 (patch)
tree4990852d67f4e792e94eb4f36207a65e11a4b272 /docs
parent12a50bc6fe71d0c08f79b993aa0ae9465444a155 (diff)
docs: add solutions for (ll)fuse installation problems
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 54895527a..985f43eba 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -57,6 +57,11 @@ Some of the steps detailled below might be useful also for non-git installs.
apt-get install build-essential
# optional: lowlevel FUSE py binding - to mount backup archives
+ # in case you get complaints about permission denied on /etc/fuse.conf:
+ # on ubuntu this means your user is not in the "fuse" group. just add
+ # yourself there, log out and log in again.
+ # if it complains about not being able to find llfuse: make a symlink
+ # borg-env/lib/python3.4/site-packages/llfuse -> /usr/lib/python3/dist-packages/llfuse
apt-get install python3-llfuse fuse
# optional: for unit testing