Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restarting arion appears to cause some docker compose related networking error #197

Closed
jappeace opened this issue Jun 19, 2023 · 5 comments

Comments

@jappeace
Copy link

jappeace commented Jun 19, 2023

$ arion up
trace: warning: The check argument to evalModules is deprecated. Please set config._module.check instead.
trace: warning: system.stateVersion is not set, defaulting to 23.05. Read why this matters on https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion.
trace: Obsolete option `boot.tmpOnTmpfs' is used. It was renamed to `boot.tmp.useTmpfs'.
trace: warning: The option `boot.tmpOnTmpfs' defined in `/nix/store/1qzbskflfba86xq2avphpzvf9fyl5hh1-source/pkgs/top-level/all-packages.nix' has been renamed to `boot.tmp.useTmpfs'.
this derivation will be built:
  /nix/store/asqkwfr6gxpf2w03rwlnrd6vjfb0kl5j-docker-compose.yaml.drv
building '/nix/store/asqkwfr6gxpf2w03rwlnrd6vjfb0kl5j-docker-compose.yaml.drv'...
/nix/store/87sizyifr3ikpbpadbqbk7a56awlkp6r-docker-compose.yaml
ERROR: Network "trees_default" needs to be recreated - option "isolate" has changed

I can work around this by renaming the project, eg trees1, trees2 etc.

  config.project.name = "trees4";

Still it's quite annoying.

@jappeace
Copy link
Author

podman version 4.2.0

@roberth
Copy link
Member

roberth commented Jun 20, 2023

NixOS 23.05 should hopefully fix this problem then.

@jappeace
Copy link
Author

okay, I'll upgrade, see if it works

@jappeace
Copy link
Author

That fixed it, thanks!

(on a side note, only took an hour to do an upgrade from 22.05 to 23.05, surprisingly easy)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants