Xcelsior86

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Xcelsior86

  1. I followed SpaceinvaderOne's video on converting my cache drive to ZFS, but I am unable to format it no matter what I try.  It just keep coming up Unmountable when I start the array even after I try to format it.  I have tried using the blkdiscard /dev/nvme0n1 -f command before and after a reboot, but still won' work at all.  The drive has been working without issue before trying to do this.  I have attached my diagnostics file.

     

    Edit:  Well this is frustrating.  I figured I would try to format as XFS to see what would happen and it worked flawlessly.  I'd prefer to use ZFS if I could, but at least for now I can have my cache drive up and running until I can find a solution.

    vault-111-diagnostics-20230826-2038.zip

  2. I've set this up as directed, but now I can't access any of the containers on the br1 interface.  The docker network is on a VLAN through Pfsense.  The containers seem to be running ok, ie NGINX proxy manager as I can access the hosts I've created with it, but I can't access the GUI of itself.  Any ideas?

     

    EDIT: After posting this, I disconnected my VPN on my PC and I am now able to access the GUI's.  I'll leave this here just in case someone else might run into this issue.

  3. Just installed this today and for whatever reason, the docker icons themselves are changed to the icon I'm using for the folder itself.  I've tried everything in the settings and nothings seems to get the regular icons back other than removing the icon I set for the folder.  Anyone else run into this issue?

  4. Has anyone been able to make this work with reverse proxy?  I have tried everything including adding "baseURL":"https://shinobi.mydomain.com" which just made it extremely slow.  I've got this on a VLAN and the only resolution I've seen is to change it not be on a VLAN and just be on the Unraid server IP.

     

    Edit:. Solution to reverse proxy working with the container on a VLAN.  In docker settings, "Host access to custom networks:" needs to be enabled.  Once enabled, it works.

  5. I did an install on an Ubuntu VM myself with ease.  Only problem I'm having is I'm not able to make it public with my domain through Nginx Proxy manager.

  6. On 3/8/2020 at 10:09 AM, alturismo said:

    may a simple sample

     

    i run my ovpn_privoxy docker and i want another docker (sample xteve) run through the vpn connection cause the app doesnt provide a proxy feature

     

    so i setup the xteve docker as followed

    image.thumb.png.1e22e396f35f64173be12b11002db8f8.png

    will result in

    image.thumb.png.cecd3a31bc99cd528a4e49332f0a1b9c.png

     

    now xteve docker is using the network from my ovpn_privoxy docker ...

     

    if the vpn docker is in bridge mode, u have to map the port(s) from the client docker(s) of course ... in this sample 34400 34400 on the ovpn_privoxy docker

     

    works and tested here as note, very nice and thanks again to limetech for adding this

    How do I map the ports between containers?  For example, NZBGet.  I've got that container set as you have above, but I am unsure of how to map properly.  How do I configure port 6789 in this case?  Thanks for the info so far. 

  7. This is all I have in the logs from the docker page on Unraid:

     

    Quote

    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 30-config: executing...
    setting up sudo access
    setting sudo password
    Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully
    [cont-init.d] 30-config: exited 0.
    [cont-init.d] 99-custom-scripts: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-scripts: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    info Server listening on http://localhost:8443
    info - Using custom password for authentication
    info - Not serving HTTPS

    Docker mods sound exciting.  Where can we make more requests if we have any?  

  8. I made an attempt at updating from the web ui and everything went fine until i got this error:

    "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files… / Rescan…)"

     

    I click the "List of invalid files" and i get the error shown below and below that are the current and expected hashes.  I have searched everywhere and the link to the documentation, but I havent found any fixes.  What can I do?

     

    Results ======= - user_external - INVALID_HASH - appinfo/info.xml - lib/smb.php

  9. 1 hour ago, binhex said:

    dunno where you got that ovpn config file from, but the endpoint (as specified via the remote line) does not exist, thus the dns failure, check your vpn provider for a updated ovpn file.

    The only thing that has changed is the container being updated, nothing else.  I downloaded another file from Express VPN which had the same name and still no luck.  Is this container not compatible with Express VPN any longer?

     

    EDIT: I guess my preferred server is currently not working.  Switched to another server and it's working now.  Strange.

  10. Having an issue after the update as well.  I can't access the GUI and the proxy isn't working.  Looks to be a DNS error with the VPN.  I've removed all the DNS servers that were there before and am only using Google DNS.  Everything worked fine before the update.

    Screenshot_20191223-091630_Chrome.jpg

  11. I keep getting the error at the bottom of the screenshot attached.  Apparently it has something to do with NPM and/or Node.js.  How would I go about installing Node.js on unraid or within the code server docker itself. 

     

    Also, what would be the best path to use for saving files?  Example: /files to /filesshare.

     

    Thanks.

    Screenshot_20191219-235603_Chrome.jpg

  12. From what I understand, upgrading is as simple as just put in the new hardware and turn on the system and go?  I'll be upgrading from my old i5 to a new ryzen based system, will there be any issues with this upgrade on the existing server?

     

    Also thinking about getting a SAS card so I wanted to check if adding that will have any affect on the array or is all the config saved on the USB key?

     

    Thanks