Closed ibizaman closed 1 year ago
While running disnixos-env, it tells me this:
disnixos-env
[coordinator]: Acquiring locks... [target: XX]: Acquiring a lock on profile: ... ... Notifying lock on ... ... Cannot lock service! ... Notifying unlock on ... [target: XX]: Cannot lock profile: ...
I tried a bunch of things but couldn't figure out how to force unlock the service. If I add --no-lock then the deploy proceeds as expected.
--no-lock
Of course, another question is how could the state end up like this. But I'm fine if I just figure out how to unlock :sweat_smile:
Found it! disnixos-lock --unlock <manifest>
disnixos-lock --unlock <manifest>
While running
disnixos-env
, it tells me this:I tried a bunch of things but couldn't figure out how to force unlock the service. If I add
--no-lock
then the deploy proceeds as expected.Of course, another question is how could the state end up like this. But I'm fine if I just figure out how to unlock :sweat_smile: