reluctantflux

Members
  • Posts

    187
  • Joined

  • Last visited

Everything posted by reluctantflux

  1. So there's nothing else to do but hard shut down my Server?
  2. I can't do that unless I reboot, in which case, I won't know which is the issue because the problem is pretty rare. I think the plugins I'm running are cache_dirs, and a few of the dynamix system stat ones. Other than that, everything else is dockers and vms. ETA: Oh, and I am also running unassigned devices plugin. Forgot about him. Saw someone else mention him causing webgui issues.
  3. The issue is still happening, as all my other services are up, I haven't had the need to shut down. IP address does not work. As others have had this issue, I'd like to get all relevant information to devs to see if they can identify why this happens.
  4. I believe that is how it would work, yes. But you must have a switch or router in between the devices. If it's an unmanaged switch, you may not be able to make that change. If you have a router, you should be able to make the change, and just make sure the two devices are plugged into that router. In your example, Client2 may have a performance hit lower than if the whole string was set to 1558. If you're going to be using different frame sizes, you'll get the best performance with VLAN tagging and separating your jumbo frame devices from non jumbo frame devices. Here's a good article. I linked to the end to kind of give a bullet point view, but the whole article explains jumbo frames really well. http://www.smallnetbuilder.com/lanwan/lanwan-features/30201-need-to-know-jumbo-frames-in-small-networks?showall=&start=4 I hope that helps and isn't too confusing.
  5. Jeffrey, Can you give a bit more information on what your end goal is? Do NOT open up ports to Unraid on your router. 1) What services are your trying to allow access to externally? 2) What model router do you have? ETA: Too early, not enough coffee. I see you mentioned Plex. What ports did you forward? What log did you open to find the other connection? Plex log, unraid log? Most secure would be a VPN tunnel to your router. But with Plex or Emby, that shouldn't be necessary.
  6. Still unresponsive this morning. It doesn't even timeout, the webpage just loads indefinitely.
  7. Yeah, wireless is a different ball game. As long as all items that pass the data between the NAS and Workstation have their MTU's set to 9000, you should be good to go. Let me see what kind of performance increase you see. I've thought about doing it in the past but just haven't gotten around to it.
  8. I hope the newer virtio drivers / kernel fixes my audio popping/echo issues I had with my HD5450 when I tested it last!
  9. I can access the web interfaces of all my dockers that are both bridge and host mode. I can also access unmenu, just not the unraid gui. Nothing new added to my system except a 8-bay icy dock cage last night for SSDs, and setting up a new Windows 10 VM that I'm currently using to post this. I'm running Unraid 6 final. I've had this issue in the past and just rebooted and done a parity check, but I would prefer to get to the bottom of it this time. Attached is diagnostic. I'm seeing a lot of this in the unmenu syslog Jun 25 19:23:22 Tower dnsmasq-dhcp[7795]: DHCPREQUEST(virbr0) 192.168.122.213 52:54:00:89:2a:9a (Network) Jun 25 19:23:22 Tower dnsmasq-dhcp[7795]: DHCPACK(virbr0) 192.168.122.213 52:54:00:89:2a:9a WIN-SGJHS3RN0PM (Network) Thanks for any help! tower-diagnostics-20150625-2246.zip
  10. With MTU, it needs to be the same across the board. If any is lower than anything else, it'll always use that lowest value. So if you're going to do it, set it on your router, your switches, your server NIC, and any HTPC client NICs. Anything else can use the smaller packet size, but it's the machines that'll be accessing the large files the most that you want to make sure have it enabled.
  11. I did this for a newly created Windows 10 VM with OVMF, and now that the install is finished (which took upwards of an hour), I'm showing the disk usage at 100% in the task manager. <domain type='kvm' id='24' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Aaron</name> <uuid>febf4a3b-0c67-229e-b068-7d19e091f514</uuid> <metadata> <vmtemplate name="Custom" icon="windows.png" os="windows"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>1</vcpu> <iothreads>1</iothreads> <cputune> <vcpupin vcpu='0' cpuset='0'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type> <loader type='pflash'>/usr/share/qemu/ovmf-x64/OVMF-pure-efi.fd</loader> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> </hyperv> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='1' threads='1'/> </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/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='directsync' io='native'/> <source file='/mnt/disks/Samsung840Pro/Aaron/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <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/cache/appdata/iso/Windows10_InsiderPreview_x64_EN-US_10130.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/cache/appdata/iso/virtio-win-0.1.96.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'> <alias name='usb0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide0'/> <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='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:89:2a:9a'/> <source bridge='virbr0'/> <target dev='vnet3'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/3'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/3'> <source path='/dev/pts/3'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/Aaron.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'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='5901' autoport='yes' websocket='5701' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='cirrus' vram='16384' heads='1'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-set'/> <qemu:arg value='device.virtio-disk2.x-data-plane=on'/> </qemu:commandline> </domain>
  12. Yeah, that would be an amazing feet, though. That's the type of tech that would be super expensive and only available to enterprises due to the cost since it currently is such an unachievable feat at this time. They're starting to get there, but I think it's all cloud clients, so no remote apps for local servers. I feel the wire pulling is definitely worth it. Just make sure to test what you want to do on the actual wire you're going to use at the length you're going to be using! The last thing you want to do is run that length of wire and then have it not work because it's just outside the length of acceptable levels.
  13. hi justinchase, im afraid the sabnzbd and sabnzbdvpn docker images i have created are only using stable versions of sabnzbd, im not doing any fancy EDGE env variables to switch to github branches or any of that. im surprised the needo docker image doesnt allow this though, perhaps your after a dev branch?. If your ISP is preventing you from being able to do something, and you have a VPN providor, binhex's SABnzbVPN docker should be able to fix it for you, as it'll just look like a secure VPN tunnel to your ISP. Any traffic within that will be free to pass without the spying eyes/manipulation/blocking of your service provider.
  14. Tr0910, a couple things to note. What machine did you RDP from? Was it the 8.1 laptop? You might want to look into a different remote application. I personally like Teamviewer, myself. I feel it provides a pretty good audio/video performance. You will NOT get it to look like a bare metal machine, though. Only way to do that from a VM is with GPU passthrough, which requires VT-D. You will then need a monitor connected to the video card that you are passing through. I have my server rack in my basement, and then run HDMI over Cat5e to my office on my second story. I also have a 90' active USB extension cable run up there with a hub on the end for my keyboard, mouse, wireless headset, camera upload, and anything USB else I need, and that's how I game. I freaking love it. There are USB over cat5 devices, but I have found them to be VERY unreliable.
  15. You'll be able to move the mouse just fine, make edits as needed, and performance will more be based on your CPU, so you should be fine in that regard. It's just that due to the compression being done, the full color range is going to be shrunk and what you see in an RDP session may not be the same as what you see when you display it on a machine through a native display. As for the other VM settings, you can see in your screenshot in the tab structure up top, there is a new "VM" tab. Three to the right of the Settings tab you are on right now.
  16. What kind of Photoshopping are you planning to do. If you're serious about quality and color, you'll have issues due to the compression of the image. If you use it just for minor editing, cropping,splicing, you should be fine. I wouldn't do it if you were using it in a professional matter, though. I'd definitely go with a passthrough vid card then. I have first hand experience that the intel 2500k does not work for gpu passthrough (no vt-d support).
  17. Was that a listed feature? I was under the impression that igpu couldn't be passed through on anything, unraid or otherwise.
  18. @jonp, Can you expand upon the fast windows storage you were talking about on the show? I'm confused as to how that would work, and is that implemented yet? That was the first I had heard of it. I'd love to give that a shot. I was thinking that maybe it made sense as a separate drive, but you said it would work from your C: drive. I'm confused as to how you could do SSD caching from within a VM, as that concept seems really hardware based to me. Is it some sort of iscsi (or other block level) feature?
  19. Hmm. Working now. Had to do a magical number of restarts. Also, edited the file in vi, but it wasn't working after doing that except for maybe 3 restarts later. Also restarted Couchpotato. \_(?)_/¯
  20. did you restart Deluge so it picks up your changes Yeah, I turned Deluge off while I made the changes.
  21. Added the admin:[password]:10 line in the auth file with Notepad++, but it still isn't working for me.
  22. Can you explain further? I think I'm having the same issue.
  23. Did you have to delete the existing appdata folder? Or just do a force update?
  24. Yep, makes sense. Just might want to mention that on the docker page. Also, it looks like I'm connected, but how can I confirm this? And I'm getting a lot of these errors in the supervisord.log. Can I disregard them? 2015-06-05 14:33:41,204 DEBG 'start' stdout output: Fri Jun 5 14:33:41 2015 Authenticate/Decrypt packet error: packet HMAC authentication failed 2015-06-05 14:35:38,355 DEBG 'start' stdout output: Fri Jun 5 14:35:38 2015 Authenticate/Decrypt packet error: packet HMAC authentication failed 2015-06-05 14:35:55,716 DEBG 'start' stdout output: Fri Jun 5 14:35:55 2015 Authenticate/Decrypt packet error: packet HMAC authentication failed 2015-06-05 14:36:14,756 DEBG 'start' stdout output: Fri Jun 5 14:36:14 2015 Authenticate/Decrypt packet error: packet HMAC authentication failed 2015-06-05 14:37:37,632 DEBG 'start' stdout output: Fri Jun 5 14:37:37 2015 Authenticate/Decrypt packet error: packet HMAC authentication failed
  25. Am I able to use DelugeVPN and SabNZBVPN with a non-arch docker base? I'm just using the default docker base from Unraid. Honestly have no idea what flavor it is. When I start DelugeVPN, the log looks like it connects to OpenVPN, but I can't access the web interface. Log: http://pastebin.com/zwrhkCKE For S&Gs, I checked the non-VPN Deluge, and he started up fine. ETA: If I set VPN to NO, then it starts up fine. I guess should that I should add that I'm using newshosting.com VPN with an openvpn file, and setting the delugevpn to custom with the fields filled out appropriately with username, pass, and server. Disregard!!! Turns out I had to setup a credentials.conf file. You might want to mention this on the docker page. I would've thought that the vpn_username and vpn_password credentials would've created one, but it didn't. Maybe it's a bug. Dunno, but working now!