Jump to content

hios

Members
  • Posts

    4
  • Joined

Posts posted by hios

  1. 10 hours ago, hios said:

    My container started throwing DNS failures last night out of nowhere. It's been running for the last year+ with no problems. I did restart the server twice during that time while trying to fix an encrypted volume that wouldn't unmount, but it wasn't in any way related to deluge. What's odd is that my binhex-sabnzbdvpn container is working just fine, with the same config. All other containers and Unraid are working just fine. I've tried:

     

    Generating a new Mullvad config fixed it. No clue why the old one stopped working all of a sudden.

  2. My container started throwing DNS failures last night out of nowhere. It's been running for the last year+ with no problems. I did restart the server twice during that time while trying to fix an encrypted volume that wouldn't unmount, but it wasn't in any way related to deluge. What's odd is that my binhex-sabnzbdvpn container is working just fine, with the same config. All other containers and Unraid are working just fine. I've tried:

    • Stopping/restarting the container multiple times
    • Restarting the server
    • Changing the DNS servers back to the default (I was using Mullvad's, and am still using Mullvad's for sabnzbd)

    I could easily be wrong, but based on the logs it seems like the vpn starts up and gets a public IP. However, I can't ping from the container and a website port checker says the connection isn't open. My logs are attached and I'd appreciate any thoughts, as I've spent a few hours on this today and didn't get anywhere.

    supervisord.log

  3. 16 hours ago, primeval_god said:

    First you need to create the sub-directories within /mnt/disks that you want to mount volumes to. Then you will need to bind mount the directory /mnt/disks to a directory in the docker container using the shared flag "Shared". Lets say the directory in the container choose is /disks. Then in the VeraCrypt gui when you mount a volume you can click the button that says "Options" which will reveal an option to Mount at Directory. Use that to navigate to the sub-directory of /disks you want to mount to and select it.

     

    Thank you! That worked. I figured it was something simple I was missing. For anyone with noob issues like me, here are the steps:

    1. Go into the veracrypt-gui console and create a new sub-directory under /mnt/disks, so it would be /mnt/disks/subdirectory.
    2. Not sure if it's needed, but I restarted the container.
    3. Open the veracrypt gui.
    4. After selecting the encrypted volume you want to mount and clicking the "Mount" button, click the "Options" button in the lower right of the dialog.
    5. At the bottom of the expanded dialog you'll find the option "Mount at directory." Click the "Select" button and select the new sub-directory you created.
    6. Now you can mount the volume and it should be available outside the container.
  4. @primeval_god, @engardeknave

     

    Sorry to resurrect an old thread, but I can't figure out how to mount a veracrypt volume to a subdirectory of /mnt/disks in the container and I feel like an idiot. I can mount a veracrypt volume inside the container with no problem but, although I've specified the docker volume mount as "Read-Write - Shared," I can't see it outside the container. Where/how do I specify a subdirectory of /mnt/disks? In the docker config or in the veracrypt GUI? If it's in the GUI, then I'm completely failing to see how to do that.

×
×
  • Create New...