binky

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by binky

  1. An of course, in this thread @bfeist isn't using ECC Ram so it could be an issue with the CPU...
  2. I can see this in your log: I've posted in another thread about the reason I get this error It could be you are having issues with ECC memory too?
  3. I have encountered Machine Check Exceptions "mce:" in the past and for me they have always been a failing ECC memory chip. Memtest says the memory is OK because as far as it is concerned, the memory is working as correct values are being written and verified, but the ECC hardware has had to correct the bits on the chip, raising an MCE exception that Memtest hasn't detected/isn't hooked into. I've have a machine that is currently generating MCE exceptions and if I run Windows on it, I can't tell it's happening but if I run Linux I can see then errors occasionally. They don't happen often as the machine has 256GB of ECC RAM so it's not often using the bit of ram that's 'iffy'. This has been my experience, although there could be other reasons MCE exceptions are being raised. 🤔
  4. All my Dockers show as stopped, but I can click start in ControlR and they will actually start in UnRaid but always show as stopped in ControlR using iOS. @jbrodriguez Happy to provide any logs or info you want to help try and sort this. I'm using 6.5.2 of UnRaid and I have the ControlR plugin installed. I have ControlR for Android as well and that works fine ?
  5. I wanted to have an "authorized_keys" file in my ~/.ssh/ directory on every boot, but as this directory is not persistent, there is info about adding lines into your "go" script in another thread (don't ask which as I've read quite a few!). Connect to the machine you want to be remembered and saying yes to the prompt will generate a "known_hosts" file in ~/.ssh Copy the file into /boot/config/ssh dir so that there is a permanent copy on your USB key Add the following lines to your "go" script (/boot/config/go) # umask setup umask 077 # Variable Setup CONFIG=/boot/config/ssh HOME_SSH=/root/.ssh if [ ! -d "$HOME_SSH" ]; then mkdir $HOME_SSH cp $CONFIG/known_hosts $HOME_SSH fi If you need further clarification, just ask Binky
  6. I've been buying Toshiba Canvio 5TB drives in external enclosures and extracting them from their cases to use in my box. Only £110 delivered from Amazon, although you will void their warranty if you extract them from the case... https://www.amazon.co.uk/Toshiba-Canvio-HDWC250EK3J1-External-Desktop/dp/B00J3OP7FW/ Something to consider if you're looking for the cheapest option Binky