[GH-ISSUE #625] [BUG] Cannot start service whoogle-search #395

Closed
opened 2026-02-25 20:35:38 +03:00 by kerem · 2 comments
Owner

Originally created by @alefvanoon on GitHub (Jan 26, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/625

Describe the bug
ERROR: for whoogle-search Cannot start service whoogle-search: unable to find user whoogle: no matching entries in passwd file
Deployed on Gnu/Linux with docker-compose
To Reproduce
sudo docker-compose up

Deployment Method

  • Heroku (one-click deploy)
  • Docker-compose
  • run executable
  • pip/pipx
  • Other: [describe setup]

Version of Whoogle Search

  • Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc)
  • Version [version number]
  • Not sure
Originally created by @alefvanoon on GitHub (Jan 26, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/625 **Describe the bug** ERROR: for whoogle-search Cannot start service whoogle-search: unable to find user whoogle: no matching entries in passwd file Deployed on Gnu/Linux with docker-compose **To Reproduce** sudo docker-compose up **Deployment Method** - [ ] Heroku (one-click deploy) - [X] Docker-compose - [ ] `run` executable - [ ] pip/pipx - [ ] Other: [describe setup] **Version of Whoogle Search** - [X] Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc) - [ ] Version [version number] - [ ] Not sure
kerem 2026-02-25 20:35:38 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@benbusby commented on GitHub (Jan 26, 2022):

Are you using an image tag other than latest in docker-compose? The recent changes to docker-compose use a new whoogle user (instead of root or debian-tor), but that user is only available in the latest docker tag. You could also try removing your previous whoogle image and rebuilding.

<!-- gh-comment-id:1022392096 --> @benbusby commented on GitHub (Jan 26, 2022): Are you using an image tag other than `latest` in docker-compose? The recent changes to docker-compose use a new `whoogle` user (instead of root or debian-tor), but that user is only available in the `latest` docker tag. You could also try removing your previous whoogle image and rebuilding.
Author
Owner

@alefvanoon commented on GitHub (Jan 26, 2022):

Oh, thanks.
Fixed after removing old image with docker image rm benbusby/whoogle-search:latest

<!-- gh-comment-id:1022400126 --> @alefvanoon commented on GitHub (Jan 26, 2022): Oh, thanks. Fixed after removing old image with `docker image rm benbusby/whoogle-search:latest`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#395
No description provided.