1812 299 Posted March 14, 2018 upgraded an hp workstation and proliant from RC5 with no issues observed. many thanks. Quote Share this post Link to post
-Daedalus 21 Posted March 14, 2018 Updated server without issue, with the exception of the following: Mar 14 12:36:54 server root: error: /webGui/include/ProcessStatus.php: wrong csrf_token Which doesn't seem to have affected anything. Quote Share this post Link to post
bonienl 851 Posted March 14, 2018 3 minutes ago, -Daedalus said: Updated server without issue, with the exception of the following: Normal behavior. You rebooted your server and left the browser open. 1 Quote Share this post Link to post
eikum 0 Posted March 14, 2018 does this mean that we can add custom dns server to a container? Quote Share this post Link to post
1812 299 Posted March 14, 2018 I submitted a feature request via the web gui (for multiple cache pools, surprise surprise) and this is what it showed after I submitted it. Nothing major, but just thought I'd share! Quote Share this post Link to post
sadkisson 3 Posted March 14, 2018 Updated from previous stable with no issues. Thanks! Quote Share this post Link to post
bonienl 851 Posted March 14, 2018 1 hour ago, s.Oliver said: Updated from 6.4.1 and it seems to good at first sight – besides: Docker seems to have seen a change in how access to USB devices is granted. got a docker running which accesses a usb-card reader and after the update to v6.5 it spits out access denied errors like "ERROR: Opening device /dev/bus/usb/003/003 (errno=13 Permission denied)". tried already to give "Privileged" rights to the docker = no change. tried to change from "/dev/ttyUSB0" to "/dev/bus/usb/003/003" but same access denied errors. need help here. please. thx. This is likely a docker permission issue, not a unRAID issue. Quote Share this post Link to post
TUMS 8 Posted March 14, 2018 (edited) After upgrading to 6.5, manually copying files from my cache (ssd) to the array is lightning fast now. I don't know what you did LT but I like it. Edited March 14, 2018 by TUMS Quote Share this post Link to post
saarg 267 Posted March 14, 2018 7 minutes ago, bonienl said: This is likely a docker permission issue, not a unRAID issue. Well... It's either a kernel change or docker change. Permissions on the device is not honored inside the container. It's changed to root:root whatever the host permission is. I was thinking to downgrade the docker version, but didn't find out how it is installed on Slackware, so gave up. But didn't use much time on it. Quote Share this post Link to post
zoggy 15 Posted March 14, 2018 (edited) I noticed that the mover no longer shows a "mover: started" and "mover: finished". Which means if your like me, I run mover before upgrading in case there is an issue I dont want stuff just sitting on the cache drivers, your stuck twiddling your thumbs if the mover is still running when looking at the log.. can you add those lines back? upgraded to 6.5.0 from 6.4.1 without any problems. Edited March 14, 2018 by zoggy Quote Share this post Link to post
Hoopster 275 Posted March 14, 2018 8 hours ago, itimpi said: There have been reports of some people only being able to load in one of the standard/GUI modes for some reason. If you are not using GUI mode then try that. Also, have you tried Safe Mode in case you have an incompatible plugin trying to load? Sorry, failed to mention that I had tried both GUI mode and Safe Mode with the same results (stuck at loading /bzroot) ...however, I just downloaded 6.5.0 again and rebooted. Still no luck at all with the default mode or Safe mode. This time it did boot into GUI mode, so, I am up and running on 6.5.0 on main server. Diagnostics are attached. This is the first release that has ever failed to boot on my server in normal mode; fortunately GUI mode worked on the second try. medianas-diagnostics-20180314-0323.zip Quote Share this post Link to post
Squid 1979 Posted March 14, 2018 13 minutes ago, Hoopster said: This time it did boot into GUI mode, so, I am up and running on 6.5.0 on main server Intermittent problem throughout 6.4/6.5 AFAIK no solution has ever been found. Just edit syslinux.cfg and move the menu default line so that it'll always boot to GUI mode. Quote Share this post Link to post
Hoopster 275 Posted March 14, 2018 6 minutes ago, Squid said: Intermittent problem throughout 6.4/6.5 AFAIK no solution has ever been found. Well, in my case at least, something changed in 6.5.0 stable that was not present in any prior release. I never ran the 6.5.0 RCs on this server, just on my backup server. Perhaps I would have seen the issue earlier on this server in the RCs. 6.4.1 and all prior releases presented no such problems. 8 minutes ago, Squid said: Just edit syslinux.cfg and move the menu default line so that it'll always boot to GUI mode. Yep, already did this since it is the only mode in which the server will boot. I have now successfully rebooted three times in GUI mode, but, its still a no go for the other modes. I read in another thread that this was resolved (with a 6.3.5 release) for another user by clearing CMOS and manually selecting "normal" mode from the menu after setting GUI mode as the default. Perhaps I will give that a try. Quote Share this post Link to post
StanC 2 Posted March 14, 2018 Upgraded all 3 servers with no issues. Many thanks! Quote Share this post Link to post
NNate 3 Posted March 14, 2018 Is it recommended to change the NTP server to point at Google now for existing installs (noticed it's not default for new installs)? If so, why? More reliable than the ntp pool? Quote Share this post Link to post
Squid 1979 Posted March 14, 2018 6 minutes ago, NNate said: Is it recommended to change the NTP server to point at Google now for existing installs (noticed it's not default for new installs) Its a licencing thing. No difference to the user. Quote Share this post Link to post
eikum 0 Posted March 14, 2018 6 hours ago, s.Oliver said: Updated from 6.4.1 and it seems to good at first sight – besides: Docker seems to have seen a change in how access to USB devices is granted. got a docker running which accesses a usb-card reader and after the update to v6.5 it spits out access denied errors like "ERROR: Opening device /dev/bus/usb/003/003 (errno=13 Permission denied)". tried already to give "Privileged" rights to the docker = no change. tried to change from "/dev/ttyUSB0" to "/dev/bus/usb/003/003" but same access denied errors. need help here. please. thx. Same issue here... ERROR: Opening device /dev/ttyUSB0 (errno=13 Permission denied) when I ls -la inside the /dev/ folder the permissions is following crw--w---- 1 root tty 4, 9 Mar 14 19:56 tty9 crw-rw---- 1 root dialout 4, 64 Mar 14 19:56 ttyS0 crw-rw---- 1 root dialout 188, 0 Mar 14 19:56 ttyUSB0 crw------- 1 root root 3, 0 Mar 14 19:56 ttyp0 crw------- 1 root root 3, 1 Mar 14 19:56 ttyp1 maybe something wrong here? Quote Share this post Link to post
s.Oliver 15 Posted March 14, 2018 3 minutes ago, eikum said: Same issue here... ERROR: Opening device /dev/ttyUSB0 (errno=13 Permission denied) when I ls -la inside the /dev/ folder the permissions is following crw--w---- 1 root tty 4, 9 Mar 14 19:56 tty9 crw-rw---- 1 root dialout 4, 64 Mar 14 19:56 ttyS0 crw-rw---- 1 root dialout 188, 0 Mar 14 19:56 ttyUSB0 crw------- 1 root root 3, 0 Mar 14 19:56 ttyp0 crw------- 1 root root 3, 1 Mar 14 19:56 ttyp1 maybe something wrong here? see here: 1 Quote Share this post Link to post
blu3_v2 1 Posted March 14, 2018 4 hours ago, zoggy said: I noticed that the mover no longer shows a "mover: started" and "mover: finished". Which means if your like me, I run mover before upgrading in case there is an issue I dont want stuff just sitting on the cache drivers, your stuck twiddling your thumbs if the mover is still running when looking at the log.. can you add those lines back? upgraded to 6.5.0 from 6.4.1 without any problems. I second this request. I too like to run the Mover, stop Dockers, and stop Array prior to updating to reduce the risk of failure. Quote Share this post Link to post
PR. 0 Posted March 14, 2018 Is anyone else having problems downloading this? I'm getting <3kb/s and 60% packet loss to s3.amazonaws.com Quote Share this post Link to post
Cessquill 42 Posted March 14, 2018 (edited) Having problems downloading as well. Also having trouble updating dockers Edited March 14, 2018 by Cessquill forgot to quote post I was replying to Quote Share this post Link to post
deadnote 0 Posted March 14, 2018 Updated an hp proliant from 6.4.1. Everything is fine Thanks Quote Share this post Link to post
Cessquill 42 Posted March 14, 2018 1 hour ago, Cessquill said: Having problems downloading as well. Also having trouble updating dockers Seems to be OK now - think Amazon was having a blip. Quote Share this post Link to post