xtrips

Members
  • Posts

    309
  • Joined

  • Last visited

Posts posted by xtrips

  1. Hello,

    What would be the best solution to easily share files from Unraid over the internet in read only mode?
    I am looking for something simple, something that would allow to generate a link to a file and send that link to someone ready to access, without the need to install anything on the receiver part.
    Any suggestions please?

  2. Hello
    Before I read the whole thread and investigate, I have a simple question to determine if Nextcloud is what i need.
    My goal is to be able to select specific files, or folders within my main folder and share them in read only over the internet.
    Obviously I wish this to be totally secure on my end and very easy for the receiver, maybe under the form of a link to click, that's it.

    Is Nextcloud what i need? If so is there a very simple walkthrough to install it and get this result? (I tried and failed already)

  3. I meant power outage, yes.
    The router is not in the vicinity of the UPS.
    I have many devices connected to the LAN and WiFi and they all recover from power outages with a connection to the internet. Unraid is the only thing that needs intervention.

  4. Hello,
    Is there a tool/app/setting that will help my server recover from losing its ip address after a power surge?
    Each time there is a power surge the server remains working thanks to the UPS but when the LAN comes back alive it does not get its LAN address back.
    A fixed Ip is set on the server and also on the router using the MAC address. Nevertheless only disconnecting the Ethernet plug and reconnecting it and then resetting my router helps it recover the ip address.

    Thanks

  5. Hello
    I vaguely remember that somehow it is possible to make an HDD sound a clicking noise for identification.
    I have an 18 HDD unraid server and need to replace a specific drive.
    As time went by the ID stickers I put on the sides just were blew off.
    How can I identify that specific drive without making a mess of my installation?

    Thank you

  6. Hello
    I tried to read some of the posts to solve my problem to no avail.
    I just want to make the Peer listening port work.
    Now just to start my tests on the right foot, have a look a the the screenshot please.

    image.thumb.png.726098ac164b23b1e636569bbbd183c8.png

    Should I use bridge or host mode? I tried to open both 51413 and 9091 ports on UTP and TCP, none worked.
    Please help.

  7. Hello,
    Is the My Server plugin interfering by any chance with the outside access to the server through open ports?
    It's weird. Transmission for example had an open listening port for years on my server. Then last I checked it has no access.
    Port is open in the router but the server seems blocking the access.
    Any idea?

  8. Hello,

     

    Is there a plugin, docker app or setting that will re-distribute data evenly and automatically over the disks after you add a new HDD to the array? Some of my disks are at the end of the line while others have some space left.

     

    Thanks

  9. Hello,

     

    I access Unraid via network mappings on Windows and every time something is downloaded by Transmission I need to use Winscp in order to move the files around, otherwise I have no access rights on the files. This does not happen with other dockers such as Sabnzbd for exemple. What did I mess with Transmission's settings?

  10. Hello,

     

    Any idea why VLC on Android (tvbox) fails to access a network path using SMB or NFS while providing the right authentication? The same path is accessed without any problem from Windows 10 or from network browsing apps on my IOS phone.
    Also Solid Explorer on that same Android box accesses the network path. Only VLC seems to have a problem.

  11. Hello,

    New install. Unable to connect to Newshosting or Astraweb using secured ports. Works with unsecured 119.
    I vaguely remember i already encountered this issue in the past and that has to do with cipher. But I am not sure.

    Please help

  12. Hello,

    Today suddenly my Sabnzbd seems to be corrupted.
    It does not scan the watched folder. And if I add something manually this is what I get:

     

    Traceback (most recent call last):
      File "/usr/lib/python3.9/site-packages/cherrypy/_cprequest.py", line 638, in respond
        self._do_respond(path_info)
      File "/usr/lib/python3.9/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
        response.body = self.handler()
      File "/usr/lib/python3.9/site-packages/cherrypy/lib/encoding.py", line 219, in __call__
        self.body = self.oldhandler(*args, **kwargs)
      File "/usr/lib/python3.9/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
        return self.callable(*self.args, **self.kwargs)
      File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 174, in internal_wrap
        return wrap_func(*args, **kwargs)
      File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 483, in api
        return api_handler(kwargs)
      File "/usr/lib/sabnzbd/sabnzbd/api.py", line 99, in api_handler
        response = _api_table.get(mode, (_api_undefined, 2))[0](name, output, kwargs)
      File "/usr/lib/sabnzbd/sabnzbd/api.py", line 320, in _api_addfile
        res, nzo_ids = sabnzbd.add_nzbfile(
      File "/usr/lib/sabnzbd/sabnzbd/__init__.py", line 695, in add_nzbfile
        return nzbparser.process_nzb_archive_file(
      File "/usr/lib/sabnzbd/sabnzbd/nzbparser.py", line 204, in process_nzb_archive_file
        data = correct_unknown_encoding(zf.read(name))
      File "/usr/lib/sabnzbd/sabnzbd/utils/rarfile.py", line 811, in read
        with self.open(fname, "r", psw) as f:
      File "/usr/lib/sabnzbd/sabnzbd/utils/rarfile.py", line 792, in open
        raise PasswordRequired("File %s requires password" % inf.filename)
    sabnzbd.utils.rarfile.PasswordRequired: File "MyFileName" requires password

     

     

    What is wrong?

     

    Added: In the meantime I uninstalled, reinstalled, tried other versions, it seems there is a problem with python on my Unraid. How do I cleanup and reinstall?