Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
Tidal
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • Tidal
  • Repository

Switch branch/tag
  • Tidal
  • tools
  • tidal-ardour-autoroute.sh
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    fix(rig): the reconcilers I moved into the repo went in as 644, so systemd could not exec them · 8069657f
    4d9f1059 rescued these two scripts from $HOME, where they had been living
    un-versioned, and committed them without the exec bit. The symlinks in
    ~/.local/bin resolved fine to a file systemd then refused to run:
    
      Process: ExecStart=/home/pln/.local/bin/tidal-ardour-autoroute.sh
               (code=exited, status=203/EXEC)
      Active: activating (auto-restart)
    
    An auto-restarting unit reads as busy rather than broken, which is why
    rig_units reported 'activating' and nobody chased it. Net effect: the autoroute
    that puts twelve orbits onto Ardour's Tidal NN tracks has not run since 23 Aug
    — the exact regression 4d9f1059 was written to end.
    
    The recurrence has a cause, and it is repo config: core.fileMode = false here,
    so git ignores exec-bit changes from the working tree entirely. That is why
    4e0d63ae already had to fix the mirror image of this (+x on disk, 644 in the
    index), and why chmod can never be the whole fix in THIS repo — it silently
    does nothing as far as the index is concerned. `git update-index --chmod=+x`
    is the tool that works.
    
    Both halves done: chmod for this checkout, update-index for the index, so a
    fresh clone is born runnable.
    PLN (Algolia) authored Aug 28, 2026
    8069657f
tidal-ardour-autoroute.sh 2.46 KB
EditWeb IDE
×

Replace tidal-ardour-autoroute.sh

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.