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

Fatal error, can't open config file '/usr/local/etc/redis/redis.conf': No such file or directory #11

Closed
joelpittet opened this issue Jan 4, 2023 · 3 comments

Comments

@joelpittet
Copy link
Contributor

❯ ddev logs -s redis
1:C 04 Jan 2023 06:36:54.695 # Fatal error, can't open config file '/usr/local/etc/redis/redis.conf': No such file or directory

This just started happening I'm using on macOS 13.1 with and M1

ddev version v1.21.4
colima version 0.5.2
git commit: 6b5b6fe0540e708f0c9d6e8919fab292c671fc72

runtime: docker
arch: aarch64
client: v20.10.13
server: v20.10.20

limactl version 0.14.2
@rfay
Copy link
Member

rfay commented Jan 4, 2023

My bet is that in your ~/.colima/default/colima.yaml you have an empty mountType statement. Change it to mountType: sshfs. This is a bug in upgrading colima and the default type.

@joelpittet
Copy link
Contributor Author

@rfay I think that was totally it, thanks sending that. I changed to vz and that also fixed it (but if I change back I'll be explicit on the mount type)

@rfay
Copy link
Member

rfay commented Jan 9, 2023

FYI I don't think colima supports changing back and forth of mountType or vmType. Make sure you ddev snapshot --all before doing things like that.

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