melagodo

Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by melagodo

  1. Hi all. A while back I had a perfectly working VM with a 980ti passtrough, following SIO tutorials. This was without passing any bios (if I remember correclty) and was on Unraid 6.9.

    Didn't use it for a long time and now I'm trying to set it up again with a fresh Win11 install.

     

    I've tried everything I could think of, but there's no way I can make it work again, I always get a black screen with no video input. 

     

    i'm booting in legacy mode

     

    i've appended video=efifb:off,vesafb:off to my syslinux

     

    here's my IOMMU group

    image.thumb.png.75b45edfc24c9fdc7317eb233fdad2ab.png

     

    I cannot dump vbios with SIO script and don't have another PC, so downloaded the correct one. Tried without any bios, with original version and with modified version as per SIO instructions, but same result.

     

    here's my vm xml, tried with and without multifunction='on'

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='16'>
      <name>Windows 11</name>
      <uuid>f3e49a71-1d05-dd6e-feab-82be4c593069</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/>
      </metadata>
      <memory unit='KiB'>16777216</memory>
      <currentMemory unit='KiB'>16777216</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>6</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='1'/>
        <vcpupin vcpu='1' cpuset='5'/>
        <vcpupin vcpu='2' cpuset='2'/>
        <vcpupin vcpu='3' cpuset='6'/>
        <vcpupin vcpu='4' cpuset='3'/>
        <vcpupin vcpu='5' cpuset='7'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-q35-7.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/f3e49a71-1d05-dd6e-feab-82be4c593069_VARS-pure-efi-tpm.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv mode='custom'>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='none'/>
        </hyperv>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='3' threads='2'/>
        <cache mode='passthrough'/>
      </cpu>
      <clock offset='localtime'>
        <timer name='hypervclock' present='yes'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/disks/ssdUD/VMs/Windows 11/vdisk1.img' index='2'/>
          <backingStore/>
          <target dev='hdc' bus='virtio'/>
          <serial>vdisk1</serial>
          <boot order='1'/>
          <alias name='virtio-disk2'/>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isos/virtio-win-0.1.240-1.iso' index='1'/>
          <backingStore/>
          <target dev='hdb' bus='sata'/>
          <readonly/>
          <alias name='sata0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <alias name='usb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <alias name='usb'/>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <alias name='usb'/>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <alias name='usb'/>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <controller type='pci' index='0' model='pcie-root'>
          <alias name='pcie.0'/>
        </controller>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x8'/>
          <alias name='pci.1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <alias name='pci.2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0xa'/>
          <alias name='pci.3'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0x13'/>
          <alias name='pci.4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0x14'/>
          <alias name='pci.5'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
        </controller>
        <controller type='pci' index='6' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='6' port='0x15'/>
          <alias name='pci.6'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/>
        </controller>
        <controller type='pci' index='7' model='pcie-to-pci-bridge'>
          <model name='pcie-pci-bridge'/>
          <alias name='pci.7'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <alias name='ide'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:48:e9:8b'/>
          <source bridge='br0'/>
          <target dev='vnet15'/>
          <model type='e1000'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x07' slot='0x01' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/0'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/0'>
          <source path='/dev/pts/0'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-16-Windows 11/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
          <alias name='channel0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <alias name='input0'/>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'>
          <alias name='input1'/>
        </input>
        <input type='keyboard' bus='ps2'>
          <alias name='input2'/>
        </input>
        <tpm model='tpm-tis'>
          <backend type='emulator' version='2.0' persistent_state='yes'/>
          <alias name='tpm0'/>
        </tpm>
        <audio id='1' type='none'/>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <rom file='/mnt/user/isos/vbios/SCmod.rom'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
    </domain>

     

    I'm also attaching my diagnostics, hoping someone can help me out.

     

    Thanks a ton!

    hal-diagnostics-20231106-1751.zip

     

  2. 16 hours ago, jj_uk said:

     

    Try this:  Go to settings -> Docker (disable docker) then -> change "Host access to custom networks" to YES, then restart docker.

    Tried but still same problem, logs and flashing work beautifully, though

     

    13 hours ago, jj_uk said:

    ESPHome:

     

    Any idea how to get this to run over https ?  Some features require this.

    I guess you need a ssl certificate, but this involves reverse proxy and so on, I'm facing the same issue with another docker which requires https (but I want to run it local only).

  3. Abount ESPHome, I'm currently running it pretty successfully (can flash my devices), but I've noticed a couple of problems:

    • I seem to have less gui option than what I see online (maybe it's because it's running via http instead of https?
    • colour indicator of the node doesn't work, it's always red (this bug me). Nodes have static ip, they work as intended (and I can OTA them from ESPHome dashboard). I can also ping nodename.local both whithin my LAN from other client, from Unraid console but not from docker console

    Thanks for the help :)

  4. On 6/14/2021 at 10:19 PM, yogy said:

    Regarding accessing Bitwarden via Reverse Proxy. It is a very safe procedure, especially if you are using Clouflare's DNS service. I can write a tutorial for that using Nginx Proxy Manager in a docker container. I suppose you own a domain registered in one of the worlds registrars (GoDaddy, Bluehost, Namecheap, Hostgator and similar)?

     

    Just for my peace of mind, wireguard port is the only one I've opened.

    Is it possible to access Bitwarden only within my LAN, without any access from outside?

  5. Strange problem here: my keyboard started going crazy, resulting in strange behaviour (like opening hundreds and hundreds of tabs while browsing, slow or no response even to shift key and so on).

     

    • I was passing USB devices from VM template. Even with vm turned off, the keyboard spammed my unraid logs with input overrun errors caused by the usb keyboard
    • thinking of a broken keyboard, i've changed it. Same problem with new keyboard
    • i've tried connecting the keyboard to a PCI usb card (FL1100) which I've binded to VFIO through system devices (and then passed to vm), but problem is the same
    • all other usb devices like mouse or usb drives work just fine (in Unraid, VMs or even dockers)
    • created a fresh vm, but still same problem only with keyboard
    • both keyboard work just fine on another machine

     

    Really don't know where to start troubleshooting from. Let me know if and wich logs you need.

    This problem started appering all of a sudden in unraid 6.8.3 and remained the same in 6.9.2.

    Sorry if I sound so desperate but it's literally the only thing that prevents me calling my little unraid server 'just freakin' perfect'.

     

    Thanks so much

  6. Hi everybody.

    I'm still using this container through browser extension (it works fine).

    I only use it within my lan, or at the most while I'm connected through a VPN. Not really want (or have necessity) to open any port and expose it to the internet.

    I can't, however, access the admin page for managing users and collection: it requires HTTPS.

    I've read about using reverse proxy, but don't know anything about it (since, again, I just use a VPN).

    Can somebody make a noobie proof guide for setting it up for local access only?

    • Like 1
  7. 31 minutes ago, Josh.5 said:

    If you have logs with errors in them, feel free to open an issue ticket on GitHub with ALL the logs attached.
    [...] I am unable to provide assistance to everyone who has issues with the configuration of unmanic or issues specific to their files. I would much rather spend my time further developing the application.

     

    That's the problem, log just says "LOG:", I've copied and pasted all the info that I'm seeing.

    You've already given a lot to the community with this wonderful docker and I'll surely become a Patreon for help with this specific issue (as I've stated, unmanic worked without any problem with all my tv library except this serie).

     

    Thanks again for you're wonderful work :)

    2021-04-24 15_20_31-History _ Unmanic – Mozilla Firefox.png

  8. On 4/11/2021 at 7:42 AM, Josh.5 said:

    Before I do write the plugin, can you please update your unmanic to the latest 'staging' build and test that failing file again with the

    "Remove subtitles" option unchecked.

    I am by no means an FFMPEG expert. So I could be wrong about what the MKV container supports as far as subtitle codecs. The only way I can fix this is if people with these kinds of videos can do the testing for me...

     

    Ok, i've been able to run staging build (had to delete db and restart container).

    I've tried again with "Remove subtitles" option unchecked, but job immediatly fails

     

    COMMAND:
    ffmpeg -i /library/tv/Sailor moon test/test.mkv -hide_banner -loglevel info -strict -2 -max_muxing_queue_size 512 -map 0:0 -map 0:1 -map 0:2 -map 0:3 -map 0:4 -c:v:0 libx265 -c:a:0 copy -c:a:1 copy -c:s:0 srt -c:s:1 srt -y /tmp/unmanic/unmanic_file_conversion-1619260598.1641102/test-1619260598.1641166-WORKING-1.mkv
    
    LOG:

     

    Happy to help you sort this out with any kind of testing!

  9. On 4/11/2021 at 7:42 AM, Josh.5 said:

    Before I do write the plugin, can you please update your unmanic to the latest 'staging' build and test that failing file again with the

    "Remove subtitles" option unchecked.

    I am by no means an FFMPEG expert. So I could be wrong about what the MKV container supports as far as subtitle codecs. The only way I can fix this is if people with these kinds of videos can do the testing for me...

     

    I've tried installing staging build, but my system become unresponsive right after docker starting up and I have to kill the process :(

  10. 20 hours ago, Josh.5 said:

    @melagodo
    Just to be clear on that...
    This is not exactly an issue with Unmanic. If you are converting a video in a container such as MP4 which contains bitmap subs to a container like mkv that doesn't support them, then it will fail.

    If you like, I can write you a plugin....

     

    That would be awesome. I keep trying digging into FFMPEG secrets, but not really going anywhere.

    Strange thing is that source file is already a mkv. Here's full FFMPEG log. I know this goes way beyond unmanic support, but if you can help me or give me a hint...

    I might as well go with Handbrake route, just trying to understand what's happening under the hood for future similar problems.

    Thanks again mate

     

    Input #0, matroska,webm, from '/library/movies/Sailor Moon.1x01.(1) [DVDRip AC3 ITA JAP Sub ITA MKV By FaTTi BeNe TeAM].mkv':
      Metadata:
        title           : By FaTTi BeNe TeAM
        encoder         : libebml v1.3.3 + libmatroska v1.4.4
        creation_time   : 2016-06-01T16:10:36.000000Z
      Duration: 00:24:28.28, start: 0.080000, bitrate: 1952 kb/s
        Chapter #0:0: start 0.000000, end 92.840000
        Metadata:
          title           : Chapter 1
        Chapter #0:1: start 92.920000, end 694.200000
        Metadata:
          title           : Chapter 2
        Chapter #0:2: start 694.280000, end 1326.160000
        Metadata:
          title           : Chapter 3
        Chapter #0:3: start 1326.240000, end 1417.000000
        Metadata:
          title           : Chapter 4
        Chapter #0:4: start 1417.080000, end 1447.720000
        Metadata:
          title           : Chapter 5
        Chapter #0:5: start 1447.800000, end 1468.280000
        Metadata:
          title           : Chapter 6
        Stream #0:0(jpn): Video: h264, yuv420p(tv, smpte170m/bt470bg/bt709, progressive), 640x480, SAR 1:1 DAR 4:3, 25 fps, 25 tbr, 1k tbn, 50 tbc (default)
        Metadata:
          title           : By FaTTi BeNe TeAM
          BPS             : 1499865
          BPS-eng         : 1499865
          DURATION        : 00:24:28.280000000
          DURATION-eng    : 00:24:28.280000000
          NUMBER_OF_FRAMES: 36707
          NUMBER_OF_FRAMES-eng: 36707
          NUMBER_OF_BYTES : 275277827
          NUMBER_OF_BYTES-eng: 275277827
          _STATISTICS_WRITING_APP: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_DATE_UTC: 2016-06-01 16:10:36
          _STATISTICS_WRITING_DATE_UTC-eng: 2016-06-01 16:10:36
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
        Stream #0:1(ita): Audio: ac3, 48000 Hz, stereo, fltp, 224 kb/s (default)
        Metadata:
          title           : Italiano
          BPS             : 224000
          BPS-eng         : 224000
          DURATION        : 00:24:28.192000000
          DURATION-eng    : 00:24:28.192000000
          NUMBER_OF_FRAMES: 45881
          NUMBER_OF_FRAMES-eng: 45881
          NUMBER_OF_BYTES : 41109376
          NUMBER_OF_BYTES-eng: 41109376
          _STATISTICS_WRITING_APP: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_DATE_UTC: 2016-06-01 16:10:36
          _STATISTICS_WRITING_DATE_UTC-eng: 2016-06-01 16:10:36
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
        Stream #0:2(jpn): Audio: ac3, 48000 Hz, stereo, fltp, 224 kb/s
        Metadata:
          title           : Giapponese
          BPS             : 224000
          BPS-eng         : 224000
          DURATION        : 00:24:28.192000000
          DURATION-eng    : 00:24:28.192000000
          NUMBER_OF_FRAMES: 45881
          NUMBER_OF_FRAMES-eng: 45881
          NUMBER_OF_BYTES : 41109376
          NUMBER_OF_BYTES-eng: 41109376
          _STATISTICS_WRITING_APP: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_DATE_UTC: 2016-06-01 16:10:36
          _STATISTICS_WRITING_DATE_UTC-eng: 2016-06-01 16:10:36
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
        Stream #0:3(ita): Subtitle: dvd_subtitle, 720x576
        Metadata:
          title           : Italiano (Dialoghi)
          BPS             : 2305
          BPS-eng         : 2305
          DURATION        : 00:24:27.103000000
          DURATION-eng    : 00:24:27.103000000
          NUMBER_OF_FRAMES: 281
          NUMBER_OF_FRAMES-eng: 281
          NUMBER_OF_BYTES : 422712
          NUMBER_OF_BYTES-eng: 422712
          _STATISTICS_WRITING_APP: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_DATE_UTC: 2016-06-01 16:10:36
          _STATISTICS_WRITING_DATE_UTC-eng: 2016-06-01 16:10:36
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
        Stream #0:4(ita): Subtitle: dvd_subtitle, 720x576 (default)
        Metadata:
          title           : Italiano (Cartelli)
          BPS             : 262
          BPS-eng         : 262
          DURATION        : 00:24:27.103000000
          DURATION-eng    : 00:24:27.103000000
          NUMBER_OF_FRAMES: 28
          NUMBER_OF_FRAMES-eng: 28
          NUMBER_OF_BYTES : 48102
          NUMBER_OF_BYTES-eng: 48102
          _STATISTICS_WRITING_APP: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v9.2.0 ('Photograph') 64bit
          _STATISTICS_WRITING_DATE_UTC: 2016-06-01 16:10:36
          _STATISTICS_WRITING_DATE_UTC-eng: 2016-06-01 16:10:36
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream mapping:
      Stream #0:0 -> #0:0 (h264 (native) -> hevc (libx265))
      Stream #0:1 -> #0:1 (copy)
      Stream #0:2 -> #0:2 (copy)
      Stream #0:3 -> #0:3 (dvd_subtitle (dvdsub) -> subrip (srt))
      Stream #0:4 -> #0:4 (dvd_subtitle (dvdsub) -> subrip (srt))
    Subtitle encoding currently only possible from text to text or bitmap to bitmap

     

  11. 36 minutes ago, Josh.5 said:

     

    I've tried searching a bit before posting. I'm not running any custom FFMPEG command, so I was wondering if Unmanic is trying to alter subtitle format by itself or what (I've already used it for different files with subtitles without any problem).

  12. This app is terrific, i've converted some of my tvshows and I've already saved 160Gb.

     

    I've got a problem with some subtitles, logs say:


     

    Stream mapping:
    
    Stream #0:0 -> #0:0 (h264 (native) -> hevc (libx265))
    Stream #0:1 -> #0:1 (copy)
    Stream #0:2 -> #0:2 (copy)
    Stream #0:3 -> #0:3 (dvd_subtitle (dvdsub) -> subrip (srt))
    Stream #0:4 -> #0:4 (dvd_subtitle (dvdsub) -> subrip (srt))
    Subtitle encoding currently only possible from text to text or bitmap to bitmap

     

    Selecting "Remove subtitles" solves the problem, but I want to keep them.

    Any suggestion?

  13. Hi @Josh.5, really impressive work!

     

    I have a strange behaviour. If I set Library scan schedule to "0" (which should disable it, I spin down my disks...) docker start consuming 100% of each core, alternating between the 3 cores pinned to the docker (right after clicking submit in the GUI).

    I've been able to reproduce the issue multiple time.

    Any others?

  14. Hi guys. I'm using this container with Mullvad.

    I do get - however - DNS leakage (according to https://am.i.mullvad.net/ and other online tools). At the moment I'm using a proxed profile of Firefox - DNS over HTTPS is *disabled*.

     

    I've tried setting Mullvad public dns in Key 9 (Container Variable: NAME_SERVERS), but the only way not to get any leakage is to set that DNS in my windows machine.

     

    Is anything wrong with my setup? I started having leakage with one of the latest update of the container (checked multiple times in the past but no leaks occured, and I haven't changed anything in my config).

     

    Thanks!

  15. 12 minutes ago, jonathanm said:

    Yep. Both sides must match. Change one or the other /data or /downloads. Doesn't really matter which one you change. All containers that need to work with /mnt/disks/ssdUD/deluge/ must have the same path for the application, whether it's /data or /downloads doesn't really matter, but you will need to change the path inside the app that you change the mapping for as well.

    Sorry mate, I think I still don't understand where's the error. So both deluge and radarr should have a mapped dir called /data or /downloads?

    How can I change this variable, given it's provided by the respective container template? (data for deluge, downloads for radarr)

    Sorry for my noobness :)

  16. Just another mapping problem here :(

     

    deluge:  /data ---> /mnt/disks/ssdUD/deluge/

    radarr:   /downloads ---> /mnt/disks/ssdUD/deluge/

     

    Radarr talks to Jackett and send torrent to deluge, but after download finishes Radarr complains that:

    Import failed, path does not exist or is not accessible by Radarr: /data/completed/filename.mkv

    Maybe I should play with Remote Path Mappings, but dockers are still sorcery to me...