Jump to content

Ezro

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by Ezro

  1. Hey everyone, I'm trying to get my CouchPotato docker container to view my current list of movies in /mnt/user/plex/Movies I mapped the volume in the container as /movies <-> /mnt/user/plex/Movies, but when I go to the Manage section in CouchPotato, the Movie Folder entry is empty. Does anyone know how I can get the volume to appear?
  2. Hey everyone, How do I know if the deluge docker container is using my VPN?
  3. It appears it was solely a result of my appdata folder originally being out of space. Thanks a lot for the help everyone!
  4. It doesn't have to rescan, it remembers all of my media. But the issue is that I have a list of all the old servers still, and I don't know how to remove them. I just tried setting my appdata folder to use /mtn/disk2, instead of /mnt/user, which allowed me to download all of the metadata.
  5. That makes sense. I need to get an SSD at some point to use as my cache drive. I actually had another issue / question about the docker container. Whenever I restart the container, I have to go through the setup process all over again in the webui. As a result, I have a huge list of plex servers in my Plex.tv account. Is this supposed to happen?
  6. If I do that, once that disk fills up won't I run into the same issue? I was hoping it'd use the whole array, and not really care about which disk(s) it's writing to.
  7. The docker container's at 81%. I'm not sure why it's saying there's no space left.
  8. I actually don't have any cache drives at the moment. How can I check if the docker image is full? Also, how can I remove the temp metadata in the docker image in order to continue downloading metadata?
  9. My volume mappings for PlexMediaServer are: /data <-> /mnt/user/plex /config <-> /mnt/user/appdata/PlexMediaServer And my appdata share is set up like this:
  10. I have my appdata set to fill-up using all of my drives, with a 50GB minimum free space. Do you happen to know what else could be causing that "No space left on device" issue? (And how to fix it)
  11. Hey everyone, I'm running into a space issue in my Plex Docker container (I think). When I try to download the metadata for my media, I see the following errors in the log: Traceback (most recent call last): File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/logging/__init__.py", line 885, in emit self.flush() File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/logging/__init__.py", line 845, in flush self.stream.flush() IOError: [Errno 28] No space left on device Logged from file runtime.py, line 1128 I have plenty of space in my array, but I'm not sure how I can set it so that the metadata is downloaded to my drives, rather than into the docker container. Does anyone know how I can set the download path for the metadata?
  12. Okay, that makes sense. Thanks for the help!
  13. Ah. That did the trick! If all of my user shares are using the same disks, should I set the minimum free space to the same value for each share?
  14. Hi all, I'm trying to copy files over to my user share. It consists of 3 drives, and is configured with the following settings: Allocation Method: Fill-up Minimum free space: 0KB Split level: Automatically split any directory as required Included disk(s): Disk 1, Disk 2, Disk 3 In my Main view, I can see that Disk 1 is completely filled up (only 2.11 MB remaining), but Disks 2 and 3 are over 95% free. Does anyone know why Windows is telling me that I don't have space left on my user share?
  15. What do you think I should do in order to achieve my endgoal?
  16. My endgoal is to have my unRAID host a VPN internally. Then I would get transmission docker container and point it to the OpenVPN. With those two set up, I'd want to use my Windows 7 VM to point CouchPotato to the unRAID's transmission container.
  17. Would someone be able to help me set this container up using a Windscribe .opvn file? I'm not sure what I need to change in order to get it working.
  18. Derp. I thought I was in the advanced view for the VM, but I was in basic view. I see the VirtIO section on the VM creation / update now, and am able to install now. Thanks a lot Squid.
  19. Hey everyone, I'm using a version of Windows 7 x64 Home Premium N, which I downloaded from the MSDN (now VisualStudio) subscription site. In my VM Manager settings, I'm running the following settings: My Windows 7 has the following settings: <domain type='kvm'> <name>Windows 7</name> <uuid>4b6e616f-a7d8-f0ad-5a23-49ffdcdc3473</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 7" icon="windows7.png" os="windows7"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-2.7'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='2'/> </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/user/domains/Windows 7/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/en_windows_7_home_premium_n_x64_dvd_x16-13459.iso'/> <target dev='hda' bus='ide'/> <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='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:43:97:72'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' 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='0x02' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> When I attempt to install Windows 7, though, I don't see VirtIO in the browse section. I've tried with a few different versions, and still have been unable to install Windows 7. Does anyone know how to resolve this?
×
×
  • Create New...