Arndroid

Members
  • Posts

    156
  • Joined

  • Last visited

Posts posted by Arndroid

  1. Just now, dlandon said:

    The destructive mode allows clearing and formatting disks.  Look next to the drive and click on the red 'X'.  This will clear anything left on the disk (probably from preclearing) and should enable the 'Format' button.  Right now you are probably seeing a grayed out 'Mount' button meaning there is a partition on the disk without a file system that UD recognizes.  This will be the case for a precleared disk.

    Ah yes, sounds obvious now. Thanks a ton again!

  2. 17 hours ago, dlandon said:

    Uninstall and reinstall UD+.  The only thing that would do that is if 'parted' can't be found.  Parted is the partitioning command to work with partitions and is installed by UD+.  Destructive mode won't work without 'parted'.

    Right on, that worked wonders!

    Now, I do however still not see an option anywhere to format/mount the unassigned HDD. Where should I be looking specifically? Or should I format the drive externally first anyways? Thanks again! (Not sure what the Destroy mode is about then, my bad in that case, the disk is precleared but I do not wish to add it to the array pool, just mounting it)

  3. I have the plugin installed, and seem to be unable to get the web gui started:

    Accessing the port number on the server ip regardless shows unbalanced is indeed not started.

    Is this a common occurrence, there are no new logs in /boot/logs/unbalanced.log to be found

    image.png

  4. I'd like to be able to access my server through a monitor and mouse/keyboard when I lose connection to it through the LAN.

    Is it possible to have it headlessly (re)boot into GUI mode?
    And when it is in GUI mode, can it still be accessed through the WebGUI?

    Thanks!

  5. On 4/20/2022 at 8:51 PM, ljm42 said:

     

    You'll need to wait for 6.10.0-rc5 :)

    RC5 has now been released, I installed it yesterday. Got the chance to configure a commerial VPN today alongside my WG VPS Tunnel. (Set as "Remote Access To Server", which is also selectable now through the Docker Network Type dropdown)

     

    And things are working wondrously! My NZBVpn docker was acting up, installed de LS.io one, hooked it up through my WG commerical VPN config which I simply imported, and bam, stuff is working, confirmed it with curl inside the container.

    Thanks UnRAID and Community! :D

    • Like 1
  6. Oh dear, that would be amazing to have.
    I only have Host, Bridge, None and Custom: br0 as available Network Interfaces. (I have no clue how to create another "Custom" interface, I guess...)

    Even when setting up my second NIC calling it 'eth1', it does not show up as an option.

    I will have to give this another go, but I have not seen WireGuard Tunnels as Network Interfaces before in my setup. Would this only be the case with "VPN Tunnel" as selected option?

     

  7. 17 hours ago, ljm42 said:

    For anyone following this thread, be sure to check out the first post for a sneak peek into 6.10.0-rc5, coming Soon(TM)!  

     

    Starting with this release you will be able to assign specific Docker containers to a VPN tunnel connected to a commercial provider! The rest of your server will use the normal Internet connection while your selected containers use WireGuard. There is even a kill switch, so if the WireGuard tunnel goes down, the containers will not be able to access the Internet.

    Oh that may be perfect for my needs.

    I currently have a "Server to Server" tunnel to a VPS to mask my IP from my publicly hosted websites.
    Would this enable assigning the tunnel as a Custom Network/Custom Bridge to individual Dockers? That is what I am looking for, as the VPS has limited bandwidth.
    (Or would you know if that would be possible, at all?)

  8. I had to install libff for pip install docker-composer to continue compiling, but then I hit the next roadblock:
    https://privatebin.net/?bf0cf3c08a7bb1b0#CaQ14ecEtVrPPPp1LAY32ZnRJCumBsK2m8tagJpgL43t

    I don't see what I'm missing, but it errors at: subprocess32

    Were you able to compile/install it? What other Nerd Pack packages have you got installed?
    I'm currently running Unraid 6.8.3

    Edit:
    py-pip, python-dev, libffi-dev, openssl-dev, gcc, libc-dev, and make are the dependencies necessary.

     

  9. I came here searching for an answer, apparently two people have experienced the same issue within the last couple of hours.

    I also have the line 6 issue using docker-compose.
    Python installed, setuptools also installed, no dice either.

    I'll try removing docker-compose and installing it again.

    Edit: did a uninstall of Docker-compose and python, pip and setuptools, reinstalled them, no dice either, unfortunately. (installed the SBo one)

  10. I don't think I've seen it mentioned anywhere, but I am updating this way:

    Go into the Docker's console through the webgui or ssh docker exec -it nextcloud bash.
    sudo -u abc php7 config/www/nextcloud/updater/updater.phar

    Common OCC commands:

    sudo -u abc php7 /config/www/nextcloud/occ db:add-missing-indices

    sudo -u abc php7 /config/www/nextcloud/occ db:convert-filecache-bigint

    Other than that it should be straight forward how to proceed.
    It's mostly a note for myself, but it's really easy like this.

    Not that Nextcloud doesn't jump from 15 to 18 for example, but goes through every major version upgrade before you get there in the end.
    I recommend looking at the overview page in the Nextcloud webgui and fix every single warning/issue before proceding to the next version, and do reboots of the docker in between.

     

    • Thanks 1
  11. Thanks a ton @rix for your support! Also to Squid of course!
     

    -e USER=USERNAME \ 
      -e PASS=PASSWORD \
      -e DEVICE=DEVICENAME \

    Adding these variables to my docker template made it work. (Instead of using the Credentials variable that is coming with it by default.)

    Works wonders now with Organizr v2. :)

     

  12. I'm using the MyJD-API, trying to get jDownloader2 up in Organizr.

    Let me first say thanks a ton for creating MyJD-API!

    I do however have a issue getting it started.

    The credentials parameter is set correctly, but I did notice this in the Docker Command:

    Quote

    -e HOST_OS="Unraid" -e ' PARAMETER'='--jd-user=

     

    The extra ' must be messing up something, right? Since when the docker is running it outputs this:

    Quote

    Could not connect to My JDownloader! Exiting...
    Please provide "-e PARAMETER=[--jd-user=<USERNAME> --jd-pass=<PASSWORD>" for the first run of this docker image!

    But it is provided, and I double checked the credentials.

    What can I try to solve this? I see the appdata folder for MyJD-API is empty still, so I'm not sure where to begin right now.