November 23, 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 (-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_rc14 2017-11-22 Changes Linux kernel: version 4.13.15 (with kvm_svm_obey_guest_pat.patch: https://patchwork.kernel.org/patch/10027525/) Management: console login: simplify display of IP addresses emhttp: fix "swap disable" copy operation not completing, not cancelling emhttp: fix SAS temperature interpretation mover: if either no cache or only cache, nothing can be moved
November 23, 20178 yr 40 minutes ago, limetech said: version 4.13.15 (with kvm_svm_obey_guest_pat.patch: https://patchwork.kernel.org/patch/10027525/) Link is dead
November 23, 20178 yr Author 12 minutes ago, jrdnlc said: Link is dead Hmm. Here it is: https://patchwork.kernel.org/patch/10027523/
November 23, 20178 yr 2 hours ago, limetech said: version 4.13.15 (with kvm_svm_obey_guest_pat.patch: https://patchwork.kernel.org/patch/10027525/) just remove last ")" from the link
November 23, 20178 yr So now randomly my cache drive is showing a temp on 48C with this update on the Main page but 34C in the attributes page. Guess that bug got to me. I have a SandDisk 120GB SSD. SanDisk SDSSDA120G tower-diagnostics-20171123-0855.zip
November 23, 20178 yr 14 minutes ago, david279 said: Nevermind it went back down weird.... Frequency of temperature readings is set by "Tunable (poll_attributes)" (see Disk settings). Default value is 30 minutes.
November 23, 20178 yr Tom, does unraid have drivers for the aquantia 5g/10g cards? https://www.anandtech.com/show/12067/aquantia-to-sell-its-5g-and-10g-network-cards-for-59-and-69-on-black-friday
November 23, 20178 yr loaded up unraid (currently 6.4.0-rc13) and not seeing any method to have it check for an update/get the thing about rc14. would be nice if there was a little icon to force check by the version or could see the pre-release plugin on the plugins page..
November 23, 20178 yr 22 minutes ago, zoggy said: loaded up unraid (currently 6.4.0-rc13) and not seeing any method to have it check for an update/get the thing about rc14. would be nice if there was a little icon to force check by the version or could see the pre-release plugin on the plugins page.. Tools - update OS
November 23, 20178 yr Just now, Squid said: Tools - update OS thanks, never have had to use this method.. all the icons having the same 'script' icon makes it easy to miss things
November 23, 20178 yr I upgraded my main system from 6.3.5 to 6.4.0_rc14 today, woot! Whenever the array is stopped, the log is flooded with these errors: Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sdd Nov 23 12:16:36 Tower emhttpd: device /dev/sdd problem getting size Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sde Nov 23 12:16:36 Tower emhttpd: device /dev/sde problem getting size Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sdb Nov 23 12:16:36 Tower emhttpd: device /dev/sdb problem getting size Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sdf Nov 23 12:16:36 Tower emhttpd: device /dev/sdf problem getting size Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sdc Nov 23 12:16:36 Tower emhttpd: device /dev/sdc problem getting size This is related to my multi-slot card reader, which is currently empty. The reader is similar to this: https://smile.amazon.com/SIIG-Multi-Slot-Reader-Writer-JU-MR0C12-S1/dp/B007B5VTOI/ --> moved to separate post: Edited November 23, 20178 yr by ljm42
November 23, 20178 yr Author 11 minutes ago, ljm42 said: I upgraded my main system from 6.3.5 to 6.4.0_rc14 today, woot! Whenever the array is stopped, the log is flooded with these errors: Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sdd Nov 23 12:16:36 Tower emhttpd: device /dev/sdd problem getting size Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sde Nov 23 12:16:36 Tower emhttpd: device /dev/sde problem getting size Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sdb Nov 23 12:16:36 Tower emhttpd: device /dev/sdb problem getting size Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sdf Nov 23 12:16:36 Tower emhttpd: device /dev/sdf problem getting size Nov 23 12:16:36 Tower emhttpd: error: get_device_size, 1417: No medium found (123): open: /dev/sdc Nov 23 12:16:36 Tower emhttpd: device /dev/sdc problem getting size This is related to my multi-slot card reader, which is currently empty. The reader is similar to this: https://smile.amazon.com/SIIG-Multi-Slot-Reader-Writer-JU-MR0C12-S1/dp/B007B5VTOI/ tower-diagnostics-20171123-1231.zip Please open a separate topic for this one.
November 24, 20178 yr I had downloaded rc13 and shut down the server to install an additional disk, when rc14 came out. When booting into rc13 (GUI version) to do the next upgrade, I accidentally had the uplink cable between switch and router/dhcp server disconnected. The unRAID server assigned itself an IP from the APIPA (169.254.0.0/16) address space, as expected. Firefox however could not connect to “localhost”, connections to 127.0.0.1 however worked. After reconnecting the router and a ifconfig down/up sequence, the server acquired an address for the DHCP server and “localhost” was working again. While being a very minor issue I still find it weird that “localhost” fails with an APIPA address. Any thoughts? Other than that I was a bit surprised that on the “Main Page” (rc14) it said “enter new key” while I obviously had to enter the existing key in order to decrypt/open the disks and start the array. I find this more confusing than the previous behavior. unRAID 6.4rc14
November 24, 20178 yr 6 hours ago, zoggy said: Tom, does unraid have drivers for the aquantia 5g/10g cards? https://www.anandtech.com/show/12067/aquantia-to-sell-its-5g-and-10g-network-cards-for-59-and-69-on-black-friday +1
November 24, 20178 yr 5 hours ago, tstor said: Other than that I was a bit surprised that on the “Main Page” (rc14) it said “enter new key” while I obviously had to enter the existing key in order to decrypt/open the disks and start the array. I find this more confusing than the previous behavior. I guess this happened due to the upgrade from rc13 to rc14. In this case it should say "missing key". What happens if you restart the server?
November 24, 20178 yr I guess this happened due to the upgrade from rc13 to rc14. In this case it should say "missing key". What happens if you restart the server? I’m currently away from the server, I’ll try on the weekend unRAID 6.4rc14
November 24, 20178 yr You can try the following tests in rc14: 1. Delete the keyfile (see main page), and stop the array. It should say "missing key". 2. Reboot your system, again it should say "missing key" (make sure array auto start is enabled, see disk settings)
November 24, 20178 yr 17 minutes ago, bonienl said: 1. Delete the keyfile (see main page), and stop the array. It should say "missing key". 2. Reboot your system, again it should say "missing key" (make sure array auto start is enabled, see disk settings) I'll try 1. Since the moment I detected that in case of a ssh session still lingering around below /mnt the shutdown script kills the session too late to prevent an unclean shutdown, I always stop the array first, wait until stop is confirmed and then shut down. Similarly I always boot into unRAID with stopped array, because often I will want to change something first and otherwise would have to wait for starting to finish and then stopping again.
November 24, 20178 yr This is probably the 4th time this has happened after upgrading to the latest release. Maybe it's happened more, and I just wasn't paying attention. After applying a new unRAID rc, upon the first reboot, it fails to detect the NIC. Only br0 and loopback are present when I login at the local terminal and do ifconfig. Doing a power-down and cold boot fixes it, and every reboot from then forward is fine with no issues. Seem to only be the reboot after the upgrade. Sadly I didn't get a diagnostics. I will next time. Otherwise everything else works great.
November 24, 20178 yr I have had a recurring issue with the 6.4rc releases related to the network not being ready and causing a FCP error and the Dynamix temperature plugin to fail. The pertinent section in the log shows: Nov 23 01:13:48 BackupServer root: plugin: creating: /usr/sbin/sensors-detect - downloading from URL https://raw.githubusercontent.com/bergware/dynamix/master/archive/sensors-detect Nov 23 01:13:50 BackupServer dhcpcd[1553]: br0: offered 192.168.1.4 from 192.168.1.1 Nov 23 01:13:50 BackupServer dhcpcd[1553]: br0: probing address 192.168.1.4/24 Nov 23 01:13:53 BackupServer ntpd[1612]: bind(26) AF_INET6 2605:a000:1317:802a:df4:7943:a2f4:1ede#123 flags 0x11 failed: Cannot assign requested address Nov 23 01:13:53 BackupServer ntpd[1612]: unable to create socket on br0 (7) for 2605:a000:1317:802a:df4:7943:a2f4:1ede#123 Nov 23 01:13:53 BackupServer ntpd[1612]: failed to init interface for address 2605:a000:1317:802a:df4:7943:a2f4:1ede Nov 23 01:13:55 BackupServer ntpd[1612]: Listen normally on 8 br0 [2605:a000:1317:802a:df4:7943:a2f4:1ede]:123 Nov 23 01:13:55 BackupServer ntpd[1612]: new interface(s) found: waking up resolver Nov 23 01:13:55 BackupServer dhcpcd[1553]: br0: leased 192.168.1.4 for 86400 seconds Nov 23 01:13:55 BackupServer dhcpcd[1553]: br0: adding route to 192.168.1.0/24 Nov 23 01:13:55 BackupServer dhcpcd[1553]: br0: adding default route via 192.168.1.1 Nov 23 01:13:57 BackupServer ntpd[1612]: Listen normally on 9 br0 192.168.1.4:123 Nov 23 01:13:57 BackupServer ntpd[1612]: new interface(s) found: waking up resolver Nov 23 01:13:58 BackupServer root: plugin: downloading: https://raw.githubusercontent.com/bergware/dynamix/master/archive/sensors-detect ...#015plugin: downloading: https://raw.githubusercontent.com/bergware/dynamix/master/archive/sensors-detect ... failed (Network failure) Nov 23 01:13:58 BackupServer root: plugin: wget: https://raw.githubusercontent.com/bergware/dynamix/master/archive/sensors-detect download failure (Network failure) The FCP log entries: Nov 23 06:14:35 BackupServer ntpd[1612]: Listen normally on 10 br0 192.168.1.4:123 Nov 23 06:14:35 BackupServer ntpd[1612]: new interface(s) found: waking up resolver Nov 23 06:14:43 BackupServer root: Fix Common Problems: Other Warning: Could not perform unknown plugins installed checks ** Ignored Diagnostics attached. backupserver-diagnostics-20171124-0651.zip
November 24, 20178 yr 2 hours ago, dlandon said: Nov 23 06:14:43 BackupServer root: Fix Common Problems: Other Warning: Could not perform unknown plugins installed checks ** Ignored It actually should've returned a bunch of errors / warnings with the network down. But it didn't which means that: At the time, FCP did manage to successfully ping github.com It did manage to download one particular file from github.com to check for blacklisted apps being installed. https://raw.githubusercontent.com/Squidly271/Community-Applications-Moderators/master/Moderation.json You don't have docker enabled It failed to download http://tools.linuxserver.io/unraid-docker-templates.json (this is the cause of the error actually logged) This is the first thing that happens when FCP runs, and downloading the moderation.json file happens immediately after. (But your syslog shows the network came alive in the middle of FCP running anyways - which means that my entire analysis of why this one single error happened and not the others was a complete waste of my time. Not the first time I've lost a half hour of my life though ) 2 hours ago, dlandon said: Nov 23 01:13:58 BackupServer root: plugin: wget: https://raw.githubusercontent.com/bergware/dynamix/master/archive/sensors-detect download failure (Network failure) I always thought that this was a bug though in the plugin system (which has never been reported in black & white for LT to see, as it's showed up in many syslogs, and I don't *think* that they were all 6.4), as I thought that the plugin system was supposed to save on the flash drive all downloads from a .plg Perhaps because it isn't a txz it's not saving it. Edited November 24, 20178 yr by Squid
Archived
This topic is now archived and is closed to further replies.