morbidpete

Members
  • Posts

    142
  • Joined

  • Last visited

Everything posted by morbidpete

  1. 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. 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
  4. @wgstarks yes its still PlexPass only https://www.plex.tv/blog/smooth-stream-operator/
  5. If you dont add those to your go file, you will have to ssh in every reboot and manually do it.
  6. 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?
  7. 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>
  8. [update] That was it. Thank you again Ill take a peek. thank you.
  9. So any time I try to make an Ubuntu VM under 6.4.0-rc7a it never works. I have forced Ubuntu server to install as BIOS and UEFI. Despite either one, I get dropped to the UEFI shell. any ideas?
  10. 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)
  11. no issues using the cardigann unraid docker in Radarr. used torrent potato. TPB is down right now so test's will fail.
  12. Baikal: installed the docker getting a 404 when trying to browse to it locally Not Found The requested URL / was not found on this server. Apache/2.4.7 (Ubuntu) Server at 192.168.1.2 Port 6262 my config root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="Baikal" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -p 6262:80/tcp -v "/mnt/cache/docker/baikal/":"/var/www/baikal-regular":rw sparklyballs/baikal b491882ada4620031e5f2e378e664f36a0737c356dd3aa0828df3ffb4580cb67 The command finished successfully! Am I doing something wrong?
  13. Also a screen session can cause this - easy to forget they might still be hanging around waited an hour until googling this. Found this post. Damn screen sessions thanks for the tip
  14. could you point me in the direction you found your info. I have been searching for hours :-(
  15. Any way to make the allocation unit size or whatever linux calls it smaller? My plex metadat folder is only 6 gig but takes up 153 ont he disk. Obviously these files are very small as they are just small pictures. I do not keep any large files on this drive besides the docker.img. movie and tv files go straight to the array.
  16. I'm guessing that the IMDB changed some things around. Cp gives me this when I try to add a movie Only noticed because plex request is giving a similar error so I tried CP directly. Should I post this to the Github as an issue?
  17. I don't think morbidpete had the same problem. He succeeded to pull the image/s in a new install. I can't. Also he didn't solve his problem, but worked around it. Not sure it solved his docker update problem. I got in this thread because I originally wasn't able to download them either. But found that I had COU set in the repository and not additional config the old way.
  18. The way I see it, you have 2 users. Those who never log in or checkf or updates if everything is working fine (i.e. people with a million app updates pending on their phones) and those who check everyday (I'm using pushbullet to have unraid notify me of docker updates, plugins are auto) People might just not know
  19. Final update. All dockers installed without issue. Thank you so much for the recommendation.
  20. linuxserver/plex downloaded and ran without issue, I have 1 more docker (plexemail) that gave me the same issue. Ill post back when that works
  21. luckily i have weekly backups of the img and all docker folders LETS GO!!!! ill post back with results
  22. Agree, however I suggest morbidpete to try and re-install linuxserver plex docker (to different folders so no harm to current installed docker data) in order to see if it is the same problem that I have (0 bytes pulled). No news from my side. I will contact Docker Hub support again. I changed the thread subject to reflect that there is no problem with unRaid. when trying to install a clean version root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="plex" --net="host" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "VERSION"="latest" -v "/mnt/cache/docker/plextest":"/config":rw linuxserver/plex Unable to find image 'linuxserver/plex:latest' locally latest: Pulling from linuxserver/plex 6ffe5d2d6a97: Already exists f4e00f994fd4: Already exists e99f3d1fc87b: Already exists a3ed95caeb02: Already exists a3ed95caeb02: Already exists ededd75b6753: Already exists 1ddde157dd31: Already exists a3ed95caeb02: Already exists 9fdc4b327358: Already exists a836128d06ab: Already exists 7583a35fe4e8: Already exists 35a9be49a16b: Pulling fs layer 4ca4a54c3626: Pulling fs layer e82895cc44fc: Pulling fs layer a5fa151f7e54: Pulling fs layer 6421f509ab85: Pulling fs layer 6421f509ab85: Waiting a5fa151f7e54: Waiting e82895cc44fc: Verifying Checksum e82895cc44fc: Download complete 4ca4a54c3626: Verifying Checksum 4ca4a54c3626: Download complete 6421f509ab85: Verifying Checksum 6421f509ab85: Download complete a5fa151f7e54: Verifying Checksum a5fa151f7e54: Download complete 35a9be49a16b: Verifying Checksum 35a9be49a16b: Download complete 35a9be49a16b: Pull complete 35a9be49a16b: Pull complete 4ca4a54c3626: Pull complete 4ca4a54c3626: Pull complete e82895cc44fc: Pull complete e82895cc44fc: Pull complete a5fa151f7e54: Pull complete a5fa151f7e54: Pull complete 6421f509ab85: Pull complete 6421f509ab85: Pull complete docker: layers from manifest don't match image configuration. See '/usr/bin/docker run --help'. The command failed. this also killed my running plex docker and removed it....