giveitago

Members
  • Posts

    6
  • Joined

  • Last visited

giveitago's Achievements

Noob

Noob (1/14)

2

Reputation

  1. The first log lines where docker is creating and bringing down network interfaces in quick succession looks like a badly configured docker instance to me with auto-start. In those logs I would interpret avahi-daemon is normally responding to the creation of removal of network interfaces. If you want to diagnose I would disable autostart on all your docker containers, reboot the box, then go through one at a time and start a container and monitor logs for 3 - 4 mins. Then you can see which is the dodgy docker container
  2. Thanks @Arbadacarba @MAM59 I will try that out
  3. On my unraid box netdata detected occasional FIFO errors with my I350 network card - https://community.netdata.cloud/t/10min-fifo-errors/1814 I increased the RX buffer through the Terminal screen and it has been running with no errors for a number of days... until I rebooted today and the error came back again! How can I persist the change so the command is run on startup? The command is: ethtool -G eth0 rx 4096
  4. Today I did a memory upgrade on my Unraid box and couldn't run the Memtest program on the boot menu. It hung at the point of stating "Loading /memtest". From the Memtest website I downloaded the latest binaries - https://www.memtest.org/download/v6.10/mt86plus_6.10.binaries.zip I extracted memtest64.efi file and put in the /boot directory of the Unraid USB stick. I then modified /boot/syslinux/syslinux.cfg and added the following lines: label Memtest86+ (UEFI) kernel /memtest64.efi On reboot, the UEFI version ran successfully. I guess it was because the BIOS is UEFI the original did not work. My recommendation would be to keep the old and add a UEFI one. It only adds 145kB to the USB drive.
  5. Marvellous! Many thanks both! The Docker image files were not moving even though the Containers were stopped. I realised I had to disable the Docker and VM in the Settings first then tried Mover again. All transferred to the NVMe pool now.
  6. Hi, I have one HDD drive and one NVMe drive. I've gone through the manual and searched previous posts however I'm still a bit confused how to store docker images and containers data on an NVMe drive. From what I read the recommendation is not to add NVMe drive to array but to create a pool for the NVMe drive. On creating Unraid I've created a array device with single 8TB HDD. I've then loaded a couple of experimental Docker instances. This has created appdata, domains, isos and system shares on the 8TB HDD. I've now created a pool using single NVMe drive. However, when i click on any of the above shares, I thought I would see the pool drive in the "Included disks" but it only shows HDD. I'm not looking to use the NVMe as a cache drive. I want to use it as a permanent drive for Docker et al. What is the right way to host Docker and related files on the NVMe? Thanks