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

Error: Operation not permitted @ rb_check_realpath_internal... #452

Closed
simseb opened this issue Jul 29, 2024 · 3 comments
Closed

Error: Operation not permitted @ rb_check_realpath_internal... #452

simseb opened this issue Jul 29, 2024 · 3 comments

Comments

@simseb
Copy link

simseb commented Jul 29, 2024

Trying to upgrade Zulip container image from 8.4-0 to 9.0-0:

zulip_1      | Prepared and linked the uploads directory.
zulip_1      | Executing puppet configuration ...
zulip_1      | Error: Operation not permitted @ rb_check_realpath_internal - /usr/lib/ruby/vendor_ruby/puppet/pops/loader/../../.. on node da2a22c12133.domain.local
zulip_zulip_1 exited with code 2

Haven't had any problem upgrading since version 6...

@amoldabade7
Copy link

Agree, facing the same issue.

@amoldabade7
Copy link

https://github.com/zulip/docker-zulip/blob/main/Dockerfile#L5

FROM ubuntu:22.04 as base

Should be changed to

FROM ubuntu:24.04 as base

and fresh image is required to be built to start using version 9+

@timabbott
Copy link
Member

Yes, this was fixed by updating the images for Zulip 9.x. Thanks for the reports.

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

3 participants