• v5.5.3 b61a9c03a2

    amnesia released this 2026-06-26 01:36:00 +02:00 | 26 commits to main since this release

    Protocol 7 Core ~ Changelog

    v5.5.3 (2026-06-25)

    protocol7-core 5.5.3-1 ~ lainos-dbus-bridge init script fix

    Fixed incorrect PID file path causing false "crashed" status in rc-status.

    Problem:
    OpenRC tracked the service PID at /run/lainos-dbus-bridge.pid, but the daemon wrote its PID file to /run/openrc/lainos-dbus-bridge.pid. This mismatch caused rc-status to report [ crashed ] even though the daemon was running correctly. Steam and other D-Bus clients would fail to launch until a manual rc-service lainos-dbus-bridge restart.

    Fix:

    • Changed pidfile from /run/lainos-dbus-bridge.pid to /run/openrc/lainos-dbus-bridge.pid
    • Increased start_stop_daemon_args --wait from 100 to 500 ms, giving the daemon adequate time to fork and write its PID before OpenRC checks status

    Result:
    lainos-dbus-bridge now reports [ started ] correctly after boot. No manual restart required. Steam and other logind-dependent applications launch normally.

    Downloads