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

Podman on Mac doesn't like the Z "flag?" #619

Closed
scandey opened this issue Apr 18, 2023 · 3 comments
Closed

Podman on Mac doesn't like the Z "flag?" #619

scandey opened this issue Apr 18, 2023 · 3 comments

Comments

@scandey
Copy link

scandey commented Apr 18, 2023

First check out our main documentation site at https://openc3.com.

Describe the bug
For whatever reason, Mac OS + Podman does not like the :Z "flag" used in the docker-compose.

I found the secret here:
containers/podman-compose#509

After manually replacing all ":z" in the compose file with nothing, Podman was able to finish building the containers and launch them. The Init container doesn't finish starting up though, so I'll have more bug reports related to this endeavor soon.

To Reproduce

Run cosmos-project on Mac using Podman, get

Error response from daemon: lsetxattr /Users/scott/HERMES/cosmos-testproject/cacert.pem: operation not supported

Expected behavior

Podman correctly composes and launches the COSMOS containers.

Screenshots

Environment (please complete the following information):

  • OS: 13.3.1 (22E261)
  • OpenC3 COSMOS Version [e.g. 5.0.6]: 5.5.2
  • Browser
    -- [] Internet Explorer (IE)
    -- [] Google Chrome
    -- [] Chromium based browsers
    -- [] Mozilla Firefox
    -- [x] Safari
@ryanmelt
Copy link
Member

Does :z work after properly configuring the user_ids?

@scandey
Copy link
Author

scandey commented Apr 18, 2023

Same error with the :z drive after fixing the user_ids

Error response from daemon: lsetxattr /Users/scott/HERMES/cosmos-testproject/cacert.pem: operation not supported

@scandey scandey changed the title Podman on Mac doesn't like the Z drive Podman on Mac doesn't like the Z "flag?" Apr 19, 2023
@ryanmelt
Copy link
Member

I've confirmed that it doesn't like :z. Removing the :z's fix it. I'll add a special note to our Podman directions for Mac.
Thanks!

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