rapenne-s / bento

A KISS deployment tool to keep your NixOS fleet (servers & workstations) up to date.
MIT License
232 stars 10 forks source link

Bento status no such file state.txt and state = extra logs #9

Open rhousand opened 11 months ago

rhousand commented 11 months ago

I am deploying from ts-bento-nixos. I have two other hosts configured and deployments work. However, when I run bento status after deploying I get the following:

       machine   local version   remote version              state                       elapsed time since
       -------       ---------      -----------      -------------                            -------------
awk: fatal: cannot open file `states.txt' for reading: No such file or directory
grep: states.txt: No such file or directory
ts-bento-nixos      non-flakes      nbc3bplm 📌      up to date 💚                          (build 19m 11s)
awk: fatal: cannot open file `states.txt' for reading: No such file or directory
grep: states.txt: No such file or directory
   ts-subnet-a      non-flakes      5i516yif 📌      up to date 💚                           (build 3m 22s)
awk: fatal: cannot open file `states.txt' for reading: No such file or directory
grep: states.txt: No such file or directory
   ts-subnet-b      non-flakes      wdm9ql6v 📌      up to date 💚                           (build 4m 48s)

Also, bento status 5 does not give a delay between status updates.

Thanks for your help!