Nischi

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Nischi

  1. I encountered problems when I upgraded my win10 install to win11. very unreliablef, and black screen, it would also hang the picture of "restarting". I changed from VNC to SPICE, seems to work so far at least, althought its really sluggish to get past the login prompt for win11, but after that everything seems fine.
  2. Seems like those lines in the go file were the culprit. I'm not sure why, maybe because I restored from my backup or maybe because of the update 6.12.1. But all my plug-ins got uninstalled. Had to reinstall all of them. But now it's in working order again. Thanks for the help!
  3. Well spotted. Will try that and report back
  4. Thanks again. I will first try to revert back to 6.11.5 to see if that works, otherwise I guess I have to wait for 6.12.2. Also I just realized that 6.1.33 of course is the kernel version not the unraid version.
  5. Tried changing the port to 10081 and 12081, still seems to be the same issue. might it be something else? Is there some way to revert to older version without GUI, maybe with CLI? Also I'm a bit confused as the version says 6.1.33. thought it would have said 6.12.0 See newly attached diagnostics. unraid-diagnostics-20230622-1820.zip
  6. wow that was fast. Thanks Okay, will try that, not sure what suddenly got port 80 after an upgrade. Maybe the most easy way to resolve for now might be to change unraid's port number instead.
  7. I went from 6.11.5 ro 6.12.0 a few days ago (before the 6.12.1 hit). Now my webui won't start, not remotely nor on localhost. I tried to restore from a backup to a new usb-stick. I also run my router inside a VM on this machine, where i passthrough a NIC. I'm not sure what is wrong. Any ideas from someone? from what I can glance, this might be relevant? changeme-diagnostics-20230622-1618.zip
  8. Yeah I made it work, just took the part I needed, thanks!
  9. Thanks! It was enough to find the script you mentioned.
  10. Hello! Is there some way to run scripts delayed after startup of array? My Issue is that I run my router in a VM, and my script is reliant on having an internet connection. so if I could delay the script execution to 3 minutes after the start of the array the issue would disappear.
  11. I'd like to request the perfect companion for rar2fs. https://github.com/gburca/rofs-filtered It let's you filter out files you don't want mounted, such as .nfo and sample-files.
  12. ah, I think it's related to me having a ryzen 3800x. Thanks
  13. I am root, but I have another user setup for smb-shares.
  14. Yes I did check that also, forgot to mention it. I wonder why I won't get that file which is missing...what is it for?
  15. I'm having a similar issue to Cilusse I think. My output is and output from ls -l is I have tried to delete the files I had in certs, and then go from yes on ssl to no, and then back. even rebooted. but I still only get the one file. As you can see from the first qoute I get the error that my controlr_key.pem is missing, but I can't seem to re-create it.
  16. I'd like to see if we could get rar2fs updated to release v1.29.0.
  17. We tried making mount command work earlier in the thread, but I gave up Please do tell if you find out some way to make it work!
  18. I assume you mean python-setuptools-41.0.1-x86_64-1.txz. I have that installed. I just tried "installpkg fuse3-3.7.0-x86_64-1.txz" now and it installs, but the pip3 command for pyfuse3 stil gives the same error. Oh well, I miight just give up on this one
  19. upgradepkg --install-new fuse3-3.7.0-x86_64-1.txz +============================================================================== | Upgrading fuse3-3.6.2-x86_64-1_SBo package using ./fuse3-3.7.0-x86_64-1.txz +============================================================================== Pre-installing package fuse3-3.7.0-x86_64-1... Removing package: fuse3-3.6.2-x86_64-1_SBo-upgraded-2019-10-29,17:32:30 Verifying package fuse3-3.7.0-x86_64-1.txz. Installing package fuse3-3.7.0-x86_64-1.txz: PACKAGE DESCRIPTION: # fuse3 (Filesystem in Userspace v3) # # FUSE is a simple interface for userspace programs to export a virtual # filesystem to the Linux kernel. FUSE also aims to provide a secure # method for non privileged users to create and mount their own # filesystem implementations. # # Homepage: https://github.com/libfuse/libfuse # Executing install script for fuse3-3.7.0-x86_64-1.txz. Package fuse3-3.7.0-x86_64-1.txz installed. Package fuse3-3.6.2-x86_64-1_SBo upgraded with new package ./fuse3-3.7.0-x86_64-1.txz. root@unraid:/mnt/user/non-share.files# pip3 install pyfuse3 Collecting pyfuse3 Using cached https://files.pythonhosted.org/packages/0e/f6/fd90c178fd2e3a7db9744769c70ee8c88ce83140580508bcc964f1614b7f/pyfuse3-2.0.0.tar.gz ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-i438an_4/pyfuse3/setup.py", line 275, in <module> main() File "/tmp/pip-install-i438an_4/pyfuse3/setup.py", line 74, in main compile_args = pkg_config('fuse3', cflags=True, ldflags=False, min_ver='3.2.0') File "/tmp/pip-install-i438an_4/pyfuse3/setup.py", line 163, in pkg_config if subprocess.call(cmd) != 0: File "/usr/lib64/python3.7/subprocess.py", line 323, in call with Popen(*popenargs, **kwargs) as p: File "/usr/lib64/python3.7/subprocess.py", line 775, in __init__ restore_signals, start_new_session) File "/usr/lib64/python3.7/subprocess.py", line 1522, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config': 'pkg-config' ---------------------------------------- ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-i438an_4/pyfuse3/ seems like it's stil not working. Am I using the wrong fuse-file?
  20. What version of Unraid are you on? You could try installing setuptools and pip and then pip install pyfuse3. Let me know if that works. No since in messing with llfuse if it's deprecated. I'm on 6.8.0 rc4. I tried pip install pyfuse3, but I got an error. pip install pyfuse3 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. Collecting pyfuse3 Downloading https://files.pythonhosted.org/packages/0e/f6/fd90c178fd2e3a7db9744769c70ee8c88ce83140580508bcc964f1614b7f/pyfuse3-2.0.0.tar.gz (546kB) |████████████████████████████████| 552kB 1.8MB/s ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-7emqXn/pyfuse3/setup.py", line 224 raise SystemExit('Cython needs to be installed for this command') from None ^ SyntaxError: invalid syntax ---------------------------------------- ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-7emqXn/pyfuse3/ After that I tried pip install cython, which successully installs it says, but the same error persists when trying pyfuse3 again.
  21. Hey again I ran into another issue with borg today. The borg mount command requires the library llfuse, I tried installing it from nerdpack, but it seems like it won't find it. I get the following error: borg mount /backups/critical_files . borg mount not available: loading FUSE support failed [ImportError: No module named 'llfuse'] Theres a github thread about this at https://github.com/borgbackup/borg/issues/1726 which seems resolved as soon as llfuse was added. Edit. Also found this comment "Install Python FUSE library Be sure to install it into the same Python environment as Borg itself." from https://docs.borgbase.com/restore/ Edit again. Seems llfuse is depricated and pyfuse3 is recommended if possible. https://pypi.org/project/llfuse/ Edit agan again.... llfuse from nerdpack is version 1.1. Just found this in /usr/lib64/python3.7/site-packages/borgbackup-1.1.10-py3.7.egg-info/requires.txt "[fuse] llfuse<2.0,>=1.3.4" So maybe just upgrading llfuse in nerdpack will fix this?
  22. Pro tip. Perform the command from screen so you don't need to keep the terminal open all the time. Going through the same procedure as well now.