Vexedly

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Vexedly

  1. I just setup syncarr and it takes five minutes to do. Been putting off 1080/4k radarr/sonarr containers for a while and had no idea it would be so easy.
  2. Out of curiosity, what are you using to sync your 1080 and 4k instances? I just set up syncarr, but it didn’t seem like the most widely-used solution. Sent from my iPhone using Tapatalk
  3. I didn’t realize Cloudflare’s proxy was live on my subdomains’ dns entries. That, as well as HSYS being disabled. Commenting a line in my ngix config file, as well as switching my subdomains from proxy to dns-only solved the problem for me. Sent from my iPhone using Tapatalk
  4. Hey everyone, I have a reverse proxy set up through the Swag container using a custom domain name. I have sonarr.*, radarr.*, and a few others. I only get a B rating from ssllabs I want to increase that to an A+ rating, but have no idea where to start. Haven't found anything super helpful for Swag specifically. Has anyone achieved an A+ rating? If so, send help Thanks!
  5. I’ve been having LetsEncrypt problems all week. Yesterday, I finally upgraded to Swag. Weird name, I know. Apparently LetsEncrypt is deprecated now. SpaceInvader One has a video on how to upgrade. Not saying this’ll fix you’re problem, but it’s a good place to start. Here’s the video: Sent from my iPhone using Tapatalk
  6. I have a 44TB server that backs up to my 40TB NAS. I need to upgrade the backup but it’s Synology and I’ll have to buy a whole expansion unit to do that. Been putting it off. Here’s an overview of what I’ve got running- Dockers: - Plex - Deluge - Sonarr - Radarr - Homebridge - Bitwarden - Jackett - duckDNS - swag (formerly LetsEncrypt) So for Plex, I have a bunch of blu-ray backups. I just passed 2,000 of them- I think there’s around 125 different shows on there too. Deluge- just what I use to download… oh. All my blu-ray backups. Sonarr for TV. Main indexer is rarbg, but I have thepiratebay on there too, thanks to Jackett. Radarr, same but for movies. I have a bunch of custom profiles so the right releases get grabbed. Homebridge to add my Nest and some outlets to ios’ Home app. Bitwarden to manage all my passwords. It has auto-fill for ios and chrome. Recently set this up and it’s fantastic. Jackett just let’s you add extra indexers for sonarr and radarr duckDNS to link my router’s dynamic ip to my domain swag (letsencrypt) to use my own sub domains to access sonarr, radarr, and deluge through a reverse proxy. Oh, and I also have openVPN to access my home network while I’m not home. I want to set up NextCloud, but haven’t gotten the time. Sent from my iPhone using Tapatalk
  7. I'm using letsencrypt. I'm not sure what all the port messages in my logs are. Can anyone tell me if it relates to my reverse proxy? tower-syslog-20210531-0526.zip
  8. Did either of you ever find a solution?
  9. 57m are taken up by letsencrypt's /var/log/nginx This is clearly the problem- spamming up my system log. nchan: Out of shared memory while allocating channel /cpuload. Increase nchan_max_reserved_memory. I've had trouble with letsencrpt in general. I think my subdomains are no longer working because the log is full. I tried to save my system log, but it's taking a very long time to download. Here's a picture of my system log at the moment: https://imgur.com/a/RnT3iSv I found this thread, but it seems no one found a solution there. Any help is very appreciated. Thanks!
  10. I'm trying to do the same thing. Could you share your cleanup script?
  11. The OS and Plex would share those two cores, as they wouldn't be isolated.
  12. I have an 8700K with four cores dedicated to a gaming VM. I’m trying to decide whether or not to isolate them. How well could Plex transcode high nitrate files on two cores of the 8700K?
  13. Not home- put the line at the end of my sysconfig filed though. Is it supposed to go elsewhere? I didn’t see something telling me where to put it. and yes, I rebooted.
  14. Strange, but it seems like Plex is still able to use all the cores when transcoding.
  15. I used this guide to isolate my CPUs to be used for my VM. I was wondering though, when the VM is off, can the isolated CPUs still be used for other dockers (Like Plex for transcoding)? Here's the code I used: append isolcpus=2,3,6,7 initrd=/bzroot in the syslinux config file, and <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> <emulatorpin cpuset='0,4'/> </cputune> in the VM's XML.
  16. Similar situation- i7-8700K and a GTX 1080. I was able to assign 4 cores to my VM and I still don't know how that's affecting my Plex transcodes as no one has really streamed remotely yet. As far as the VM goes, I'm getting stuttering during CPU-intensive games. I don't want to pin my cores though because, if the VM is off, I'd still like Plex to be able to access all the cores.
  17. Hey, first time posting here. Hope I don't screw something up. I have a VM with 4 (hyper-threaded) cores of my 8700K. I've also got a 1080 in there. Most games run fine, but In games like BF1 and PUBG, I get intermittent stutters. Despite having high frames. The stutters aren't caused by frame drops, so I think there's something wrong with the way my CPU is allocating itself. Any suggestions? Edit: I'm trying to append my CPUs according to the guide above, but I'm unsure exactly how to do that. Do I just put the line append isolcpus=2,3,6,7 initrd=/bzroot anywhere in the syslinux.cfg file? Also... how do I know which CPU numbers to choose? I spent like an hour looking through this thread, but it seems a lot of it is beyond my grasp. I have no idea how to go about pinning cores or anything. Here's my XML: <domain type='kvm' id='3'> <name>Virtual Gaming PC</name> <uuid>5321e5c9-3f1d-54a5-001a-c074e4eb975f</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> <vcpupin vcpu='2' cpuset='4'/> <vcpupin vcpu='3' cpuset='5'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='9'/> <vcpupin vcpu='6' cpuset='10'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-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/5321e5c9-3f1d-54a5-001a-c074e4eb975f_VARS-pure-efi.fd</nvram> </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='4' 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/disks/Samsung_SSD_850_EVO_250GB_S2R5NB0J407613B/Player 2/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/disks/WDC_WD10EZEX_00BN5A0_WD_WCC3F3EU39Z8/Player 2/vdisk2.img'/> <backingStore/> <target dev='hdd' bus='virtio'/> <alias name='virtio-disk3'/> <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/Win10_1703_English_x64.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.126.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-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='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:02:55:f7'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <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-3-Virtual Gaming PC/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='keyboard' bus='ps2'> <alias name='input1'/> </input> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </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='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x054c'/> <product id='0x0ba0'/> <address bus='1' device='4'/> </source> <alias name='hostdev3'/> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x04d9'/> <product id='0xfa56'/> <address bus='1' device='9'/> </source> <alias name='hostdev5'/> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x258a'/> <product id='0x1006'/> <address bus='1' device='10'/> </source> <alias name='hostdev6'/> <address type='usb' bus='0' port='3'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </memballoon> </devices> <seclabel type='none' model='none'/> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>