mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #1136] [unable to start] <errno 13 Permission denied: whoogle.key> #693
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#693
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laoistom on GitHub (Apr 8, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1136
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:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
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'