jmduncan01

Members
  • Posts

    15
  • Joined

  • Last visited

About jmduncan01

  • Birthday 10/20/1984

Converted

  • Gender
    Male
  • Location
    Kansas City

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jmduncan01's Achievements

Noob

Noob (1/14)

0

Reputation

  1. jmduncan01

    Jitsi?

    Try forwarding TCP port 5222 on your router to the unraid server internal address. May have to also map it for docker in unraid. For Jitsi you need ports 443 for https, 80 for http, UPD 10000, and TCP 5222. You can of course remap these to none standard points in your router as Unraid already uses 80 and 443. Here's a link to the jitsi documentation also. https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md
  2. See this has been up for a while so hopefully you have resolved this. One think to check. If you unraid host has multiple NICs and an IP is assigned in Network settings for each then make sure the br0 IP and physical post eth0, eth1, etc IP that you are connecting with match or that all are connected. The issue this causes is the ping request will leave via the connect NIC's IP but then your router will attempt to route the response back to you via the IP for the main NIC aka the NIC that has the same IP as br0. All you have to do is move the network connection to the correct NIC and you should be set. This is usually eth0 unless you have changed the config manually.
  3. This thought had crossed my mind but wasn't sure if it may cause other issues. Will it still provide the restore option if I needed to roll back in case of issues? Any specific options/flags to be used or just: unzip unRAIDServer-6.8.0-rc3-x86_64.zip -d /boot
  4. From terminal running date returns the correct date and time. Is there another process to check or location to check date and time? Seems to not be the issue though.
  5. When selecting next branch in OS Update It shows the 6.8.0-rc3 version and the Install button. Clicking install brings up the Install Plugin window which shows the below errors: plugin: installing: /var/tmp/unRAIDServer.plg plugin: downloading: https://s3.amazonaws.com/dnld.lime-technology.com/next/unRAIDServer-6.8.0-rc3-x86_64.zip ... failed (Network failure) plugin: wget: https://s3.amazonaws.com/dnld.lime-technology.com/next/unRAIDServer-6.8.0-rc3-x86_64.zip download failure (Network failure) Not sure why there is a network failure here as I have internet access (can load apps page, upgraded plugins and dockers already) and can also ping successfully, via SSH into unraid, external sites like google.com and amazon.com. Trying wget from SSH I get the below: root@d2:~/test# wget https://s3.amazonaws.com/dnld.lime-technology.com/next/unRAIDServer-6.8.0-rc3-x86_64.zip --2019-10-19 10:53:16-- https://s3.amazonaws.com/dnld.lime-technology.com/next/unRAIDServer-6.8.0-rc3-x86_64.zip Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.133.165 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.133.165|:443... connected. OpenSSL: error:1408F10B:SSL routines:ssl3_get_record:wrong version number Unable to establish SSL connection. If I change https to http it is successful. root@d2:~/test# wget http://s3.amazonaws.com/dnld.lime-technology.com/next/unRAIDServer-6.8.0-rc3-x86_64.zip --2019-10-19 10:58:05-- http://s3.amazonaws.com/dnld.lime-technology.com/next/unRAIDServer-6.8.0-rc3-x86_64.zip Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.164.37 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.164.37|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 220557400 (210M) [application/zip] Saving to: ‘unRAIDServer-6.8.0-rc3-x86_64.zip’ unRAIDServer-6.8.0-rc3-x86_64.zip 100%[==============================================================================================>] 210.34M 50.6MB/s in 6.2s 2019-10-19 10:58:12 (33.8 MB/s) - ‘unRAIDServer-6.8.0-rc3-x86_64.zip’ saved [220557400/220557400] Thoughts on why https download is failing and how to correct?
  6. I'll try the bios update and let you know. I do have the sata power connected. I have also disabled the legacy USB mode which didn't help.
  7. Here seems to be some related log entries. I tried adjusting the usb setting in bios but no luck. Jan 15 10:54:52 Tower kernel: pci 0000:0a:00.0: xHCI BIOS handoff failed (BIOS bug ?) 00010401 Jan 15 10:54:52 Tower kernel: pci 0000:0b:00.0: xHCI BIOS handoff failed (BIOS bug ?) 00010401 Jan 15 10:54:52 Tower kernel: pci 0000:0c:00.0: xHCI BIOS handoff failed (BIOS bug ?) 00010401 Jan 15 10:54:52 Tower kernel: pci 0000:0d:00.0: xHCI BIOS handoff failed (BIOS bug ?) 00010401
  8. Ok so I've read the post about this but so far no luck. I have a usb 3 pci card model PEXUSB3S44V. It shows up as below using lshw. This is stubbed in syslinux.cfg. I have the same result without it stubbed also. The card has power to the devices however I can not see the devices as usb pass through options in the webgui. Same with and without stub. When the card is stubbed in syslinux.cfg it shows under the other pci devices section in the webgui for the VM settings. Shows as Renesas Technology Corp. uPD720202 USB 3.0 Host Controller | USB controller (0a:00.0) Not sure what I'm missing here. When I try to start the VM with the other pci selected it starts and usb devices have power but no response. If I connect the usb devices to the onboard usb of the motherboard and select in usb pass through they work fine. description: USB controller product: uPD720202 USB 3.0 Host Controller vendor: Renesas Technology Corp. physical id: 0 bus info: pci@0000:0a:00.0 version: 02 width: 64 bits clock: 33MHz capabilities: pm msi msix pciexpress xhci cap_list configuration: driver=pci-stub latency=0 resources: irq:26 memory:fa500000-fa501fff lspci | grep USB is: 00:14.0 USB controller: Intel Corporation C610/X99 series chipset USB xHCI Host Controller (rev 05) 00:1a.0 USB controller: Intel Corporation C610/X99 series chipset USB Enhanced Host Controller #2 (rev 05) 00:1d.0 USB controller: Intel Corporation C610/X99 series chipset USB Enhanced Host Controller #1 (rev 05) 0a:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02) 0b:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02) 0c:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02) 0d:00.0 USB controller: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller (rev 02)
  9. Make sure you have assigned the correct sound device. It needs to be the sound device from the same card as the video for that VM. I have run into this issue in the past.
  10. This isn't an issue but more a question or request for recommendations. Want to passthrough individual pci usb 3.0 cards to each of 3 VMs. In searching I ran into this card. https://www.neweggbusiness.com/Product/Product.aspx?Item=9B-12-400-546&nm_mc=KNC-GoogleBiz-PC&cm_mmc=KNC-GoogleBiz-PC-_-pla-_-Add-On+Cards-_-9B-12-400-546&gclid=Cj0KEQiAy53DBRCo4en29Zvcla0BEiQAVIDcc-135MmzIre3-kaBtY_yEZ5fn9e8imYT0y7DnGRMviQaAhHx8P8HAQ It has 4 individual controllers on the same card. I'm not so much worried about speed as I am being able to hot plug devices to the separate VMs. Does anyone know if this will work so I can pass each of the controllers through to separate VMs. Edit: Just looking at this maybe should be in the hardware forum. Oops Sorry. Thanks
  11. I have been getting the below error on one of my VMs. It happens almost daily. Restarting the VM works sometimes but lately it just happens again within minutes. I haven't had much luck finding any info on this at least that is helpful. Also just to note no usb devices were disconnected at least physically. Please let me know if there are other logs or info needed would be happy to provide it. Thanks libusb: error [_open_sysfs_attr] open /sys/bus/usb/devices/3-3.4.1/bConfigurationValue failed ret=-1 errno=2 libusb: error [do_close] Device handle closed while transfer was still being processed, but the device is still connected as far as we know libusb: warning [do_close] A cancellation for an in-flight transfer hasn't completed but closing the device handle libusb: error [do_close] Device handle closed while transfer was still being processed, but the device is still connected as far as we know libusb: error [do_close] A cancellation hasn't even been scheduled on the transfer for which the device is closing Also to add details of the VMs being run. They are running Linux Mint 18 KDE they are assigned 8 cores and 8 GB ram. For usb devices they each have usb keyboard and mouse and a usb sound card on all but one of three VMs. The third VM is using the on board sound. Passing through pci for video cards.
  12. Oh then you'll have to reinstall the proprietary nvidia drivers. I'm wondering if they are what caused the issue. But I need them so we'll see.
  13. Ok so fixed it. I think we'll see if it happens again. Belows the step in case anyone else runs into this. 1. In the webGUI edit the VM and remove the graphics card, audio, and all USB pass-throughs setting the graphics as VNC 2. Had to delete the tablet input device from the XML directly as VM gave an error on startup. 3. Start VM and view with VNC. Couldn't log in and video on VNC was jacked. 4. Do Ctrl+Alt+F1 to get to terminal and login 5. Enter sudo apt-get remove --purge nvidia-* and enter root pw when asked 6. Enter sudo apt-get install ubuntu-desktop (not sure this is needed but I did it anyways) 7. Enter sudo shutdown -r now 8. Now after restart you can login to the desktop via VNC. 9. Shutdown the VM via the standard process inside the VM 10. In the webGUI edit the VM to add the video card and usb items back. 11. I also had to edit the XML directly to change the usb controller model as model='nec-xhci' to prevent speed mismatch issues. Seems to be working fine for now.
  14. Not sure this help but seen this before when opening archive when there is a file there twice. Maybe check your boot usb drive from another pc.
  15. Ok so I'm new to unraid but so far everything is going well except one issue with a Ubuntu 14.04 VM with passthrough. I'm passing through nvidia GTX 650Ti card the on board audio along with several usb devices. Keyboard, mouse, and USB headset. This has happened twice now and the only way to correct the first time was to delete and reinstall the VM. It will run fine for several days then after a shutdown from within the VM on startup the screen will scroll right to left in blocks and keyboard and sometimes mouse will not work. USB headset wasn't working giving speed mismatch so I've implemented the fix http://lime-technology.com/forum/index.php?topic=41922.0. This correct the headset issues but now it is scrolling again. I'm not even sure what to call this as I've never seen this before. Here is a picture to better explain. http://imgur.com/nF25zaO. I've tried restarting the unraid server in full along with just the VM though I have to do a force stop on the VM for the webGUI. I'm also running the proprietary nvidia drivers for gaming. unraid specs are: ASRock X99 WS-E/10G LGA2011-v3 Intel i7-5820K 64GB ram SSD are OCZ Trion 100 HHD are Hitachi 2TB Corsair RM1000X Also same issue with GTX950 and GTX970 cards and with and without proprietary nvidia drivers. What I've noticed is it happens after shutting down VM and then making changes to VM in webGUI. Then on startup you get the screen scroll. Also you cannot tell by the picture but it keeps shifting every few seconds. Open to any suggestions as I'd really like to not have to start over again on this VM. Also haven't tried this with Windows yet. Also to be complete other items running on this same server: MineOS minecraft server as docker, no-ip as docker, one other linux VM and pfSense router.