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

DietPi-Software | Redis: Fails on Jessie with "Opening socket: bind: Permission denied" #2736

Closed
MichaIng opened this issue Apr 24, 2019 · 1 comment
Labels
External bug 🐞 For bugs which are not caused by DietPi. Jessie Solution available 🥂 Definite solution has been done
Milestone

Comments

@MichaIng
Copy link
Owner

Fresh install, even with APT package only:

  • /var/lib/redis shipped by package but owned by root:root (755) (from package archive)
  • redis user has this as home, but no write permissions.
  • Usual socket and PID file creation fails due to this.
  • But IMO, user MUST have write permissions to it's own home.

We will work around this by chowning the directory after install on Jessie.

@MichaIng MichaIng added Jessie External bug 🐞 For bugs which are not caused by DietPi. labels Apr 24, 2019
@MichaIng MichaIng added this to the v6.23 milestone Apr 24, 2019
@MichaIng
Copy link
Owner Author

Fixed with: b1e1e74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External bug 🐞 For bugs which are not caused by DietPi. Jessie Solution available 🥂 Definite solution has been done
Projects
None yet
Development

No branches or pull requests

1 participant