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

[unable to start] <errno 13 Permission denied: whoogle.key> #1136

Closed
2 of 8 tasks
laoistom opened this issue Apr 8, 2024 · 0 comments
Closed
2 of 8 tasks

[unable to start] <errno 13 Permission denied: whoogle.key> #1136

laoistom opened this issue Apr 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@laoistom
Copy link

laoistom commented Apr 8, 2024

Describe the bug
After a server reboot whoogle refuses to start. Docker logs indicate a permissions issue for the file whoogle.key which to the best of my knowledge has never been present in my deployment.

To Reproduce
Steps to reproduce the behavior:

  1. Running Ubuntu 22.04 (latest patches as of Monday 8th April 2024)
  2. Run Whoogle:latest in Docker using Docker-compose
  3. reboot server.
  4. See error

Deployment Method

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

Version of Whoogle Search

  • Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc)
  • benbusby/whoogle-search latest 2348c4b7a1b0 4 weeks ago 136MB
  • Not sure

Desktop (please complete the following information):

  • OS: [Windows 11]
  • Browser [e.g. chrome]
  • Version [Version 123.0.6312.106 (Official Build) (64-bit)]

Additional context
Creating whoogle ... done
Running on http://0.0.0.0:5000
Apr 08 12:11:07.001 [notice] Tor 0.4.6.9 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1w, Zlib 1.2.12, Liblzma 5.2.5, Libzstd 1.5.0 and Unknown N/A as libc.
Apr 08 12:11:07.001 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Apr 08 12:11:07.001 [notice] Read configuration file "/etc/tor/torrc".
Apr 08 12:11:07.006 [notice] Opening Socks listener on 127.0.0.1:9050
Apr 08 12:11:07.006 [notice] Opened Socks listener connection (ready) on 127.0.0.1:9050
Apr 08 12:11:07.006 [notice] Opening Control listener on 127.0.0.1:9051
Apr 08 12:11:07.006 [notice] Opened Control listener connection (ready) on 127.0.0.1:9051
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in _get_module_details
File "", line 112, in _get_module_details
File "/whoogle/app/init.py", line 107, in
with open(app_key_path, 'w') as key_file:
^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/config/whoogle.key'

@laoistom laoistom added the bug Something isn't working label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant