morbidpete

Members
  • Posts

    142
  • Joined

  • Last visited

Posts posted by morbidpete

  1. 2 hours ago, binhex said:

    have you configured qbittorrent locations for incomplete and completed downloads? you will need to configure it to write to /data (assuming you have a volume mapping called /data), screenshot of qbittorrent settings (or preferences).

    I feel like an idiot. I used /downloads/started instead of /data/started like I had in my original docker (non-vpn one before i switched) after fixing the mappings for the categories and default locations its all working. Thank you for noticing that

  2. My turn to request help.

     

    After requesting Celo VPN open port because torrent would get metta data but never download the files after. Didnt help

     

    Torrent never download a byte after metadata. Logs indicate VPN is established. Any ideas?

    https://pastebin.com/hmRzHdzC

     

    my ovpn profile

     

    dev tun
    persist-tun
    persist-key
    cipher AES-256-GCM
    ncp-disable
    auth SHA256
    tls-client
    client
    resolv-retry infinite
    remote nl1.celo.net 161 udp
    auth-user-pass
    remote-cert-tls server
    push "redirect-gateway def1"
    script-security 2
    dhcp-option DNS 185.66.140.230
    dhcp-option DNS 77.81.120.211
    # Only on ubuntu client, you also need following directives:
    up /etc/openvpn/update-resolv-conf
    down /etc/openvpn/update-resolv-conf
    <ca>
    -----BEGIN CERTIFICATE-----
    xxx
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    xxx
    -----END CERTIFICATE-----
    </ca>
    setenv CLIENT_CERT 0
    <tls-crypt>
    #
    # 2048 bit OpenVPN static key
    #
    -----BEGIN OpenVPN Static key V1-----
    xxx
    -----END OpenVPN Static key V1-----
    </tls-crypt>
    

     

  3. 4 hours ago, GroxyPod said:

     

    I had the same problem. Removed the following plugins:

     

    fix common problems

    preclear

    speed test

    tips and tweaks

     

    I didn't do them one by one but thought this might help in case there is a commonality between plugins you may have vs what I removed.

    Odd, So i just started fresh and rebuilt the thumbdrive from scratch and upgraded to the latest beta. Got all my dockers back up and running and reinstalled all my plugins including the 4 you listed. No issues. Just one of those things ya know. Appreciate the input. 

  4. Hey All. I had this same issue with the last update and had to roll back. When upgrading. I can not access the gui. I can ping the IP all day long. When trying to access via https://xxx.xxx.xxx.xxx i get the log in prompt, then get pushed to http://storage/main with the error "File not found" if i try https://storage i get the log in prompt then pushed right back to the same error on http. I included my go and identity files for reference. 

     

    ident.cfg

    # Generated settings:
    NAME="Storage"
    timeZone="America/New_York"
    COMMENT="Media server"
    SECURITY="user"
    WORKGROUP="WORKGROUP"
    DOMAIN=""
    DOMAIN_SHORT=""
    hideDotFiles="no"
    localMaster="yes"
    USE_NTP="yes"
    NTP_SERVER1="pool.ntp.org"
    NTP_SERVER2=""
    NTP_SERVER3=""
    DOMAIN_LOGIN="Administrator"
    DOMAIN_PASSWD=""
    SYS_MODEL="Custom"
    SYS_ARRAY_SLOTS="23"
    SYS_CACHE_SLOTS="1"
    USE_SSL="no"
    PORT="80"
    PORTSSL="443"
    #!/bin/bash
    modprobe i915
    chmod 777 /dev/dri/*
    /boot/config/enable_achi.sh
    # Start the Management Utility
    /usr/local/sbin/emhttp

     

  5. 1 hour ago, DigitalDivide said:

     

    Just a further question on using a drive that is located on another pc.  I shared the drive on my HTPC, then on unraid created an smb share to /mnt/disks/DANIEL-HTPC_HTPC_Media

    It's sitting umounted.  If I mount the drive, does it actually do anything to the shared drive so it's inaccessible from the PC it's actually sitting in?  Also what happens when I power off the PC.  Does the mounted drive stay mounted or will it cause problems when I power of and on the pc?

     

     

    This would be better suited as it's own thread. But to answer quickly. 

    1. mounting the share from the HTPC to unraid will not make the drive inaccessible from the PC. that would defeat the entire purpose of shares.

    2. When the htpc is powered off, the share to unraid will be disconnected. The share will only work with the PC on

    3. If you do power cycle the htpc, you will have to go back into the unraid gui and remount it unless you make a cron job to test/remount when needed

  6. 16 minutes ago, CSeK said:

    I have just gotten this to work. Here is what I did.

    SSH into server perform these commands, no quotes

    "modprobe i915"

    "chmod -R 777 /dev/dri"

     

    modify the docker container for plex and show advanced

    Extra Parameters (No Quotes) "--device=/dev/dri:/dev/dri"

     

    I did enable "Privileged" however some folks stated earlier that wasn't required. Who cares it's working now!

    2017-10-03_1445.png

     

    If you dont add those to your go file, you will have to ssh in every reboot and manually do it. 

  7. 1 hour ago, zin105 said:

    Old instructions for hardware transcoding includes changing permission of /dev/dri but I don't have such a file (folder?) on 6.4 RC.

    on unraid or within the container. I didnt find one in unraid either. but I found it inside the plex container. You have a link tot he instructions you are trying to follow?

  8. 44 minutes ago, bonienl said:

     

    HTTP and HTTPS ports are referenced on the same line as starting emhttp. What lines were present in your go file?

     

    This is the original (back up now)

     

    #!/bin/bash
    /boot/config/enable_achi.sh
    # Start the Management Utility
    /usr/local/sbin/emhttp -rp 2680,2642;12m3

    this is it now

    #!/bin/bash
    /boot/config/enable_achi.sh
    # Start the Management Utility
    /usr/local/sbin/emhttp

     

  9. Just now, limetech said:

     

    What did you change?  I ask because the port options in /usr/local/emhttp are still recognized (meaning they won't generate an error if present), but totally unused.  It shouldn't matter if they are there or not.

    i removed the lines that specified the port for http and https and if it would redirect or not. I found it odd that resolved the issue myself as they have been there since version 5. Could have been the reboot that fixed it also. IDK

  10. Just now, limetech said:

     

    Are you using your own SSL certs?

     

    If possible, boot -rc9f on one of your local servers, and then use console to generate the diags.  On command line type:

    
    diagnostics

    This will generate timestamped file on your flash in 'logs' directory.

    I was able to get into the local server on rc9f, I found an old port setup in the go file that looks like it was conflicting. removed that line from go and was able to get into the box. Thanks for all the help. 

  11. 2 minutes ago, airbillion said:

    Hello,

     

    I am trying to upgrade from the previous RC to this one...

     

    However, from the tools menu and upgrade OS I recieve a 502 bad gateway error when I try and check for the latest update release...

     

    Is there anything I can do befoer I try resettign my server?

     

    Thansk!

    from an ssh into the server, can you ping out? (8.8.8.8) is there a gateway set on your server? 

  12. 1 minute ago, limetech said:

     

    I have nothing to go on, you are going to have to provide more details.  Maybe update your sig too.

    So I have 3 pro servers.

    1. in a datacenter in MA that was running 6.4.0-rc8q that i would access via https://publicip/. After upgrading to rc9q I could no longer access said server via http or https (80 & 443) when i hit the server via ip I was redirected to http://servername. this doesnt resolve via dns because its not a fqdn. I make a static DNS entry in my router with no luck. I ended up rolling this back to rc8q

    2. same setup in my office as 1. but internal server on LAN. same issue. cant access via http or https. also redirects to server name. rolled back to rc8q

    3. same as all the others. just leaving on rc9q while I figure this out. 

  13. 12 minutes ago, limetech said:

     

    You upgraded all three servers at the same time?  What versions were they running before?

    the previous beta. I like to live on the edge.  I noticed they all keep reverting to the DNS name. This wont work with our remote server (the one using standard 80 and 443) as it is over the wan (our mikrotik only allows connections from our office and my home IP before people scream at me for opening it to the world lol) I moved the 2 of them back to 6.4.0 rc8q and will test with 1 that is my play box 

  14. So I rebooted two days ago. Now my Ubuntu VM is trying to boot via UEFI. I changed the BIOS back to SeaBios (no idea why it changed on its own) but ti sits on "Booting from harddisk" forever and never boots. If I put it back to OVMF it drops me to a UEFI shell. Any ideas? I restored a backup XML and no luck witht hat either. Here is my XML. 

     

    I removed  the OVMF parts to get it back to SeaBios (couldn't do it in the gui)

    <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/62552208-79c1-c624-f89d-2a50bfe3a79a_VARS-pure-efi.fd</nvram>
    <domain type='kvm'>
      <name>Pydio</name>
      <uuid>62552208-79c1-c624-f89d-2a50bfe3a79a</uuid>
      <description>Pydio</description>
      <metadata>
        <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/>
      </metadata>
      <memory unit='KiB'>4194304</memory>
      <currentMemory unit='KiB'>4194304</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>2</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='0'/>
        <vcpupin vcpu='1' cpuset='1'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-q35-2.7'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/62552208-79c1-c624-f89d-2a50bfe3a79a_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='host-passthrough'>
        <topology sockets='1' cores='1' threads='2'/>
      </cpu>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <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/plex/vm/vdisk1.img'/>
          <target dev='hdc' bus='virtio'/>
          <boot order='1'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/Software/OS/ubuntu-16.04.1-server-amd64.iso'/>
          <target dev='hda' bus='sata'/>
          <readonly/>
          <boot order='2'/>
          <address type='drive' controller='0' bus='0' target='0' unit='0'/>
        </disk>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <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'>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='pci' index='0' model='pcie-root'/>
        <controller type='pci' index='1' model='dmi-to-pci-bridge'>
          <model name='i82801b11-bridge'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/>
        </controller>
        <controller type='pci' index='2' model='pci-bridge'>
          <model name='pci-bridge'/>
          <target chassisNr='2'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:d9:42:db'/>
          <source bridge='br0'/>
          <model type='virtio'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target port='0'/>
        </serial>
        <console type='pty'>
          <target type='serial' port='0'/>
        </console>
        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'>
          <listen type='address' address='0.0.0.0'/>
        </graphics>
        <video>
          <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
        </video>
        <memballoon model='virtio'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/>
        </memballoon>
      </devices>
    </domain>

     

  15. 17 hours ago, kubed_zero said:

    I am having the same issue, for the record (but with /dev/sdc causing the error). How should I go about disabling the plugin since the WebGUI isn't accessible?

    delete from USB drive and reboot or reboot and pick safe mode on the menu (no plugins)

  16. Where is it keeping the temp files or whatever it makes? I'm getting an unraid error that the docker img is filling up until it purges the backup to my destination drive. Would liek to pass in a variable to let the temp files go somewhere else (cache drive) until its ready to spit out the backup to the real destination

     

    :update: found it. Was simply the /tmp directory. Mapped that to a tmp folder in the docker folder and good to go. no more docker img filling up when backing up more than 30 gigs (all i have free int he docker image)

  17. anyone try to get Cardigann to work with Radarr? I have a Cardigann install for Sonarr and tried to reuse the url/api key and tried to copy it over to radarr but it fails. Wonder if i need a second Caridgann install for Radarr or if it's just a bug in this early development.

     

    no issues using the cardigann unraid docker in Radarr. used torrent potato. TPB is down right now so test's will fail.