December 28, 20178 yr Upgrading: We have changed the way one checks for new unRAID OS releases. Please refer to Update OS below. Bugs: If you want to report an issue, please start a new topic in this board. Notable changes (-rc18f): Linux kernel 4.14.9 (with better patch). Looks like the VM shutdown issue may be solved using latest patch referenced in the “Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover” Bugzilla topic. Please check if this release solves this issue for you. This patch will eventually find its way into an upcoming stable kernel release, maybe 4.14.10 or 4.14.11. This is the last major issue to resolve before we can publish 6.4.0 'stable' release. We now have a web-based Terminal application available by clicking the Terminal button on the Menu bar. Kudos to @eschultz for integrating the ttyd application with our nginx install. This is using websockets and appears to be quite fast, give it a try! We ported a simplified version of the zenstates.py utility to C (to avoid including python in bzroot) which may be used to disable Ryzen C6 states (as workaround for Ryzen idle freeze issue). We have found that sometimes bios option to disable C6 does not exist or does not do the right thing. If you want to use this utility, we suggest that you edit your 'config/go' file on your USB flash device. Add this line just before emhttp is invoked: zenstates --c6-disable Misc. bug fixes Finally, we also want to thank @Squid for some useful webGui improvements and fixes (in addition to all the help he provides around here): thanks a lot man! Notable changes (-rc17b): Linux kernel 4.14.7 (without "experimental" patch). We cannot remain on 4.14.4 with a non-official patch set and it does not seem to completely solve the VM issues anyway. This release (4.14.7) includes a patch (net: accept UFO datagrams from tuntap and packet) from a developer (Willem de Bruijn) who has been participating in the “Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover” Bugzilla topic. We are thinking the VM freeze/unable to terminate issue may have to do with UDP fragmentation offload. You can check this using the command: ethtool -k eth0 which will report whether or not your h/w supports this feature. If you see this, it doesn't: Cannot get device udp-fragmentation-offload settings: Operation not supported Updated docker. Misc. bug fixes. Notable changes (-rc16b): Linux kernel 4.14.4 (with "Revert - Remove UDP Fragmentation Offload support" patch). This is an "experimental" patch that is meant to solve VM issues introduced after moving to 4.14 kernel. Please report if this works for you. Early microcode loading support. Addition of background threads that auto-update local IP address with LimeTech DNS server when using Let's Encrypt SSL certs, and that auto-renew these certs if within 30 days of expiration. Misc. bug fixes. Notable changes (-rc15e): Linux kernel 4.14.4. This is a "longterm maintenance" kernel, which is nice. There is now a Logout button for the webGUI which appears on right side of the menu bar when you have defined a root password and are logged in. Clicking this will "log you out" from all tabs/windows in that browser. Misc. bug fixes. Notable changes (-rc14): Fix "swap/disable" operation. Restore proper interpretation of SAS device temperature. Prevent mover from running when no cache volume present, or only the cache volume is present. Notable changes (-rc13): Correct handling of SMART ID 190. Replaced 'tabs' for 'spaces' in the make_bootable.bat file (Windows doesn't like tabs). Notable changes (-rc12a): None, just bug fixes, well updated linux kernel minor patch release Notable changes (-rc11i): Let's Encrypt SSL certificate renewal: if your certificate is within 30 days of expiration the Renew button on Settings/Identification/SSLCertificate Settings page will be enabled. LE certs have a lifetime of 90 days but it's free to renew. We are working on a configurable daemon to make this automatic. All encryption passphrase/keyfile handling is managed on the Main page. For now the Encryption Settings page is gone but will eventually return as a way of changing the default cipher settings. Also gone is the Restricted Start setting introduced in the last release (bad idea). Yet another attempt to reliably report NVMe temperatures. Notable changes (-rc10b): Finally looks like the AMD Ryzen GPU pass-through performance issue has been solved. We applied this patch and it does indeed appear to solve the problem. Fixed issue in the 'mover' where it wasn't handling split-levels correctly in moving files from cache to array. Further refinements in handling encryption keyfile. Added new config setting Settings/Disk Settings/Restricted Start [Yes/No]. When set to Yes, array will not Start if there are encrypted volumes and the encryption key is missing (this is the default). If set to No and encryption key is missing, array will Start but encrypted volumes will not be Mounted and also cannot be Formatted - any share data stored therein simply won't be available. After attempted array Start with missing/wrong keyfile, you can enter the passphrase/upload keyfile directly from Main page. If there are any encrypted volumes in your server, we recommend setting "Settings/Disk Settings/Enable auto start" to Yes. Following boot of course there will be no keyfile present so autostart will fail. But in this case s/w also now knows there are encrypted devices and you will see right on the Main page a place to enter the encryption passphrase or upload a keyfile. Numerous package updates, bug fixes and webGui enhancements. Notable changes (-rc9f): Improved handling of encryption passphrase/keyfile. When Starting array with encrypted volumes, you only need to enter the encryption passphrase once on the Encryption Settings page - no more confusing "passphrase confirmation". If no encrypted devices exist and you're trying to add some, then it will ask for passphrase confirmation. Introduce new Disk Setting called 'Restricted Start - Yes/No'. When set to 'Yes' then array will not Start if the encryption key is missing. If set to 'No' then array will Start (including autostart) but encrypted volumes will not be 'mounted', meaning shares and/or share data stored on them will not be accessible. The default (and normal) setting for this is 'Yes'. The Let's Encrypt SSL provisioning is only available when 'Use SSL/TLS' on Identification page is set to 'Auto'. Also, provisioning the cert no longer triggers complete restart of "services". If using 'https' all 'http' is redirected to 'https'. If not using 'https', all 'https' is redirected to 'http'. The result of this is you can always enter servername in browser address bar to get to webGui, for example "Tower/" or "Tower.local" should always get you to the webGui. In the case of SSL-enabled LE certificate, you will get redirected to the <hash>.unraid.net URL. Added an 'Update DNS' button on Identification page. If the IP address of your server changes and you're usng the LE certificate, you can click this button to tell unraid.net to update the DNS setting. We have set TTL to 60 seconds so it might take this long to see the update. Of course you have to already have the webGui open to do this. Finally fixed reporting of temperature for NVMe devices (hopefully). Updated OVMF firmware, tested with various OS types, seems to work. Other misc. fixes an improvements, refer to Changes below. We're at the end of life for linux kernel 4.12. Next release will move to 4.13 kernel. Secure Access (-rc8q): Probably some explanation is in order. The “major” feature we wanted to add into unRAID version 6.4 was block level device encryption. However to get there we realized there needs to exist a secure way of entering information such as passphrases. Hence phase 1 consisted of integrating nginx in order to leverage its support of SSL/TLS (https). Besides the benefit of https support, integration of nginx also lets us utilize websocket technology (which is an ongoing integration), and lets us greatly improve the overall responsiveness of the webGui. Phase 1 integration of nginx in unRAID only supports self-signed SSL certificates. While in general, this may be OK to provide encrypted connections between a browser and a server in a trusted LAN, relying on self-signed certs is not good practice and is theoretically vulnerable to MITM attacks. With this release we have completed Phase 2 of nginx https integration by providing the ability for our users to provision a free SSL Certficate from Let’s Encrypt. To obtain your certificate go to Settings/Identification, scroll to the bottom and click Provision. In one operation this will allocate your certificate, upload it to your server, and switch nginx to redirect all http to https. After clicking anywhere else in the webGui you should see a nice green lock icon in your browser address bar! The other thing you’ll notice in your address bar is a very funny looking URL consisting of a 40-hex-character subdomain of unraid.net. We have set up a LimeTech DNS server that will resolve that URL to your servers IP address on your local network. That FQDN is unique to your certificate. When your browser resolves that URL it is given your local IP address which it then uses to perform the https connection handshake. For this reason, we recommend that you give your server a static IP address because if the IP address changes, the browser will not be able to connect to your server. This is like locking your keys in the car! We plan on implementing a small daemon which wakes up upon such IP address change and tells the LimeTech DNS server to update its A-record, but this has not been done yet. NOTE: if you do lock your keys in the car, the coat-hanger fix to restore http access is to telnet/ssh into the server and type: rm /boot/config/ssl/certs/certificate_bundle.pem /etc/rc.d/rc.nginx reload (You might also have to clear your browser cache.) Following re-enable of http, you can again Provision a certificate which will update the DNS entry. Device block level encryption (-rc8q): We have implemented full-device encryption as follows. In unRAID, encryption is selected as another type of file system. For example, with array Stopped, click on a Device link and then click on File system type. Three new “types” are available: xfs – encrypted btrfs – encrypted reiserfs – encrypted [should we get rid of this one?] If you change the File system type to one of these and then Start the array you will notice the device appears Unmountable and the Format button is available. Formatting the device will result in creating an encrypted partition on that device with the specified file system type. ALL PREVIOUS DATA ON THAT DEVICE WILL BE DESTROYED. Hence it is not possible, in this release, to encrypt in-place. We plan to add a utility in a future release to accomplish this however. The other thing you’ll notice when you click Format is that it may fail because there is no encryption key. In this case, click on Settings/Encryption Settings and enter in a passphrase to be used to secure your encrypted devices. At present we let you enter either a passphrase or upload a file which contains your passphrase (or binary data). DO NOT FORGET YOUR PASSPHRASE OR LOSE YOUR KEYFILE. Once a partition is encrypted, if you forget your passphrase or lose your keyfile, your data is forever lost - unless you know someone very high up in the NSA Also note that array Autostart following server boot will not succeed if any devices are encrypted. This is because the keyfile (passphrase) is kept in RAM and thus lost upon reboot. This means that following system reboot you must log into the webGui, go to Tools/Encryption and enter your passphrase (or upload your keyfile). Yes this is a nuisance and we have a few ideas for automating this, but at least you now have secure https access! In the case of a btrfs cache pool, all devices comprising the pool will be encrypted. For this release, we highly recommend using encryption only on a test server with test data which has been backed up. We plan on many more refinements in future releases. 4Kn Device Support (-rc8q): Yeah should work now. Other notes (-rc8q): The /usr/local/sbin/emhttp line in your /boot/config/go file is no longer used to specify the ports where the webGui listens for connections. Instead you must configure these on the Identification page. Alternately if you need to set this up prior to server boot, you may add the port settings in /boot/config/ident.cfg. Please refer to /usr/local/sbin/emhttp script for more information if you care about this. It used to be that merely Starting the array would re-write a “unRAID standard partition layout”. This surprises some users because one would expect nothing to be written to a new device unless Format was invoked. This has been changed so that nothing is written to a device unless Format is invoked (except for Parity devices – those will still be written upon array Start if parity sync is indicated). Moving devices around between cache pool and array or unassigned is handled much better now. There are numerous webGui fixes and improvements. Upgraded linux kernel and several base packages. Where are releases -rc8a-rc8p you might ask? Those were non-public test releases. Credits (-rc8q): Thanks to @jonp for his work in securing us a Certifiate Authority (Let's Encrypt). Thanks to @eschultz for an incredible amount of work involved in setting up DNS servers and integrating with Let's Encrypt API, among other vital tasks in this release. Thanks to @bonienl for his continued dynamix amazing refinements and networking/IPv6 expertise. USB Flash boot device backup function (-rc7) Added "Flash backup" button on the flash device info page (Main/flash). Click this button to download a zip file with the entire contents of your USB Flash boot device. This zip file may be used to restore to a new unRAID USB Flash boot device either manually, or using our nifty new unRAID USB Creator tool. Linux 4.12 kernel (-rc7) - should provide better Ryzen support among other improvements. UEFI support (-rc5) It is now possible configure UEFI boot mode to boot unRAID OS. The make_bootable.bat (Windows), make_bootable_mac (MacOS) and make_bootable_linux (Linux) scripts will output a prompt: Permit UEFI boot mode [Y/N]: If answered with 'Y' a new directory is included on the USB flash boot device called 'EFI'. The presence of this directory along with its contents, and along with some additional linux kernel options permit UEFI boot. This is done in such a way that you could choose either BIOS (legacy) or UEFI to boot off your USB flash device (that is, even if you answer 'Y' here you can still configure your motherboard to use Legacy boot). If answered with 'N' the directory and contents are still created, but named 'EFI-' (a dash at the end). This will prevent UEFI firmware from considering this device. You can manually rename the 'EFI-' directory to 'EFI' and permit possible UEFI boot (and rename back to 'EFI-' to prevent it again). Note: Even if the 'EFI' directory exists, whether or not your motherboard actually uses UEFI to boot is determined by BIOS settings. In addition, some motherboards may present a strongly worded warning along the lines of "The system found unauthorized changes on the firmware, operating system or UEFI drivers." In this case look for a "Secure Boot" BIOS setting and change to "Other OS" or "Disable". If you update your server using Check for updates on the Plugin page, an 'EFI-' directory and files will be automatically created on your USB flash boot device. If you prepare a new USB flash using this release, the 'EFI-' directory and files will also be included. If you use the "manual" method of updating by copying the bz* files from the release zip, beware you will need to manually also copy over the 'EFI-' directory (and modify the first line of syslinux.cfg and copy it to 'EFI-/boot' directory). There is also a webGui setting to permit UEFI boot located on the 'flash' device information page in the 'Syslinux Configuration' section. Update OS (-rc5) Instead of bundling an "unRAID Server" plugin on the Plugins page, there is a new page on the Tools menu in the About section called 'Update OS'. Here you can check for a new unRAID OS release as well as switch between the latest release in the stable branch or the next branch. In addition there is a separate control on the Notification Settings page that configures whether or not to automatically check for updates. enabling https (-rc3) To enable https support it's necessary to edit your 'config/go' file on your USB flash boot device. Use the -p option to specify the port(s) and optionally include the -r option to redirect http request from your browser to using https. Here's the detailed usage: # Usage: # emhttp [-r] [-p port [,sslport]] [OPER] # OPER is start or stop. Default is start. # By default nginx will be setup to listen only at port 80 (http). # The -p option may be used to define different listening ports and/or setup nginx # to listen at a specified port for https. The -r option may be used to setup # nginx so that any http request is redirected to https (this requires that both # ports have been specified with -p option). For example, to have nginx listen # at both standard ports but redirect all http to https use: # emhttp -rp 80,443 # To listen at only port 443 use: # emhttp -p ,443 # Note: the stop operation is only "safe" if the array has already been stopped # (this will be fixed). Improved shfs/mover (-rc1) The LimeTech user share file system (shfs) has been improved in two areas. First, we now make use of FUSE read_buf/write_buf methods. This should result in significant throughput increases. Second, the mover script/move program no longer uses rsync to move files/directories between the cache pool and the parity array. Instead the move program invokes a new shfs ioctl() call. This should result in complete preservation of all metadata including atime and mtime. While this function has been fairly extensively tested, please keep an eye on mover activities - there shouldn't be any data loss, but it's a fairly significant code change. nginx http server (-rc1) We now use the nginx webserver as the front-end to the unRAID OS Management Utility (aka, webGui). The emhttp process has been changed to a daemon (emhttpd) listening at a unix socket. Incorporating nginx provides several features: Multi-threaded access, though emhttpd is still single-threaded. https (SSL) support. At present unRAID OS will generate a self-signed certificate. https works but you will get a scary warning from your browser about not being able to verify the certificate. No worries. nchan (websocket) support. We have only just begun the process of converting many of the browser javascript polling functions to an event-driven websocket paradigm. This opens the door for us to create something like a process manager where we can have several background operations in process, all monitored in real-time via webGui dashboard. IPv6 support (-rc1) We want to again, give a big "thank you" to bonienl who has greatly improved unRAID OS networking with the addition of IPv6 support. Give it a try and report any issues. Other (-rc1) Two new webGUI themes: Azure and Gray. Again, thanks to bonienl. Expanded driver support (QLogic) and more hardware monitoring support. Kernel modules and firmware are left on the Flash in a squashfs loopback and loaded into RAM on demand. Many more misc. improvements Version 6.4.0_rc18f 2017-12-28 Changes Base distro: libwebsockets: version 2.4.1 qemu: version 2.10.2 (CVE-2017-15118, CVE-2017-15119) samba: version 4.6.12 ttyd: version master branch from 20171219 Linux kernel: version 4.14.9 patch: revert: ipmi_si: fix memory leak on new_smi patch: kbuff: orphan frags before zerocopy clone Management: added simplified 'zenstates' program useful for disabling Ryzen C-State C6 emhttp: do not auto-invoke dockerupdate.php upon docker start emhttp: do not log 'No medium found' errors when updating device inventory emhttp/shfs: yet another btrfs free space calculation method nginx: tune failed authentication rate limit to 30r/m with burst 20 nginx: add webterminal endpoint and side-load ttyd service upon nginx start webgui: Fix Docker container status to show "not available" when it fails to check for updates webgui: Only save docker json files if content changes were made webgui: Fixed docker network assignments list and associated help text webgui: Add motherboard and bios info to diagnostics webgui: Enable Apply button when changing a container's host path webgui: Fixed SMART reports and tests on unassigned devices webgui: Add Terminal button to menu bar
December 28, 20178 yr Thread-Ripper "ugly patch" testing stick to rc17b, for now (I'm assuming so)? Just asking, so I don't go too far too fast.
December 28, 20178 yr 40 minutes ago, limetech said: We now have a web-based Terminal application available by clicking the Terminal button on the Menu bar. Kudos to @eschultz for integrating the ttyd application with our nginx install. This is using websockets and appears to be quite fast, give it a try! Like this, very cool.
December 28, 20178 yr This might be known already but web-based Terminal seems to works in Chrome but not Safari. I get just a black screen in Safari.
December 28, 20178 yr 53 minutes ago, Jcloud said: Thread-Ripper "ugly patch" testing stick to rc17b, for now (I'm assuming so)? Just asking, so I don't go too far too fast. Correct. It's untenable for us to support AMD specific issues with a special kernel build. The purpose of the rc17b separate bzimage file was to confirm whether or not the patch even worked for those users to see if they were at least on to something. Unfortunately the "ugly patch" is ugly simply because of the fact that it can break stability for other users that aren't on AMD platforms. The unfortunate state of affairs with AMD right now is that they have some Linux-specific issues they need to address before Ryzen / TR can be truly recommended. I love the idea of a high-core count low cost CPU solution that competes with Intel, but it has to be feature-complete and stable first.
December 28, 20178 yr Author 1 hour ago, limetech said: We ported a simplified version of the zenstates.py utility to C (to avoid including python in bzroot) which may be used to disable Ryzen C6 states (as workaround for Ryzen idle freeze issue). To be clear: this does not guarantee to fix Ryzen hang/freeze issue. Just that many in the Bugzilla topic report success in doing so. Our advice for Ryzen freeze is the same as for Threadripper: send email to AMD and keep watching for any movement on this issue. AMD has said motherboard manufacturers will be issuing bios updates, but I don't think anyone has reported one yet that solves either issue.
December 28, 20178 yr Author Share your Threadripper experience with AMD: http://www.amdsurveys.com/se.ashx?s=5A1E27D24DB2311F
December 28, 20178 yr 12 minutes ago, 1812 said: yes Brilliant thanks. Just re-read release notes and saw it
December 28, 20178 yr I am on rc14 and have not had a crash since I updated my bios from 3.10 to 3.30. Board is AsRock AB350M Pro4 and cpu is 1700. I am using the rcu_nocbs hack, but this did not help me before updating the bios. I have global c-states enabled and C6 enabled as well. I am at 22 days uptime now. Makes me a little reluctant to reboot or upgrade unraid on my server - what if the crashes come back! Edited December 28, 20178 yr by JohanSF
December 28, 20178 yr Just upgraded without issue, rebooted the server. My Windows 10 VM started up automatically, I went to reboot, and.... it rebooted. Everything is working good for me. Thanks! Aaron
December 28, 20178 yr Author 4 minutes ago, Korny said: Just upgraded without issue, rebooted the server. My Windows 10 VM started up automatically, I went to reboot, and.... it rebooted. Everything is working good for me. Thanks! Aaron Nice! Thank you for the report.
December 28, 20178 yr Nice adding the zenstates script. I been using that for OC and setting stuff up with ryzen.
December 28, 20178 yr Author 9 minutes ago, david279 said: Nice adding the zenstates script. I been using that for OC and setting stuff up with ryzen. It only implements enabling/disabling C6. If you want the other functionality, you can install python and use the real zenstates.py.
December 28, 20178 yr 33 minutes ago, limetech said: It only implements enabling/disabling C6. If you want the other functionality, you can install python and use the real zenstates.py. That sounds like an opportunity for a community developer to package it up as an ZEN-Pack plugin. If there's something similar for Intel then perhaps wrap it into a CPU Pack plugin (like the Developer Pack and NeRd Pack).
December 29, 20178 yr Author 7 minutes ago, BRiT said: That sounds like an opportunity for a community developer to package it up as an ZEN-Pack plugin. If there's something similar for Intel then perhaps wrap it into a CPU Pack plugin (like the Developer Pack and NeRd Pack). Here's the C source if anyone cares. Compile with something like: gcc -o zenstates zenstates.c /* Copyright Lime Technology, Inc. * Adapted from "zenstates.py" by Thiago Ramon Gonçalves Montoya * https://github.com/r4m0n/ZenStates-Linux * MIT license */ #include <stdio.h> #include <sys/stat.h> #include <sys/types.h> #include <fcntl.h> #include <unistd.h> #include <getopt.h> #include <glob.h> unsigned long long readmsr(off_t offset) { unsigned long long value; int fd; fd = open("/dev/cpu/0/msr", O_RDONLY); pread(fd, &value, sizeof(value), offset); close(fd); return value; } unsigned long long writemsr(off_t offset, unsigned long long value) { glob_t globbuf; int i; glob("/dev/cpu/*/msr", GLOB_ERR, NULL, &globbuf); for (i = 0; i < globbuf.gl_pathc; i++) { int fd; fd = open(globbuf.gl_pathv[i], O_WRONLY); pwrite(fd, &value, sizeof(value), offset); close(fd); } return 0; } int main(int argc, char **argv) { static int c6_enable = 0; static int c6_disable = 0; static int list = 0; int opt; static struct option long_options[] = { {"c6-enable", no_argument, &c6_enable, 1}, {"c6-disable", no_argument, &c6_disable, 1}, {"list", no_argument, 0, 'l'}, {0, 0, 0, 0} }; while ((opt = getopt_long(argc, argv, "l", long_options, NULL)) != -1) { switch (opt) { case 'l': list = 1; break; } } if (!list && !c6_enable && !c6_disable) { printf("usage: zenstates [ --list | --c6-enable | c6-disable ]\n"); return 1; } if (list) { printf("C6 State - Package - %s\n", readmsr(0xC0010292) & (1LL << 32) ? "Enabled" : "Disabled"); printf("C6 State - Core - %s\n", ((readmsr(0xC0010296) & ((1LL << 22) | (1LL << 14) | (1LL << 6))) == ((1LL << 22) | (1LL << 14) | (1LL << 6))) ? "Enabled" : "Disabled"); } if (c6_enable && c6_disable) { printf("wtf?\n"); return 1; } else if (c6_enable) { writemsr(0xC0010292, readmsr(0xC0010292) | (1LL << 32)); writemsr(0xC0010296, readmsr(0xC0010296) | ((1LL << 22) | (1LL << 14) | (1LL << 6))); printf("Enabling C6 state\n"); } else if (c6_disable) { writemsr(0xC0010292, readmsr(0xC0010292) & ~(1LL << 32)); writemsr(0xC0010296, readmsr(0xC0010296) & ~((1LL << 22) | (1LL << 14) | (1LL << 6))); printf("Disabling C6 state\n"); } return 0; }
December 29, 20178 yr I am currently on 6.4.0_rc15e , after the rc17b upgrade killed my vlan setup (I have multiple dedicated IPs for my containers including pihole, dnscrypt and steamcache). Said last upgrade forced me to hard-reset my system, which was the first time in over 6 months.. anyone having issues with docker vlans/dedicated ips?
December 29, 20178 yr 6 hours ago, limetech said: We now have a web-based Terminal application available by clicking the Terminal button on the Menu bar. Kudos to @eschultz for integrating the ttyd application with our nginx install. This is using websockets and appears to be quite fast, give it a try!
December 29, 20178 yr 3 hours ago, rix said: I am currently on 6.4.0_rc15e , after the rc17b upgrade killed my vlan setup (I have multiple dedicated IPs for my containers including pihole, dnscrypt and steamcache). Said last upgrade forced me to hard-reset my system, which was the first time in over 6 months.. anyone having issues with docker vlans/dedicated ips? I'm currently running 17b and am using multiple VLANs each with their own subnet in order to place various various dockers into different network segments. I'm curious how 17b killed your setup. Did performing the upgrade mess with your configuration, or did the configuration persist but stop working? Cheers, -A
December 29, 20178 yr Upgraded with no issues so far. AWESOMESAUCE indeed for the addition of a web-based Terminal application thanks to eschultz . Great work guys!
December 29, 20178 yr Upgraded, no issues in the gaming VM I tested so far. Power up/down worked fine, though I have Cstate disabled in BIOS. Haven't tested if off yet. I'll chalk this up as a useless post till then.
December 29, 20178 yr VM issue seemed to be fixed for me too. However, I did fix this issue on the problematic rc16 build. It simply involved going to safe mode, starting and stopping (from inside Windows) the VM. Changing back to normal boot after that actually stopped any VM issues I had. Installing Nvidia drivers, restarting the VM etc all worked fine after doing that. Thanks for the terminal, great idea
Archived
This topic is now archived and is closed to further replies.