indy5

Members
  • Posts

    109
  • Joined

  • Last visited

Everything posted by indy5

  1. hmm looks alright there. Did you only change the port in the WebGUI or did you change it elsewhere? Also.. can you post the log of that docker? thanks! Hmm, that was strange. My config.ini file had port 8085 in there, which is what I set the webui to use. I changed the ini file back to 5050 and the web interface is now working at 8085.
  2. I pushed an update that will fix this. Can you update and test for me? Now I am getting this error repeating itself in the log python: can't open file '/opt/couchpotato/CouchPotato.py': [Errno 2] No such file or directory python: can't open file '/opt/couchpotato/CouchPotato.py': [Errno 2] No such file or directory python: can't open file '/opt/couchpotato/CouchPotato.py': [Errno 2] No such file or directory python: can't open file '/opt/couchpotato/CouchPotato.py': [Errno 2] No such file or directory I posted a little bit too quick, it hadn't finished processing the last update. One more time Still not getting a webui. The app seems to be working under the hood though. It performed some postprocessing and renamed/moved a movie around (as expected)
  3. I pushed an update that will fix this. Can you update and test for me? Now I am getting this error repeating itself in the log python: can't open file '/opt/couchpotato/CouchPotato.py': [Errno 2] No such file or directory python: can't open file '/opt/couchpotato/CouchPotato.py': [Errno 2] No such file or directory python: can't open file '/opt/couchpotato/CouchPotato.py': [Errno 2] No such file or directory python: can't open file '/opt/couchpotato/CouchPotato.py': [Errno 2] No such file or directory
  4. Having some issues now for the past few days. Not sure if something updated or not, but it doesn't appear that a new build was pushed out. Couch does launch, but webui never comes up. The log file cycles over and over. I have deleted the docker container, and image. Also purged my config folder as well to eliminate any permissions issues or config.ini customizations. The only configuration that i've changed is the port from 5050 to 8085. Here's a snippet of the log where things seem to go wrong. ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 44 08-05 10:41:10 ERROR [31m[ato.core.helpers.variable] Couldn't remove empty directory /opt/couchpotato/.git/refs/tags: Traceback (most recent call last): File "/opt/couchpotato/couchpotato/core/helpers/variable.py", line 348, in removePyc os.rmdir(full_path) OSError: [Errno 13] Permission denied: '/opt/couchpotato/.git/refs/tags' [0m 08-05 10:41:10 ERROR [31m[ato.core.helpers.variable] Couldn't remove empty directory /opt/couchpotato/.git/objects/info: Traceback (most recent call last): File "/opt/couchpotato/couchpotato/core/helpers/variable.py", line 348, in removePyc os.rmdir(full_path) OSError: [Errno 13] Permission denied: '/opt/couchpotato/.git/objects/info' [0m runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 335, in runCouchPotato server.listen(config['port'], config['host']) File "/opt/couchpotato/libs/tornado/tcpserver.py", line 125, in listen sockets = bind_sockets(port, address=address) File "/opt/couchpotato/libs/tornado/netutil.py", line 145, in bind_sockets sock.bind(sockaddr) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) error: [Errno 98] Address already in use Aug 5 10:46:21 b484e5d0251f syslog-ng[55]: syslog-ng starting up; version='3.5.3' 08-05 10:46:22 INFO [0m[ couchpotato.core.loader] Loaded core: _core[0m 08-05 10:46:22 INFO [0m[ couchpotato.core.loader] Loaded core: clientscript[0m 08-05 10:46:22 INFO [0m[ couchpotato.core.loader] Loaded core: desktop[0m 08-05 10:46:22 INFO [0m[ couchpotato.core.loader] Loaded core: downloader[0m 08-05 10:46:22 INFO [0m[ couchpotato.core.loader] Loaded core: scheduler[0m 08-05 10:46:22 INFO [0m[ couchpotato.core.loader] Loaded core: updater[0m
  5. I actually did try that, it responds with the same error ls: File Not Found - 'FS0:\' After you get to the UEFI shell and are in the FS0:\ prompt, type ls to get the directory structure on the device. Then type cd FOLDERNAME and again to get into the next subfolder. man, maybe old age is getting to me. Try "dir" like the old MS-DOS way.
  6. When I type ls, I get the following: ls: File Not Found - 'FS0:\' After you get to the UEFI shell and are in the FS0:\ prompt, type ls to get the directory structure on the device. Then type cd FOLDERNAME and again to get into the next subfolder.
  7. I am having some trouble booting the installer for Windows 8 I am able to switch to FS0 by typing fs0: However, at the FS0:\ prompt, I receive the following error message when entering "cd efi/boot" cd: Directory not found - 'FS0:\efi\boot' I have validated that my win8 iso does in fact have this directory structure, containing the bootx64.efi file. I appreciate the assistance
  8. I'm seeing this same screenshot as well and I do not have the dockerman plugin listed under my plugins tab. Is there something on my flash share that I need to clean up? This messed up my docker tab... http://i.imgur.com/Aj0RpWm.png Goto the plugins tab and remove the dockerMan plugin from there.
  9. I made a mistake when following a guide, and included a USB controller. I only meant to bind the video card.
  10. This is great info! Is there a way to "unbind" a connection, without rebooting the system using the vfio-bind script? lspci -k is the command to see PCI devices and the driver they are currently bound to. If it says "vfio-pci", there yah go...
  11. syslinux.cfg default /syslinux/menu.c32 menu title Lime Technology prompt 0 timeout 50 label unRAID OS kernel /bzimage append initrd=/bzroot label KVM/unRAID OS menu default kernel /bzimage append intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot label unRAID OS Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot unraidsafemode label Memtest86+ kernel /memtest label Xen/unRAID OS kernel /syslinux/mboot.c32 append /xen --- /bzimage --- /bzroot label Xen/unRAID OS Safe Mode (no plugins) kernel /syslinux/mboot.c32 append /xen --- /bzimage --- /bzroot unraidsafemode Using Nvidia GT630 Updated my syslinux.cfg with your example. Still getting the same error when attempting start of VM unsupported configuration: host doesn't support passthrough of host PCI devices dmesg | grep -iE "dmar|iommu" Command line: intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot BOOT_IMAGE=/bzimage Warning: PCIe ACS overrides enabled; This may allow non-IOMMU protected peer-to-peer DMA Kernel command line: intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot BOOT_IMAGE=/bzimage Have you checked your bios? Is VTd enabled? Ok, so for some reason my VT-d was disabled in BIOS (I think after a BIOS updated, it reverted back to off), so now I am getting a bit closer here. I am using a GT630 card for my testing and Windows 8.1 does detect the card. My latest issue seems to be nvidia driver-related. Once I install the nvidia drivers, the machine bluescreens after reboot with the error "SYSTEM_SERVICE_EXCEPTION" Is there a particular driver version that I should be using here, instead of the current one? Appreciate the advice. NVIDIA card? What is in your syslinux.cfg file on your unRAID server?
  12. Updated my syslinux.cfg with your example. Still getting the same error when attempting start of VM unsupported configuration: host doesn't support passthrough of host PCI devices dmesg | grep -iE "dmar|iommu" Command line: intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot BOOT_IMAGE=/bzimage Warning: PCIe ACS overrides enabled; This may allow non-IOMMU protected peer-to-peer DMA Kernel command line: intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot BOOT_IMAGE=/bzimage Have you checked your bios? Is VTd enabled? Ok, so for some reason my VT-d was disabled in BIOS (I think after a BIOS updated, it reverted back to off), so now I am getting a bit closer here. I am using a GT630 card for my testing and Windows 8.1 does detect the card. My latest issue seems to be nvidia driver-related. Once I install the nvidia drivers, the machine bluescreens after reboot with the error "SYSTEM_SERVICE_EXCEPTION" Is there a particular driver version that I should be using here, instead of the current one? Appreciate the advice.
  13. Updated my syslinux.cfg with your example. Still getting the same error when attempting start of VM unsupported configuration: host doesn't support passthrough of host PCI devices dmesg | grep -iE "dmar|iommu" Command line: intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot BOOT_IMAGE=/bzimage Warning: PCIe ACS overrides enabled; This may allow non-IOMMU protected peer-to-peer DMA Kernel command line: intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot BOOT_IMAGE=/bzimage
  14. What is your host hardware detail and please post what you have in your syslinux.cfg. Host Hardware: Supermicro X9SCM-F, Xeon E31240 syslinux.cfg default /syslinux/menu.c32 menu title Lime Technology prompt 0 timeout 50 label unRAID OS menu default kernel /bzimage append initrd=/bzroot label unRAID OS Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot unraidsafemode label Memtest86+ kernel /memtest label Xen/unRAID OS kernel /syslinux/mboot.c32 append /xen --- /bzimage --- /bzroot label Xen/unRAID OS Safe Mode (no plugins) kernel /syslinux/mboot.c32 append /xen --- /bzimage --- /bzroot unraidsafemode append intel_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream initrd=/bzroot
  15. I'm getting a bit closer here to getting GPU passthrough working (win8.1), or at least, I think I am. I have set up Virt-Manager on a separate Ubuntu VM to experiment. After adding the PCI Host Device, I receive the following attached error message. Error starting domain: unsupported configuration: host doesn't support passthrough of host PCI devices Is there anything else on the host configuration that I need to configure? I appreciate the help
  16. Has anyone looked into Newznab+ ? Thanks
  17. Thanks! This is awesome. Restarts and everything are working from the GUI now.
  18. I was able to get mine working today. It did require a little bit of fiddling. I realized that I had pulled down the master branch, yet I was trying to run the container as Gotham. Once I pulled down Gotham, my docker command ran fine (didn't have to use the extra BIND ipaddress parameters) Both Sickbeard and Couchpotato are communicating so far.
  19. Hello All, In an effort to move away from ESXI, I have been experimenting/testing with some other hypervisors. In testing out Windows Server 2012R2 with Hyper-V, I have been unable to get networking functioning in Unraid. I have seen a few threads on the forums here with little to no success, or no reporting solutions. Has anyone been successful in getting a NIC detected by Unraid using Hyper-V? I have had no issues passing through the USB drive, which is what I am booting Unraid from. I appreciate the advice.
  20. indy5

    Turnkey

    Has anyone had any luck with these appliances? I have several working great in esx, but cannot seem to get them going in xen. I'd love to see a working cfg file. Thanks!
  21. Just checking if you ever were able to add Crashplan? Thanks for your awesome work!
  22. Hi Ironicbadger, Thank you so much for all of your efforts with Xen (tutorials, guides, videos, etc). Is there a chance you will be providing a package for mysql or MariaDB? Appreciate all that you have done!
  23. Like some others here on the forums, I am strongly considering the move from ESXI to Xen. I have grown tired of vmware's crippling of ESXI and want to move ahead to a product that is more capable. Having said that, I was wondering if anyone has had any luck nesting Unraid 6 inside of ESXI solely for testing purposes. I have been able to nest other Xen installations before, but have been having issues with Unraid 6 Beta3 booting. It seems BZROOT gets hung up during the boot process and I get a CPU panic and the VM reboot. I can provide the exact error if needed, but it's a bit hard to grab since the VM quickly reboots when the error pops up. Again, no big deal if this isn't possible, I just wanted to get a better feel for how Xen will work with Unraid 6 before planning out my migration. Thanks!
  24. Has anyone ever use the extended warranty program offered by Newegg? It's cheaper to add a few more years to the 1 year warranty than to buy one of the much more expensive drives that already come with more years. Thoughts?