Draic

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Draic's Achievements

Noob

Noob (1/14)

2

Reputation

  1. For me it isn't working at all. I have the same motherboard. And I can see the RPM readings of my fans in the menu. But when I press configure to get the configuration set up, it will just list all Fans as 'none'. I updated my BMC to the latest version as Asrock was saying it fixed something related to the fan controls. But this has not resolved the issue. Any information on what I can do to get the fan's adjust based on harddrive temperatures? That is all I need to fix at the moment, so these stop cooking
  2. is all of this needed to just get back to the old way it was handled by unraid? I wish they'd revert the 'improvements'
  3. this modification also messes up using non root users in general as discussed here:
  4. is there a chance to get btrbk added to Nerd Pack? I would like to have the unraid server trigger my backup scripts
  5. so I had it running with increased poll timer for 24h and nothing changed. There is still no spin down happening
  6. I have increased the poll timer and will report back, but these settings weren't an issue on stable release
  7. sure, here they are prospero-diagnostics-20201224-1440.zip
  8. with my drives connected to the SATA ports on my motherboard (a ASRockRack C236 WSI) they still do not spin down in RC2
  9. atleast I now know that I am not the only person that takes issue with this change
  10. ah you expanded your answers. Thanks for the help. I do not think it is something inside the sshd_config that is causing the screw up. For all users their home directories are ignored and instead are redirected to /root/ which results in permission errors. THIS is what I want to disable again and I really wonder the reason why someone thought it good to implement that way
  11. thanks but it just states what they achieved, not how it was done. I am asking for the actual commit to check the actual changes to the configs
  12. This is not a webUI user and I never claimed it to be. I have created non-root ssh users and I know this isn't intended by unraid (which is stupid imo). Before it wasn't supported but it still worked just fine. Now there are these errors and user home folders do not work, redirects and permission errors are happening. I just want to know where/how this was configured so I can disable the "security improvements". I do not indent to follow unraids root-only paradigm. Before the 6.9 beta that wasn't a problem, but the new ssh changes are annoying. I just need to be pointed to a commit or something about what was changed/added to the config files, so I can rip it out again. Thanks the blog mentions it as "ssh improvements" https://unraid.net/blog/unraid-6-9-rc1
  13. I want to revert the SSH "Improvements". If you change something like this, atleast document what exactly has changed. I have modified my ssh configurations in the past and now everything is broken from the update. How can I revert ssh back to the way it was before? I also now have a problem with docker now when using a command that runs inside docker: WARNING: Error loading config file: /root/.docker/config.json: stat /root/.docker/config.json: permission denied no idea how to fix this. there is no such config file but I guess there should be, but it wasn't created before because of all the permission changes? I noticed access to /root is messed up now. Even non root users are redirected to create configs inside /root instead of own /home directories? How can I revert this? There is NO benefit for security. Forcing everything to run as root is the opposite of security. Why force that? Inside passwd the home directory is set up correctly, but logging in as that user, all configs are pulled from /root instead which results in permission error... Some examples: logging in as non-root user -bash: cd: /root: Permission denied -bash: /root/.bash_profile: Permission denied trying to run mc as non-root: draic@Prospero:/home/draic$ mc Failed to run: Cannot create /root/.config/mc directory Rant: Personally this feels like a shoehorned attempt at security improvements for an outdated way to handle users. Instead of furthing sticking with using a root user (and root user only), there should be a rework of user management on unraid. I do not use ssh to run stuff on unraid, but to run stuff in docker containers that are hosted on unraid. This always felt way to hacky to achieve on unraid, but now I feel like being forced to switch OS because I can't utilize docker the way I want and need to.
  14. I want to revert the SSH "Improvements". If you change something like this, atleast document what exactly has changed. I have modified my ssh configurations in the past and now everything is broken from the update. How can I revert ssh back to the way it was before? I also now have a problem with docker: WARNING: Error loading config file: /root/.docker/config.json: stat /root/.docker/config.json: permission denied no idea how to fix this. there is no such config file but I guess there should be, but it wasn't created before because of all the permission changes
  15. Can't say that I see less writes on my Samsung SSDs recreated with 1MiB-aligned... But one question: How can I check if my docker.img still has the no-cow attribute? chattr does not seem to work ("Inappropriate ioctl for device While reading flags on docker.img"). And is there a way to correct this without recreating the docker.img?