dharrah

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by dharrah

  1. Just to confirm, can you explain what exactly isn't working? Also, can you post your SWAG conf file for code-server?
  2. This is fixed. I had to ultimately point my conf to http and port 9090 in SWAG: server { listen 443 ssl; server_name transport.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; proxy_max_temp_file_size 2048m; set $upstream_app newcrushftp; set $upstream_port 9090; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
  3. Just deployed the CrushFTP9 app and turned off my stuckless/crushftp I had previously had the stuckless app behind SWAG and working just fine. I set my ports the same and it is on the SWAG custom network When I first started CrushFTP9 up, I bounced SWAG and everything came up fine. All my other SSL dockers work except for the CrushFTP9 - all I get is "502 Bad Gateway" Here is my conf file: server { listen 443 ssl; server_name transport.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; proxy_max_temp_file_size 2048m; proxy_pass https://<unraidIP>:9443; } } server { listen 9021; server_name transport.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; proxy_max_temp_file_size 2048m; proxy_pass https://<unraidIP>:9021; } } I feel like I am missing something dumb/small.....but can't seem to find it. Any ideas?
  4. That worked! I created a new folder in /home and then moved the following files from /config/nginx: nginx.conf ldap.conf ssl.conf proxy.conf After bouncing SWAG, I was able to connect just fine! Thanks @aptalca
  5. Both - same results either way As I look at the browser console logs, I see a few errors: WebSocket handshake - error 200 WebSocket closed with status code 1006 I still have the stock proxy-confs file in place - no changes were made. But the fact that I get the login page at my domain address seems to indicate that the SWAG portion of things is "fine".
  6. Yes - Chrome/Incognito is my primary browser, but I also tried IE and Firefox. Also Safari on my phone - same thing with the login page coming up first and then it goes blank after entering the password.
  7. Getting blank page when navigating to code-server behind LE/SWAG I deployed the image stock - set it to my SWAG network Added a new domain and CNAME ("code-server" on namecheap DNS) Copied the 'code-server....sample' proxy-confs and just added my domain to the "server_name" line and left everything else alone (per other comments here) Updated SWAG docker with new domain and bounced SWAG and verified it comes up clean I can hit the new domain and it prompts for the web gui PW and right after authenticating, it just goes to a blank screen ??
  8. Not yet, because I'm not interested in doubling my disk space requirements that would be needed when Sonarr copies the file to allow for seeding.
  9. I am coming to Deluge from many, many years of using uTorrent. Main reason for the switch is my new unRaid server and wanting to move my torrents into a docker. So far, I really do like Deluge - especially the plugins. I've just moved all my movies, apps, and music from uTorrent into Deluge without a problem. All my path mappings are configured with the exception of my TV folder. With uTorrent, I was able to pre-configure my torrent filename and location prior to starting the download. For TV Shows this was very useful when dealing with various seasons of a particular show. In addition, I keep my torrents seeding nearly all the time and don't necessarily worry about removing them from the client. With Deluge, I am not seeing how to accomplish this task. I've read some posts (here and elsewhere) for similar questions as well as watched various tutorials and it seems the generic response is to run a script to copy the completed torrent file(s) and rename the copies. I do not like the idea of doubling my space simply for file management. I'm hoping that I simply overlooked a setting or plugin that will help. I'm currently using 'AutoAdd' and 'LabelPlus'. The one thing I've considered at this point is to configure my docker with individual paths that mount to each folder of my show. For example, for Twin Peaks, I have the following folder structure: <unRaid>/TV/Twin Peaks/Season <#>/S<#>E<#>.mkv If I map a path to /config/tv/twinpeaks which points to the path above (minus the 'Season'), then maybe that would work. It just seems laborious to go into the docker, add the new path map before I download each show, and then restart things. Anyone else currently tackling this? Did I overlook something simple/stupid? Thanks in advance!
  10. I have a LAMP server VM from turnkeylinux that causes issues whenever I choose 'Stop' from the drop-down menu under the VM tab in the UnRaid GUI. I'm running UnRaid 6.3.5. I've passed through a dual-port NIC that gets its IP from my PFSense firewall in the DMZ. I've configured it to use virbr0 as well. Everything works fine upon boot and my NIC gets the proper IP assigned (eth1) and the virbr0 (eth0) is assigned 192.168.122.192. When I click 'Stop' I see this in syslog: Sep 5 11:43:25 DarkKnight dnsmasq-dhcp[6345]: DHCPRELEASE(virbr0) 192.168.122.192 52:54:00:6c:b8:ed Sep 5 11:43:27 DarkKnight kernel: virbr0: port 2(vnet0) entered disabled state Sep 5 11:43:27 DarkKnight kernel: device vnet0 left promiscuous mode Sep 5 11:43:27 DarkKnight kernel: virbr0: port 2(vnet0) entered disabled state Sep 5 11:43:28 DarkKnight kernel: vgaarb: device changed decodes: PCI:0000:0a:0b.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem Sep 5 11:43:28 DarkKnight kernel: [drm] AST 2100 detected Sep 5 11:43:28 DarkKnight kernel: [drm] Using Sil164 TMDS transmitter Sep 5 11:43:29 DarkKnight ntpd[2057]: Deleting interface #4 virbr0, 192.168.122.1#123, interface stats: received=0, sent=0, dropped=0, active_time=81227 secs It seems to hang at that last line. GUI completely unresponsive. However, I can SSH in just fine and navigate around. When I look at 'top' I notice libvirtd is 100% and tied to PPID '1'. If I try to kill the process, nothing happens. One time, I tried 'kill -9' which resulted in a zombie process. Ultimately, I have to reboot the server. I just had this happen and my system is offline (I'm at work). I've initiated a reboot from the shell but I don't have the best of luck with that and usually have to go to my console at the rack to shut things down. If I need to provide any additional info/details, let me know and I'll grab it later once I can get it back up. This is the third occurrence and it's quite annoying. I'm suspect of the virbr0 interface, which I don't even need. Can I just delete that from my XML? There wasn't a <none> option in the template, but I just thought about editing the XML as I'm typing this Any ideas are welcome. Also curious if anyone else has seen this. Maybe something with the turnkeylinux image - I've never used them before. Thanks in advance.
  11. Upvote for solution. Was unsure why I couldn't get past the UEFI shell. Configuring the VM with SeaBIOS worked for me as well. Thanks!
  12. That was it! Thanks again. It was the kick in the pants I needed
  13. Thanks 1812. Group 21 only has the one device. However, I followed your link to 'HP Proliant & unRaid Information Thread' and started going through your steps just to see if anything would help. I am embarrassed to admit that I didn't go to the system log during all this testing, but right at the bottom after trying to dupe the problem I found this little gem No interrupt remapping support. Use the module param "allow_unsafe_interrupts" to enable VFIO IOMMU support on this platform So I've added the following snippet vfio_iommu_type1.allow_unsafe_interrupts=1 to my syslinux.cfg file and am rebooting. I'll post my logs if this still doesn't work.
  14. I've scoured the internets and this thread has come the closest to what I'm seeing. However, I am still unable to pass any NIC through to a Win10 VM. I get the same error as noted above (couple times), but here is my specific error: internal error: qemu unexpectedly closed the monitor: 2017-09-01T21:46:07.720078Z qemu-system-x86_64: -device vfio-pci,host=09:00.0,id=hostdev0,bus=pci.0,addr=0x6: vfio: failed to set iommu for container: Operation not permitted 2017-09-01T21:46:07.720112Z qemu-system-x86_64: -device vfio-pci,host=09:00.0,id=hostdev0,bus=pci.0,addr=0x6: vfio: failed to setup container for group 21 2017-09-01T21:46:07.720118Z qemu-system-x86_64: -device vfio-pci,host=09:00.0,id=hostdev0,bus=pci.0,addr=0x6: vfio: failed to get group 21 2017-09-01T21:46:07.720134Z qemu-system-x86_64: -device vfio-pci,host=09:00.0,id=hostdev0,bus=pci.0,addr=0x6: Device initialization failed I'm running dual Xeon 5650s on a Dell P19C9 (C2100 Server) with VT-d (and VT-x) enabled. IOMMU shows 'Enabled' in the 'Info' output of Unraid (running version 6.3.5). I have enabled the PCIe ACS Override to split my IOMMU groups but I continue to get the error above. I'm currently trying to pass through the onboard dual NICs, but I do have a 4-port NIC that fails as well. Attached is my full output of 'lspci' but the relevant section is: //4-Port NIC 06:00.0 0200: 8086:10e8 (rev 01) 06:00.1 0200: 8086:10e8 (rev 01) 07:00.0 0200: 8086:10e8 (rev 01) 07:00.1 0200: 8086:10e8 (rev 01) 08:00.0 0107: 1000:0072 (rev 03) //On-Board NIC 09:00.0 0200: 8086:10c9 (rev 01) 09:00.1 0200: 8086:10c9 (rev 01) I have tried the vfio-pci.ids in my syslinux.cfg file, just trying to further isolate things (not sure if that was necessary, but I've tried to apply each recommendation from the various threads). This continues to result in same error. Full XML is attached, but relevant snippet from VM is: <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x09' slot='0x00' function='0x0'/> </source> <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='0x09' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> I'm hoping this is something dumb I'm overlooking so I'm reaching out for additional feedback. Thanks in advance! VM_XML.txt lspci.txt