-
EBUSY on /etc/resolv.conf in a Linux Docker container
I’ve spent a lot of time in *nix-like environments, but Docker + Linux configuration nuances a bit of a newer area to me. This is my public personal note about how to do deal with an EBUSY on /etc/resolv.conf in a Linux Docker container (as well as similarly mounted files in containers) In debugging an…
-
Emacs errors in process sentinel: WakaTime Error (127)
I was setting up the wakatime-mode extension in a fresh Emacs For Mac OS X install so report to WakaTime. After setting up the CLI in my home directory I was getting the following message on saving: It sounded like WakaTime Error (127) #35, but I was able to run the command at my shell.…
-
VS Code Failed to create file handle: Access is denied
Recently in Windows, while running VS Code primarily from Windows vs. WSL, I started encountered an error “VS Code Failed to create file handle: Access is denied” tl,dr; Relaunching VS Code as Administrator and checking for updates was the magic formula in my case. I encountered a possible solution on Reddit which suggested making sure…