coffeepen

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by coffeepen

  1. Thank you!! I'll give it a whirl when I find some free time. Crossing my fingers.
  2. I love how installing new hard drives is soooo easy! and I don't need to worry about where I plugged in the drives! Its so easy.
  3. I tried following what you guys did, but I got this error: pip3 install pyfuse3 Collecting pyfuse3 Using cached https://files.pythonhosted.org/packages/0e/f6/fd90c178fd2e3a7db9744769c70ee8c88ce83140580508bcc964f1614b7f/pyfuse3-2.0.0.tar.gz Requirement already satisfied: trio in /usr/lib64/python3.7/site-packages (from pyfuse3) (0.13.0) Requirement already satisfied: attrs>=19.2.0 in /usr/lib64/python3.7/site-packages (from trio->pyfuse3) (19.3.0) Requirement already satisfied: outcome in /usr/lib64/python3.7/site-packages (from trio->pyfuse3) (1.0.1) Requirement already satisfied: idna in /usr/lib64/python3.7/site-packages (from trio->pyfuse3) (2.8) Requirement already satisfied: sortedcontainers in /usr/lib64/python3.7/site-packages (from trio->pyfuse3) (2.1.0) Requirement already satisfied: async-generator>=1.9 in /usr/lib64/python3.7/site-packages (from trio->pyfuse3) (1.10) Requirement already satisfied: sniffio in /usr/lib64/python3.7/site-packages (from trio->pyfuse3) (1.1.0) Installing collected packages: pyfuse3 Running setup.py install for pyfuse3 ... error ERROR: Complete output from command /usr/bin/python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-pr93ncth/pyfuse3/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-15ssg5gi/install-record.txt --single-version-externally-managed --compile: ERROR: running install running build running build_py creating build creating build/lib.linux-x86_64-3.7 copying src/_pyfuse3.py -> build/lib.linux-x86_64-3.7 copying src/pyfuse3_asyncio.py -> build/lib.linux-x86_64-3.7 running build_ext building 'pyfuse3' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/include/python3.7m -c src/pyfuse3.c -o build/temp.linux-x86_64-3.7/src/pyfuse3.o -I/usr/include/fuse3 -DFUSE_USE_VERSION=32 -Wall -Wextra -Wconversion -Wsign-compare -DPYFUSE3_VERSION="2.0.0" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-function -Wno-unused-parameter In file included from /usr/lib64/gcc/x86_64-slackware-linux/8.3.0/include-fixed/syslimits.h:7, from /usr/lib64/gcc/x86_64-slackware-linux/8.3.0/include-fixed/limits.h:34, from /usr/include/python3.7m/Python.h:11, from src/pyfuse3.c:4: /usr/lib64/gcc/x86_64-slackware-linux/8.3.0/include-fixed/limits.h:194:15: fatal error: limits.h: No such file or directory #include_next <limits.h> /* recurse down to the real one */ ^~~~~~~~~~ compilation terminated. error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command "/usr/bin/python3 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-pr93ncth/pyfuse3/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-15ssg5gi/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-pr93ncth/pyfuse3/ I installed gcc from the Unraid dev pack plugin, and installed fuse3 using installpkg like you guys discussed. Is it possible to roll back to a previous version of borg in nerd pack? I cant recover documents I need.
  4. any idea why im getting this error? $ borg mount ./ mount borg mount not available: loading FUSE support failed [ImportError: No module named 'llfuse'] i def have llfuse installed and up-to-date in nerd pack Tower nerdpack: llfuse-1.1 package up to date, checksum ok. Would it be better to use a docker container to do this instead of user scripts then?