-
[Support] SpaceinvaderOne - Macinabox
In the same boat here, I'm just awaiting someone to post a solution. Been fiddling with it for a couple weeks now with zero luck. -edit managed to capture a photo quick enough to see an error:
-
6.7.2 Kernel Panic NF_NAT IPTables
It's gotta be software at this point. I've had this issue since 6.6.7 and was convinced it was hardware. Alas, I have replaced every single piece of hardware and still get kernel panic NF_NAT IPTables about once a week. I'm not sure where to go from here. I don't have a log file of the kernel panic as once it panics and you reboot, the logs are gone. I'm attaching a diagnostic file, and will await instruction on what to do next. tower-diagnostics-20190705-0148.zip
-
kingfetty started following Ver 6.6.6 Quotes are not parsed correctly on docker configs
-
Ver 6.6.6 Quotes are not parsed correctly on docker configs
Bug Description: When using quotes " in the value of a variable for a docker container the UI does not parse the line correctly when reading the xml file. How to reproduce: Create a docker and add a variable called test. Set the value of the variable to something that contains quotes. (ex: this"is"my value ). Then edit the container configuration. Upon editing the value will be depicted as truncate where the quotes began. (ex: this ) Expected results: Quotes should be parsed and represented html safe encoding " Actual results: Quotes are not parsed correctly. Other information: Examining the xml file shows that it is stored correctly the first time it is entered but not parsed correctly when editing.
-
kingfetty started following [SOLVED]: New build keeps dying , Lots of errors, is my controller failing? and Plex Media Server
-
[NOT SOLVED] USB Passthrough - Multiple "Like" Devices
Documented in the defect reports thread with work around documented: https://lime-technology.com/forum/index.php?topic=41650.0
-
VM USB Passthrough Multiple Devices with the same Vendor/Product
If you have multiple USB devices with the same Vendor and Product then the passthrough does not work as the UI currently builds the XML file with USB based on the Vendor / Product and not the Address Bus= Device= syntax. Since this is the case if you attempt to passthrough any usb devices that have duplicate Vendor/Product you will not be able to start your VM. The workaround is to manually edit the xml to the Address syntax. Examples: Bus 011 Device 003: ID 08bb:2704 Texas Instruments Audio Codec Bus 011 Device 002: ID 08bb:2704 Texas Instruments Audio Codec Current Syntax: <hostdev mode='subsystem' type='usb' managed='yes'> <source > <vendor id='0x08bb'/> <product id='0x2704'/> </source> </hostdev> This will result in a non booting VM Fixed Syntax: <hostdev mode='subsystem' type='usb' managed='yes'> <source> <address bus='11' device='2'/> </source> </hostdev>
kingfetty
Members
-
Joined
-
Last visited