Gary Cartagena

Results 5 comments of Gary Cartagena

I just built a new Vagrant instance and I am still getting : " GuestAdditions seems to be installed (6.1.18) correctly, but not running. " and then: "Vagrant was unable...

BootLog: vagrant up Bringing machine 'usactl' up with 'virtualbox' provider... ==> usactl: [vagrant-hostsupdater] Checking for host entries ==> usactl: [vagrant-hostsupdater] Writing the following entries to (C:/windows/system32/drivers/etc/hosts) ==> usactl: [vagrant-hostsupdater] 192.168.86.115...

I think it's on line 2059-2065 of podman_compose.py: ``` thread = Thread( target=compose.podman.run, args=[[], "start", ["-a", cnt["name"]]], kwargs={"obj": obj, "log_formatter": log_formatter}, daemon=True, name=cnt["name"], ) ``` But I can't understand WHY...

Removing the "-a" does in fact fix the issue for me.

Suggested fix in Pull Request: https://github.com/containers/podman-compose/pull/564