I still haven't completely solved the problem of my PC sometimes failing to resume from sleep, and when it happens it acts as if it had crashed and then just starts up normally. This means I wan't to check the disks to make sure the file system is all OK. This can be done on Slackware by creating a...

It's been a couple of years since I last had a go at getting hibernate / suspend to disk working on my Slackware system. Back then the problem seemed to be that the Nvidia drivers just didn't like hibernate. They didn't like sleep / suspend either, but that wasn't as bad. The idea was that when I pr...

I have a cron job which dumps my influx database nightly before borg does a backup of it. It does that by running influx backup in the container with the command:

docker exec influx /usr/local/bin/influx backup /backups

Sometimes it works, and sometimes it gives the error OCI runtime exec f...