readonly filesystem errors #1

Closed
opened 2025-02-13 22:17:55 +00:00 by Brooke · 1 comment
Owner

the custom zulip config either isn't properly taking the user and group values or this is an error specifically related to zulip, also I could've just gotten the syntax wrong, I haven't tested this a ton. But I'm getting this error when starting the container:

�2025-02-13T22:11:51.156926767Z Error: Failed to set owner to '1000': Read-only file system @ apply2files - /etc/zulip/zulip.conf
�2025-02-13T22:11:51.158036999Z Error: /Stage[main]/Zulip::Profile::Base/File[/etc/zulip/zulip.conf]/owner: change from 'root' to 'zulip' failed: Failed to set owner to '1000': Read-only file system @ apply2files - /etc/zulip/zulip.conf
�2025-02-13T22:11:51.158055949Z Error: Failed to set group to '1000': Read-only file system @ apply2files - /etc/zulip/zulip.conf
�2025-02-13T22:11:51.159222973Z Error: /Stage[main]/Zulip::Profile::Base/File[/etc/zulip/zulip.conf]/group: change from 'root' to 'zulip' failed: Failed to set group to '1000': Read-only file system @ apply2files - /etc/zulip/zulip.conf
�2025-02-13T22:11:51.159242033Z Error: failed to set mode 0444 on /etc/zulip/zulip.conf: Read-only file system @ apply2files - /etc/zulip/zulip.conf
2025-02-13T22:11:51.159244923Z Error: /Stage[main]/Zulip::Profile::Base/File[/etc/zulip/zulip.conf]/mode: change from '0444' to '0644' failed: failed to set mode 0444 on /etc/zulip/zulip.conf: Read-only file system @ apply2files - /etc/zulip/zulip.conf
the custom zulip config either isn't properly taking the user and group values or this is an error specifically related to zulip, also I could've just gotten the syntax wrong, I haven't tested this a ton. But I'm getting this error when starting the container: ``` �2025-02-13T22:11:51.156926767Z Error: Failed to set owner to '1000': Read-only file system @ apply2files - /etc/zulip/zulip.conf �2025-02-13T22:11:51.158036999Z Error: /Stage[main]/Zulip::Profile::Base/File[/etc/zulip/zulip.conf]/owner: change from 'root' to 'zulip' failed: Failed to set owner to '1000': Read-only file system @ apply2files - /etc/zulip/zulip.conf �2025-02-13T22:11:51.158055949Z Error: Failed to set group to '1000': Read-only file system @ apply2files - /etc/zulip/zulip.conf �2025-02-13T22:11:51.159222973Z Error: /Stage[main]/Zulip::Profile::Base/File[/etc/zulip/zulip.conf]/group: change from 'root' to 'zulip' failed: Failed to set group to '1000': Read-only file system @ apply2files - /etc/zulip/zulip.conf �2025-02-13T22:11:51.159242033Z Error: failed to set mode 0444 on /etc/zulip/zulip.conf: Read-only file system @ apply2files - /etc/zulip/zulip.conf 2025-02-13T22:11:51.159244923Z Error: /Stage[main]/Zulip::Profile::Base/File[/etc/zulip/zulip.conf]/mode: change from '0444' to '0644' failed: failed to set mode 0444 on /etc/zulip/zulip.conf: Read-only file system @ apply2files - /etc/zulip/zulip.conf ```
Author
Owner

yep, syntax error
0fe0ab76c5

yep, syntax error [0fe0ab76c5](https://git.coopcloud.tech/coop-cloud/zulip/commit/0fe0ab76c523eef8b45e3193e46f884366cb454a)
Sign in to join this conversation.
No description provided.