Skip to content

dl4rce/flaiwheel

v3.9.20 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 2mo MCP Search & Web
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed installer timeout when starting Docker daemon on slow WSL2 machines.

Full changelog

What's New in v3.9.20

Fixed

Docker daemon startup poll on WSL2

The previous fix started Docker via service docker start on WSL2 but then only waited 5 seconds before checking if the daemon was ready — not enough on slower WSL2 machines. The daemon would start successfully but the installer would exit with the error message before it finished.

The installer now polls docker info every 2 seconds for up to 30 seconds after service docker start. It proceeds as soon as Docker is ready, so fast machines are not penalised.

Also: service docker start output is now shown instead of being silently discarded, so if the start fails for another reason (permissions, corrupt install, etc.) the error is visible.

Upgrade / Quick fix for current users

Start Docker manually, then re-run:

sudo service docker start
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh | bash

Add to ~/.bashrc to auto-start Docker on every WSL2 login:

sudo service docker start > /dev/null 2>&1

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track dl4rce/flaiwheel

Get notified when new releases ship.

Sign up free

About dl4rce/flaiwheel

Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies.

All releases →

Beta — feedback welcome: [email protected]