cyberspectre

Members
  • Posts

    111
  • Joined

  • Last visited

Everything posted by cyberspectre

  1. Not to revive an old thread, but is there no option to have a share operate strictly from the cache, but be backed up on the array? In case of cache drive failure, having the system, appdata, domains shares backed up on the array would be convenient. This needs to be done manually?
  2. I've suddenly started having problems whenever I try to launch a VM. My server was rock solid for well over a year until now. When I launch a VM, shortly after the guest OS boots, the web UI shows 6 or 7 CPU threads (random ones, not necessarily the ones pinned to the VM) spiking and staying at redline. Seconds later, the web UI becomes unresponsive, the entire system locks up, and you've got no choice but to power-cycle. I've attached my diagnostic file and a couple of persistent log files that may be helpful. I have noticed these worrying messages: May 26 16:04:41 ANDRAS4 kernel: nvme nvme0: I/O 9 QID 7 timeout, aborting May 26 16:04:41 ANDRAS4 kernel: nvme nvme0: I/O 10 QID 7 timeout, aborting May 26 16:04:41 ANDRAS4 kernel: nvme nvme0: I/O 192 QID 10 timeout, aborting May 26 16:04:41 ANDRAS4 kernel: nvme nvme0: I/O 193 QID 10 timeout, aborting May 26 16:05:11 ANDRAS4 kernel: nvme nvme0: I/O 9 QID 7 timeout, reset controller May 26 16:07:15 ANDRAS4 kernel: nvme nvme0: Device not ready; aborting reset May 26 16:07:15 ANDRAS4 kernel: print_req_error: I/O error, dev nvme0n1, sector 558795512 May 26 16:07:15 ANDRAS4 kernel: print_req_error: I/O error, dev nvme0n1, sector 588290920 May 26 16:07:15 ANDRAS4 kernel: print_req_error: I/O error, dev nvme0n1, sector 586574048 May 26 16:07:15 ANDRAS4 kernel: nvme nvme0: Abort status: 0x7 May 26 16:07:15 ANDRAS4 kernel: print_req_error: I/O error, dev nvme0n1, sector 573818160 May 26 16:07:15 ANDRAS4 kernel: nvme nvme0: Abort status: 0x7 May 26 16:07:15 ANDRAS4 kernel: nvme nvme0: Abort status: 0x7 May 26 16:07:15 ANDRAS4 kernel: nvme nvme0: Abort status: 0x7 Do these messages indicate my cache SSD is failing? The VM domains are on the cache, set to "prefer." Thanks for the assistance! andras4-diagnostics-20200526-2048.zip syslog-1589603478 syslog-1590534581 syslog-1590535014 syslog-1590541990 syslog-1590542150 syslog-1590546809
  3. Hey guys, Currently running a Ryzen 1600x (full system specs in my signature). Thinking about an upgrade to a 3900x and 64GB memory. Yet, I'm cautious because my current setup is so freaking stable. Mainly, I'm concerned about updating my motherboard's firmware. Before my board was on AGESA F10, there were issues. Since F10, no problems whatsoever. Stepping up to Ryzen 2 requires a much newer BIOS version, so I wonder how it will behave. Anyone experiencing problems with VMs, GPU and SSD passthrough, etc. with the latest AMD hardware and firmware?
  4. Yikes. I must be grandfathered into the original price. I've been using it since 2014.
  5. Oh, the emails aren't even a feature I use. I manually send invoices to my clients. But as I start to take on more, I can see how that would come in handy. You can count me as one person who would get use from a working docker image. Like I said, I'm paying InvoiceNinja $50 a year to use their online service. I'd love to host it on my own server instead and cross off that expense.
  6. Wow. I'm not one to shy away from a challenge, but... that's a lot of effort to get one app running. Though, couldn't an UnRaid-specific docker file be created using your findings?
  7. Oh, okay. I'll keep running it with CPU only, then. There's no way to only get COVID19 work units, is there?
  8. Hey spaceinvader, I didn't know about that GPU statistics plugin. Tried it, and it doesn't seem to work for me. I seem to remember blacklisting my GPUs at boot so that they can be passed through to VMs. Does that affect the plugin's ability to recognize them? My cards are a GTX-970 and a GTX-760. Right now, I'm folding@home with CPU only. But I intend to bring my GPUs into it as well, as neither is used for the majority of most days.
  9. The constant reloading is also fixed by clearing cache and cookies. I find it best to access the web UI from an incognito / private browsing tab every time. It will still act up eventually, but when it does, close the tab and access it again from a new one. Incognito tabs start without any cookies.
  10. I'm a dummy. It was because I moved the repo over from a different filesystem, and the permissions on all files changed.
  11. Out of the blue, a Reddit thread about this popped up and one user revealed an easy fix for the web UI. Just edit your /mnt/user/appdata/FoldingAtHome/config.xml file with the following: <config> <!-- Client Control --> <fold-anon v='true'/> <!-- Folding Slot Configuration --> <cause v='CANCER'/> <gpu v='false'/> <!-- HTTP Server --> <allow v='[YOUR NETWORK IP]/24'/> <!-- Remote Command Server --> <password v='PASSWORD'/> <!-- Slot Control --> <power v='MEDIUM'/> <!-- User Information --> <passkey v=''/> <team v='227802'/> <user v='Anonymous'/> <!-- Web Server --> <web-allow v='[YOUR NETWORK IP]/24'/> <!-- Folding Slots --> <slot id='0' type='CPU'/> </config> Replace [YOUR NETWORK IP] with your local network. In my case, it's 172.16.1.0. Then edit the docker container, go to "advanced settings" and set the "Web UI" field to exactly as follows (do not replace anything): http://[IP]:7396 Next, clear your browser's cache and cookies before restarting the docker container. Web UI should now work as expected.
  12. Interesting workaround. Think I'll try it. What would happen if you started one while the other was running, though?
  13. Thanks. The config folder is set up as follows, which is default: "Appdata" Host path: /mnt/cache/appdata/code-server Container path: /config Then, I added another path to access my repos, like so: "Files" Host path: /mnt/disk1 Container path: /media/projects Still experiencing the same problem. It shows every file that has ever been changed, as an unstaged change. Like it isn't recognizing past commits. Is the above configuration causing it?
  14. Is anyone successfully using this with a Git repo on their array? For me, it lists hundreds of unstaged changes, which is incorrect. The same does not occur with vscode on Windows accessing the directory from a share.
  15. It would be useful if we could set up multiple profiles for a single VM. Example: sometimes, you might want to launch your Windows VM with a passed-through GPU, 16GB of memory, and several connected devices. Other times, you might want to launch that same VM using VNC, 8GB of memory, and no connected devices. Selecting a profile from a dropdown menu, rather than having to edit and save the template each time, would be fantastic.
  16. Just doing it manually. It's just one cp command. If you're asking how I preserve backups outside my server, the whole array is backed up with spideroak. By the way, how do you get by with only 10 GB of memory allocated to your VM? Do you find some games require more? I give mine 16 GB.
  17. I use my UnRaid server for gaming daily. Windows 10 VM with a passed-through NVidia card and SSD. It's actually more reliable than a baremetal Windows installation. In the event of a failed Windows Update, corrupted registry, or any other variety of BS, all I need to do is kill the VM and replace 'vdisk1.img' with a backup image. I don't remember it ever being that easy before UnRaid. And beyond reliability, there are practically no performance penalties with the VM. Even AAA games run at full speed with zero issues.
  18. Sort of a weird problem, I can't imagine the cause. One of my VMs runs Zorin OS 15 (an Ubuntu 18.04 derivative). Works fine. But each time I start it, a folder named "Zorin OS 15 Core 64 bit" is created inside one of my UnRaid shares. I thought the VM's OS must be creating that folder for some reason, and that may be. Yet, it only happens in one share, while several others are mounted in the VM via fstab with the same parameters. Wouldn't mind so much if it created the folder and was done with it. But every time the VM starts, it creates a new folder ending in (1), (2), etc. Any ideas?
  19. Oh, that is a shame. I hope the developer fixes it someday. Having to install a separate client in a VM seems needless.
  20. Does anyone else have a problem accessing the web UI for this container? Here's my log file. It says the web server is at 192.168.1.1/24. Is that just what the docker container thinks it is? My router's local IP is 172.16.1.1 and my UnRaid server is 172.16.1.2. ErrorWarningSystemArrayLogin *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/10_syslog-ng.init... Jan 31 20:20:10 941dbeebca5c syslog-ng[13]: syslog-ng starting up; version='3.13.2' *** Running /etc/my_init.d/firstrun.sh... Using existing config file. *** Booting runit daemon... *** Runit started as PID 26 Jan 31 20:20:11 941dbeebca5c cron[31]: (CRON) INFO (pidfile fd = 3) Jan 31 20:20:11 941dbeebca5c cron[31]: (CRON) INFO (Running @reboot jobs) 20:20:11:************************* Folding@home Client ************************* 20:20:11: Website: http://folding.stanford.edu/ 20:20:11: Copyright: (c) 2009-2014 Stanford University 20:20:11: Author: Joseph Coffland <[email protected]> 20:20:11: Args: --config /config/config.xml 20:20:11: Config: /config/config.xml 20:20:11:******************************** Build ******************************** 20:20:11: Version: 7.4.4 20:20:11: Date: Mar 4 2014 20:20:11: Time: 12:02:38 20:20:11: SVN Rev: 4130 20:20:11: Branch: fah/trunk/client 20:20:11: Compiler: GNU 4.4.7 20:20:11: Options: -std=gnu++98 -O3 -funroll-loops -mfpmath=sse -ffast-math 20:20:11: -fno-unsafe-math-optimizations -msse2 20:20:11: Platform: linux2 3.2.0-1-amd64 20:20:11: Bits: 64 20:20:11: Mode: Release 20:20:11:******************************* System ******************************** 20:20:11: CPU: AMD Ryzen 5 1600X Six-Core Processor 20:20:11: CPU ID: AuthenticAMD Family 23 Model 1 Stepping 1 20:20:11: CPUs: 12 20:20:11: Memory: 31.43GiB 20:20:11:Free Memory: 1.30GiB 20:20:11: Threads: POSIX_THREADS 20:20:11: OS Version: 4.19 20:20:11:Has Battery: false 20:20:11: On Battery: false 20:20:11: UTC Offset: 0 20:20:11: PID: 30 20:20:11: CWD: /config 20:20:11: OS: Linux 4.19.88-Unraid x86_64 20:20:11: OS Arch: AMD64 20:20:11: GPUs: 1 20:20:11: GPU 0: NVIDIA:3 GK104 [GeForce GTX 760] 20:20:11: CUDA: Not detected 20:20:11:*********************************************************************** 20:20:11:<config> 20:20:11: <!-- Client Control --> 20:20:11: <fold-anon v='true'/> : 20:20:11: <!-- Folding Slot Configuration --> 20:20:11: <gpu v='false'/> : 20:20:11: <!-- HTTP Server --> 20:20:11: <allow v='192.168.1.1/24'/> : 20:20:11: <!-- Remote Command Server --> 20:20:11: <password v='********'/> : 20:20:11: <!-- User Information --> 20:20:11: <team v='227802'/> : 20:20:11: <!-- Web Server --> 20:20:11: <web-allow v='192.168.1.1/24'/> : 20:20:11: <!-- Folding Slots --> 20:20:11: <slot id='0' type='CPU'/> 20:20:11:</config> 20:20:11:Trying to access database... 20:20:11:Successfully acquired database lock 20:20:11:Enabled folding slot 00: READY cpu:11 20:20:11:WU00:FS00:Starting 20:20:11:WU00:FS00:Running FahCore: /opt/fah/usr/bin/FAHCoreWrapper /config/cores/cores.foldingathome.org/v7/lin/64bit/avx/Core_a7.fah/FahCore_a7 -dir 00 -suffix 01 -version 704 -lifeline 30 -checkpoint 15 -np 11 20:20:11:WU00:FS00:Started FahCore on PID 40 20:20:11:WU00:FS00:Core PID:44 20:20:11:WU00:FS00:FahCore 0xa7 started 20:20:12:WU00:FS00:0xa7:*********************** Log Started 2020-01-31T20:20:11Z *********************** 20:20:12:WU00:FS00:0xa7:************************** Gromacs Folding@home Core *************************** 20:20:12:WU00:FS00:0xa7: Type: 0xa7 20:20:12:WU00:FS00:0xa7: Core: Gromacs 20:20:12:WU00:FS00:0xa7: Args: -dir 00 -suffix 01 -version 704 -lifeline 40 -checkpoint 15 -np 11 20:20:12:WU00:FS00:0xa7:************************************ CBang ************************************* 20:20:12:WU00:FS00:0xa7: Date: Nov 5 2019 20:20:12:WU00:FS00:0xa7: Time: 06:06:57 20:20:12:WU00:FS00:0xa7: Revision: 46c96f1aa8419571d83f3e63f9c99a0d602f6da9 20:20:12:WU00:FS00:0xa7: Branch: master 20:20:12:WU00:FS00:0xa7: Compiler: GNU 8.3.0 20:20:12:WU00:FS00:0xa7: Options: -std=c++11 -O3 -funroll-loops -fno-pie -fPIC 20:20:12:WU00:FS00:0xa7: Platform: linux2 4.19.0-5-amd64 20:20:12:WU00:FS00:0xa7: Bits: 64 20:20:12:WU00:FS00:0xa7: Mode: Release 20:20:12:WU00:FS00:0xa7:************************************ System ************************************ 20:20:12:WU00:FS00:0xa7: CPU: AMD Ryzen 5 1600X Six-Core Processor 20:20:12:WU00:FS00:0xa7: CPU ID: AuthenticAMD Family 23 Model 1 Stepping 1 20:20:12:WU00:FS00:0xa7: CPUs: 12 20:20:12:WU00:FS00:0xa7: Memory: 31.43GiB 20:20:12:WU00:FS00:0xa7:Free Memory: 1.31GiB 20:20:12:WU00:FS00:0xa7: Threads: POSIX_THREADS 20:20:12:WU00:FS00:0xa7: OS Version: 4.19 20:20:12:WU00:FS00:0xa7:Has Battery: false 20:20:12:WU00:FS00:0xa7: On Battery: false 20:20:12:WU00:FS00:0xa7: UTC Offset: 0 20:20:12:WU00:FS00:0xa7: PID: 44 20:20:12:WU00:FS00:0xa7: CWD: /config/work 20:20:12:WU00:FS00:0xa7:******************************** Build - libFAH ******************************** 20:20:12:WU00:FS00:0xa7: Version: 0.0.18 20:20:12:WU00:FS00:0xa7: Author: Joseph Coffland <[email protected]> 20:20:12:WU00:FS00:0xa7: Copyright: 2019 foldingathome.org 20:20:12:WU00:FS00:0xa7: Homepage: https://foldingathome.org/ 20:20:12:WU00:FS00:0xa7: Date: Nov 5 2019 20:20:12:WU00:FS00:0xa7: Time: 06:13:26 20:20:12:WU00:FS00:0xa7: Revision: 490c9aa2957b725af319379424d5c5cb36efb656 20:20:12:WU00:FS00:0xa7: Branch: master 20:20:12:WU00:FS00:0xa7: Compiler: GNU 8.3.0 20:20:12:WU00:FS00:0xa7: Options: -std=c++11 -O3 -funroll-loops -fno-pie 20:20:12:WU00:FS00:0xa7: Platform: linux2 4.19.0-5-amd64 20:20:12:WU00:FS00:0xa7: Bits: 64 20:20:12:WU00:FS00:0xa7: Mode: Release 20:20:12:WU00:FS00:0xa7:************************************ Build ************************************* 20:20:12:WU00:FS00:0xa7: SIMD: avx_256 20:20:12:WU00:FS00:0xa7:******************************************************************************** 20:20:12:WU00:FS00:0xa7:Project: 14181 (Run 20, Clone 12, Gen 107) 20:20:12:WU00:FS00:0xa7:Unit: 0x000000890002894c5d370640fdaac2cc 20:20:12:WU00:FS00:0xa7:Digital signatures verified 20:20:12:WU00:FS00:0xa7:Reducing thread count from 11 to 10 to avoid domain decomposition by a prime number > 3 20:20:12:WU00:FS00:0xa7:Calling: mdrun -s frame107.tpr -o frame107.trr -cpi state.cpt -cpt 15 -nt 10 20:20:12:WU00:FS00:0xa7:Steps: first=267500000 total=2500000 20:20:12:WU00:FS00:0xa7:Completed 20932 out of 2500000 steps (0%) 20:20:13:Caught signal SIGTERM(15) on PID 30 20:20:13:Exiting, please wait. . . 20:20:14:FS00:Shutting core down 20:20:14:WU00:FS00:0xa7:Caught signal SIGINT(2) on PID 44 20:20:14:WU00:FS00:0xa7:Exiting, please wait. . . 20:20:15:WU00:FS00:0xa7:Folding@home Core Shutdown: INTERRUPTED *** Shutting down runit daemon (PID 26)... 20:20:19:Clean exit *** Running /etc/my_init.post_shutdown.d/10_syslog-ng.shutdown... Jan 31 20:20:19 941dbeebca5c syslog-ng[13]: syslog-ng shutting down; version='3.13.2' *** Init system aborted. *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/10_syslog-ng.init... Jan 31 20:20:27 941dbeebca5c syslog-ng[12]: syslog-ng starting up; version='3.13.2' *** Running /etc/my_init.d/firstrun.sh... Using existing config file. *** Booting runit daemon... *** Runit started as PID 23 Jan 31 20:20:27 941dbeebca5c cron[27]: (CRON) INFO (pidfile fd = 3) Jan 31 20:20:27 941dbeebca5c cron[27]: (CRON) INFO (Skipping @reboot jobs -- not system startup) 20:20:27:************************* Folding@home Client ************************* 20:20:27: Website: http://folding.stanford.edu/ 20:20:27: Copyright: (c) 2009-2014 Stanford University 20:20:27: Author: Joseph Coffland <[email protected]> 20:20:27: Args: --config /config/config.xml 20:20:27: Config: /config/config.xml 20:20:27:******************************** Build ******************************** 20:20:27: Version: 7.4.4 20:20:27: Date: Mar 4 2014 20:20:27: Time: 12:02:38 20:20:27: SVN Rev: 4130 20:20:27: Branch: fah/trunk/client 20:20:27: Compiler: GNU 4.4.7 20:20:27: Options: -std=gnu++98 -O3 -funroll-loops -mfpmath=sse -ffast-math 20:20:27: -fno-unsafe-math-optimizations -msse2 20:20:27: Platform: linux2 3.2.0-1-amd64 20:20:27: Bits: 64 20:20:27: Mode: Release 20:20:27:******************************* System ******************************** 20:20:27: CPU: AMD Ryzen 5 1600X Six-Core Processor 20:20:27: CPU ID: AuthenticAMD Family 23 Model 1 Stepping 1 20:20:27: CPUs: 12 20:20:27: Memory: 31.43GiB 20:20:27:Free Memory: 1.29GiB 20:20:27: Threads: POSIX_THREADS 20:20:27: OS Version: 4.19 20:20:27:Has Battery: false 20:20:27: On Battery: false 20:20:27: UTC Offset: 0 20:20:27: PID: 28 20:20:27: CWD: /config 20:20:27: OS: Linux 4.19.88-Unraid x86_64 20:20:27: OS Arch: AMD64 20:20:27: GPUs: 1 20:20:27: GPU 0: NVIDIA:3 GK104 [GeForce GTX 760] 20:20:27: CUDA: Not detected 20:20:27:*********************************************************************** 20:20:27:<config> 20:20:27: <!-- Client Control --> 20:20:27: <fold-anon v='true'/> : 20:20:27: <!-- Folding Slot Configuration --> 20:20:27: <gpu v='false'/> : 20:20:27: <!-- HTTP Server --> 20:20:27: <allow v='192.168.1.1/24'/> : 20:20:27: <!-- Remote Command Server --> 20:20:27: <password v='********'/> : 20:20:27: <!-- User Information --> 20:20:27: <team v='227802'/> : 20:20:27: <!-- Web Server --> 20:20:27: <web-allow v='192.168.1.1/24'/> : 20:20:27: <!-- Folding Slots --> 20:20:27: <slot id='0' type='CPU'/> 20:20:27:</config> 20:20:27:Trying to access database... 20:20:27:Successfully acquired database lock 20:20:27:Enabled folding slot 00: READY cpu:11 20:20:27:WU00:FS00:Starting 20:20:27:WU00:FS00:Running FahCore: /opt/fah/usr/bin/FAHCoreWrapper /config/cores/cores.foldingathome.org/v7/lin/64bit/avx/Core_a7.fah/FahCore_a7 -dir 00 -suffix 01 -version 704 -lifeline 28 -checkpoint 15 -np 11 20:20:27:WU00:FS00:Started FahCore on PID 37 20:20:27:WU00:FS00:Core PID:41 20:20:27:WU00:FS00:FahCore 0xa7 started 20:20:27:WU00:FS00:0xa7:*********************** Log Started 2020-01-31T20:20:27Z *********************** 20:20:27:WU00:FS00:0xa7:************************** Gromacs Folding@home Core *************************** 20:20:27:WU00:FS00:0xa7: Type: 0xa7 20:20:27:WU00:FS00:0xa7: Core: Gromacs 20:20:27:WU00:FS00:0xa7: Args: -dir 00 -suffix 01 -version 704 -lifeline 37 -checkpoint 15 -np 11 20:20:27:WU00:FS00:0xa7:************************************ CBang ************************************* 20:20:27:WU00:FS00:0xa7: Date: Nov 5 2019 20:20:27:WU00:FS00:0xa7: Time: 06:06:57 20:20:27:WU00:FS00:0xa7: Revision: 46c96f1aa8419571d83f3e63f9c99a0d602f6da9 20:20:27:WU00:FS00:0xa7: Branch: master 20:20:27:WU00:FS00:0xa7: Compiler: GNU 8.3.0 20:20:27:WU00:FS00:0xa7: Options: -std=c++11 -O3 -funroll-loops -fno-pie -fPIC 20:20:27:WU00:FS00:0xa7: Platform: linux2 4.19.0-5-amd64 20:20:27:WU00:FS00:0xa7: Bits: 64 20:20:27:WU00:FS00:0xa7: Mode: Release 20:20:27:WU00:FS00:0xa7:************************************ System ************************************ 20:20:27:WU00:FS00:0xa7: CPU: AMD Ryzen 5 1600X Six-Core Processor 20:20:27:WU00:FS00:0xa7: CPU ID: AuthenticAMD Family 23 Model 1 Stepping 1 20:20:27:WU00:FS00:0xa7: CPUs: 12 20:20:27:WU00:FS00:0xa7: Memory: 31.43GiB 20:20:27:WU00:FS00:0xa7:Free Memory: 1.30GiB 20:20:27:WU00:FS00:0xa7: Threads: POSIX_THREADS 20:20:27:WU00:FS00:0xa7: OS Version: 4.19 20:20:27:WU00:FS00:0xa7:Has Battery: false 20:20:27:WU00:FS00:0xa7: On Battery: false 20:20:27:WU00:FS00:0xa7: UTC Offset: 0 20:20:27:WU00:FS00:0xa7: PID: 41 20:20:27:WU00:FS00:0xa7: CWD: /config/work 20:20:27:WU00:FS00:0xa7:******************************** Build - libFAH ******************************** 20:20:27:WU00:FS00:0xa7: Version: 0.0.18 20:20:27:WU00:FS00:0xa7: Author: Joseph Coffland <[email protected]> 20:20:27:WU00:FS00:0xa7: Copyright: 2019 foldingathome.org 20:20:27:WU00:FS00:0xa7: Homepage: https://foldingathome.org/ 20:20:27:WU00:FS00:0xa7: Date: Nov 5 2019 20:20:27:WU00:FS00:0xa7: Time: 06:13:26 20:20:27:WU00:FS00:0xa7: Revision: 490c9aa2957b725af319379424d5c5cb36efb656 20:20:27:WU00:FS00:0xa7: Branch: master 20:20:27:WU00:FS00:0xa7: Compiler: GNU 8.3.0 20:20:27:WU00:FS00:0xa7: Options: -std=c++11 -O3 -funroll-loops -fno-pie 20:20:27:WU00:FS00:0xa7: Platform: linux2 4.19.0-5-amd64 20:20:27:WU00:FS00:0xa7: Bits: 64 20:20:27:WU00:FS00:0xa7: Mode: Release 20:20:27:WU00:FS00:0xa7:************************************ Build ************************************* 20:20:27:WU00:FS00:0xa7: SIMD: avx_256 20:20:27:WU00:FS00:0xa7:******************************************************************************** 20:20:27:WU00:FS00:0xa7:Project: 14181 (Run 20, Clone 12, Gen 107) 20:20:27:WU00:FS00:0xa7:Unit: 0x000000890002894c5d370640fdaac2cc 20:20:27:WU00:FS00:0xa7:Digital signatures verified 20:20:27:WU00:FS00:0xa7:Reducing thread count from 11 to 10 to avoid domain decomposition by a prime number > 3 20:20:27:WU00:FS00:0xa7:Calling: mdrun -s frame107.tpr -o frame107.trr -cpi state.cpt -cpt 15 -nt 10 20:20:27:WU00:FS00:0xa7:Steps: first=267500000 total=2500000 20:20:28:WU00:FS00:0xa7:Completed 21072 out of 2500000 steps (0%) 20:20:46:Caught signal SIGTERM(15) on PID 28 20:20:46:Exiting, please wait. . . 20:20:47:FS00:Shutting core down 20:20:47:WU00:FS00:0xa7:Caught signal SIGINT(2) on PID 41 20:20:47:WU00:FS00:0xa7:Exiting, please wait. . . 20:20:48:WU00:FS00:0xa7:Folding@home Core Shutdown: INTERRUPTED *** Shutting down runit daemon (PID 23)... 20:20:51:Clean exit *** Running /etc/my_init.post_shutdown.d/10_syslog-ng.shutdown... Jan 31 20:20:52 941dbeebca5c syslog-ng[12]: syslog-ng shutting down; version='3.13.2' *** Init system aborted. *** Killing all processes...
  21. Not from UnRaid, from a VM within UnRaid. The GTX-970 is passed through to a Windows VM, which is connected to my home theater receiver via HDMI. Not only is this perfect for console-style gaming on the couch, but it's also how we watch movies, etc. I run Plex as a docker container in UnRaid, and play content from it using the Plex client app for Windows.
  22. Apologies, perhaps I should not have postulated as such. All I can say is that I had issues passing an nVidia GPU to any Linux VM in 6.7.2. When I rolled back to 6.6.6, it worked as expected again. Certainly, I could have attempted to troubleshoot and devise a fix myself. But avoiding that kind of tedium is the reason I bought UnRaid. It's also why I don't use the RC releases. When I upgraded to the latest stable release, I didn't expect features that were already working to break. And, considering the increasing number of threads raising similar concerns, I assumed I wasn't the only one.
  23. I just restored 6.6.6. Really handy being able to roll back so easily with the Update OS option. Everything works as expected now.
  24. GPU passthrough is essentially broken in the latest "stable" version. It works well on 6.6.6, though. Use that if you want to do Linux with a GPU. But Macinabox only works on 6.7.2, ditto the VMs it creates. So if you're looking to run OSX with a graphics card, you may have to wait a while for bugs to be fixed.
  25. Could it be I'm the only one having this problem? Any advice would be appreciated.