no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Stress testing new hard drives in Ubuntu

    calendar March 1, 2023 nav_categories Tech nav_categories Hardware nav_tags ubuntu nav_tags linux nav_tags hard drive

    Most computer new computer hardware that will fail quickly, will fail within the first month of usage, if not sooner.

    Given that, it's recommended to do a burn-in test for any new computer hardware, including hard drives.

    I've been using a disk burn-in test to stress test hard drives as I've been replacing them in my …

    Read More
  • Configuring Docker log file size

    calendar February 15, 2023 nav_categories Tech nav_categories Application nav_tags gitlab nav_tags docker

    I was looking at drive utilization, and thought that my /mnt/docker/ directory was a bit bigger than I thought it should have been, so I started doing some some digging.

    I found that I had a rather large log file from my Gitlab Docker container.

    ls -lh *-json.log
    -rw-r----- 1 root root 13G Jan 22 13:42 …

    Read More
  • Changing the Docker root directory

    calendar February 3, 2023 nav_categories Tech nav_categories Application nav_tags docker

    I run some Docker containers on my NAS, but ran into a hard drive space issue because of Docker:

    sudo du -sh /var/lib/docker
    30G	/var/lib/docker
    

    My NAS has a 110Gb SSD for the OS (Ubuntu Server) and 4 drives in a ZFS array for storage.

    By default, Docker runs everything from /var/lib/docker, but without doing some …

    Read More
  • Mounting an image via IPMI on a Supermicro motherboard

    calendar January 25, 2023 nav_categories Tech nav_categories Hardware nav_tags supermicro nav_tags bios nav_tags smb nav_tags Samba nav_tags ipmi

    I was having some lockup issues with my NAS, and wanted to run Memtest86+.

    Thankfully, I have Supermicro motherboard that has IPMI (Intelligent Platform Management Interface), which is an out of band way of remotely administering a server.

    Supermicro provides a way of mounting a remote image/ISO via a Samba share, so …

    Read More
  • Enabling hardware transcoding in Plex

    calendar January 3, 2023 nav_categories Tech nav_categories Application nav_tags plex nav_tags docker

    I had wanted to enable hardware transcoding in Plex for a while, but was under the (incorrect) impression that the CPU in the Docker host didn't support Intel Quick Sync.

    Enabling hardware transcoding in Plex

    Requirements for using hardware transcoding in Plex:

    1. A CPU and/or GPU that supports hardware transcoding.
    2. A …

    Read More
  • Replacing a drive in a ZFS array in Ubuntu

    calendar December 12, 2022 nav_categories Tech nav_categories Hardware nav_tags zfs nav_tags zfs pool nav_tags linux nav_tags ubuntu

    Sooner or later, every system will have a drive failure.

    ZFS was designed with this in mind.

    I noticed in my /var/log/kern.log file error messages about one of the drives in my ZFS pool.

    Dec  8 07:11:17 nas kernel: [738110.398391] ata8.00: exception Emask 0x0 SAct 0x80000004 SErr 0x0 action 0x0
    Dec  8 07:11:17 nas …

    Read More
    • ««
    • «
    • 4
    • 5
    • 6
    • 7
    • 8
    • »
    • »»

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top