korack

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by korack

  1. Thanks JonP. I saw those a day or two after I figured it out on my own. Even the response on that thread was over 30 days July 20th to Sept 4th. I would think this is a common issue but apparently not that common. I'm new to unRAID (only about 2 months) and so much of the current version is undocumented. I wish I could have paid for some support from LT. With some sort of support this could probably have been fixed with a 20 minute phone call or an short email chain. So far I reboot 5 - 7 times, my USB bus & device IDs have not changed. As long as I am aware of the possibility they can change, I can deal with it. It would be nice to see the GUI improved to distinguish devices or at least save my custom XML settings. It took me a couple times to understand why my XML changes were over written every time I went back to the GUI to change something. After the initial setup and testing it should be more stable. Getting both my VMs (Win10 & OpenELEC) working through the TV was hopefully my last hurdle. Having a keyboard for each VM was crucial to making that a reality. I thought buying a trusted brand like Logitech would make it easy to support. If I had known I'd have this issue with I might have bought 2 different brands of keyboard or only one with the Logitech Unifying Receiver.
  2. I figured this out on via the KVM forum as no one replied Maybe this will help someone else... I was right editing the XML was the solution the syntax took some time to figure out. The unRAID VM GUI won't let you assign devices with duplicate names properly. (You add one Unified Receiver both are chosen). You have to edit the XML. Remove the vendor & product which takes detective work. The GUI is no help and once you fix the XML if you go back to the GUI it breaks it again. It would be nice if duplicate devices showed the USB Bus & Device ID. I figured out which entries to replace in the XML by adding & remove devices via the GUI, examining the XML and identifying the differences. Then I ran the lsusb command looking for Logitech to find the bus and device ID. Ultimately for me one VM needed this: <hostdev mode='subsystem' type='usb' managed='yes'> <source> <address bus='8' device='16' /> </source> </hostdev> And the other VM needed this: <hostdev mode='subsystem' type='usb' managed='yes'> <source> <address bus='9' device='3' /> </source> </hostdev> Your vendor, product, bus id and device id will likely be different.
  3. I want to have a Windows 10 VM and an OpenELEC VM. I have two Logitech Unifying Receivers. When I attempt to assign one of the receivers via the GUI to each VM both receivers are assigned to both VMs. Any idea how to assign only one receiver to each VM? Can we use multiple Logitech Receivers with Unraid? I assume this is done via the XML. These appear in each VM: <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x046d'/> <product id='0xc52b'/> </source> </hostdev> Syslog entries when attaching the 1st Logitech Unifying Receiver Aug 28 23:16:37 TheMatrix kernel: input: Logitech K700 as /devices/pci0000:00/0000:00:12.0/usb8/8-3/8-3:1.2/0003:046D:C52B.001F/0003:046D:2012.0021/input/input20 Aug 28 23:16:37 TheMatrix kernel: logitech-hidpp-device 0003:046D:2012.0021: input,hidraw6: USB HID v1.11 Keyboard [Logitech K700] on usb-0000:00:12.0-3:2 Syslog entries when attaching the 2nd Logitech Unifying Receiver Aug 28 23:16:37 TheMatrix kernel: input: Logitech K400 as /devices/pci0000:00/0000:00:12.0/usb8/8-3/8-3:1.2/0003:046D:C52B.001F/0003:046D:4024.0022/input/input21 Aug 28 23:16:37 TheMatrix kernel: logitech-hidpp-device 0003:046D:4024.0022: input,hidraw7: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:12.0-3:3 $ lspci|grep USB 00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller 00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller 03:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller 04:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller $ lsusb|grep -i logitech Bus 009 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 008 Device 016: ID 046d:c52b Logitech, Inc. Unifying Receiver
  4. I've got PXE / TFTP working. I can PXE boot to OpenELEC. But I cannot get the video GPU pass-through working with an Nvidia GT 730. I know PXE is working b/c if I boot to VNC I watch the boot process although there is a video compatibility error which I assume is b/c of VNC. But it does boot. If I boot to the NVIDIA GeForce GT 730, I get no display not even during the PXE boot process but it will boot and I can eventually SSH into the OpenELEC. It's strange because I can video pass-through working via an Ubuntu 15.04 VM. So the video card seems compatible with GPU pass-through. The motherboard/CPU must also be compatible because it works on other VMs. Others said they had OE working with the GT 730 (which is why I chose it). But I cannot get video through OpenELEC. I tried both the SeaBIOS & OVFM. I've compared the xlm to johnodon's xml and don't see any major differences. Any suggestions? openelec-vm.txt
  5. I just figured out my issue... I reread the whole thread a couple times... I was mapping /config to "/mnt/user/appdata/openvpn" When I changed to "/mnt/cache/appdata/openvpn" it worked.
  6. I'm having issues with the OpenVPN WebUI. I've cleared the old config, re-installed multiple times. Based on the openvpn.log it seems to be in a continual restart loop. It worked for a couple days prior to failing. I've tried many things including removing and re-downloading with a clean install path. I even tried the SQL commands but it didn't help. I'm not sure I understand what they are trying to change. Any other ideas? Thanks. Looks like openvpn cant get access to an interface or a port is in use. Is Networktype set to"host" and Privileged ticked? Is anything useing ports, 443 943 1194? ssh and "ps -aux" Are you as the other guys running bonding on your network interfaces? The sql commands change what default interface the openvpn deamon etc listens on, shouldent be needed to fiddle with that thou, not completly sure but think by reconfiguring openvpn-as with the built in script should yield the same results. - Enter the running container with 'docker exec -i -t <ID> /bin/bash' - Run: './usr/local/openvpn_as/bin/ovpn-init' and configure it as you want. //mace That's cool info. I understand a little more about the docker. I was able to get to the shell within open-vpn and run the configuration (ovpn-init). But still a no-go. I tried a few different configurations. I changed the port from 943 to 5943 with no luck. Neither https://192.168.111.100:5943/admin'>https://192.168.111.100:5943/admin or https://192.168.111.100:5943 work with the updated port configuration. I also tried br0 and eth0 with no luck. It's generated 82M of logs in less than an hour. Seems like a python or socks issue: 2015-08-13 14:00:45-0600 [-] Server agent initialization failed: Couldn't listen on any:/config/config/etc/sock/sagent: [Errno 38] Function not implemented.: sagent/svcset:147,sagent/svcset:626,sagent/svcset:549,sagent/svcset:482,sagent/svcset:464,application/service:185,application/service:304,application/internet:85,application/internet:116,internet/posixbase:314,internet/unix:91 (twisted.internet.error.CannotListenError). I will do some more investigation now that I can get a command line within the docker. I'll share my findings.
  7. I'm having issues with the OpenVPN WebUI. I've cleared the old config, re-installed multiple times. Based on the openvpn.log it seems to be in a continual restart loop. It worked for a couple days prior to failing. I've tried many things including removing and re-downloading with a clean install path. I even tried the SQL commands but it didn't help. I'm not sure I understand what they are trying to change. Any other ideas? Thanks. openvpn.txt
  8. Where exactly do I make this change? Is this on the VM or the unRAID server?
  9. I'm trying to use a Logitech Unifying Receiver for pass through to a Linux VM. It works most of them time but occasionally stops working and disappears from the available USB devices. Restarting the VM does not help and the other VMs no longer show it as an option. Rebooting the unRAID server solves the issue for a while. Is there a less intrusive way to get the VM module to see the USB again without bring down the server? Thanks.