Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S supervisor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • TurrisTurris
  • updater
  • supervisor
  • Merge requests
  • !21

files/immediate_reboot: fix block on package removal

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Karel Koci requested to merge bug/init-stop-block into master Feb 22, 2022
  • Overview 6
  • Commits 1
  • Changes 2

This makes sure that init script is not executed when we are installing or removing package. The important problem this covers is the block of execution on package removal as immediate_reboot init script waits for termination of opkg or updater while at the same time opkg waits for postinstall script termination and thus termination of the initial wait. This creates deadlock.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bug/init-stop-block