[GH-ISSUE #368] [BUG] [Errno 30] Read-only file system #244

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

Originally created by @FallenLeave91 on GitHub (Jul 1, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/368

Describe the bug
With the latest version my container won´t start anymore. I get this error:

today at 19:55:30 Jul 01 17:55:30.000 [notice] Bootstrapped 80%: Connecting to the Tor network
today at 19:55:30 Jul 01 17:55:30.000 [notice] Bootstrapped 85%: Finishing handshake with first hop
today at 19:55:30 Jul 01 17:55:30.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
today at 19:55:31 Jul 01 17:55:31.000 [notice] Bootstrapped 100%: Done
today at 19:55:33 Traceback (most recent call last):
today at 19:55:33   File "/usr/local/lib/python3.8/runpy.py", line 185, in _run_module_as_main
today at 19:55:33     mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
today at 19:55:33   File "/usr/local/lib/python3.8/runpy.py", line 144, in _get_module_details
today at 19:55:33     return _get_module_details(pkg_main_name, error)
today at 19:55:33   File "/usr/local/lib/python3.8/runpy.py", line 111, in _get_module_details
today at 19:55:33     __import__(pkg_name)
today at 19:55:33   File "/whoogle/app/__init__.py", line 94, in <module>
today at 19:55:33     os.makedirs(app.config['BUILD_FOLDER'])
today at 19:55:33   File "/usr/local/lib/python3.8/os.py", line 223, in makedirs
today at 19:55:33     mkdir(name, mode)
today at 19:55:33 OSError: [Errno 30] Read-only file system: '/whoogle/app/static/build'

With benbusby/whoogle-search:0.5.4 everything works perfectly fine.

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)
  • Version [version number]
  • Not sure
Originally created by @FallenLeave91 on GitHub (Jul 1, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/368 **Describe the bug** With the latest version my container won´t start anymore. I get this error: ``` today at 19:55:30 Jul 01 17:55:30.000 [notice] Bootstrapped 80%: Connecting to the Tor network today at 19:55:30 Jul 01 17:55:30.000 [notice] Bootstrapped 85%: Finishing handshake with first hop today at 19:55:30 Jul 01 17:55:30.000 [notice] Bootstrapped 90%: Establishing a Tor circuit today at 19:55:31 Jul 01 17:55:31.000 [notice] Bootstrapped 100%: Done today at 19:55:33 Traceback (most recent call last): today at 19:55:33 File "/usr/local/lib/python3.8/runpy.py", line 185, in _run_module_as_main today at 19:55:33 mod_name, mod_spec, code = _get_module_details(mod_name, _Error) today at 19:55:33 File "/usr/local/lib/python3.8/runpy.py", line 144, in _get_module_details today at 19:55:33 return _get_module_details(pkg_main_name, error) today at 19:55:33 File "/usr/local/lib/python3.8/runpy.py", line 111, in _get_module_details today at 19:55:33 __import__(pkg_name) today at 19:55:33 File "/whoogle/app/__init__.py", line 94, in <module> today at 19:55:33 os.makedirs(app.config['BUILD_FOLDER']) today at 19:55:33 File "/usr/local/lib/python3.8/os.py", line 223, in makedirs today at 19:55:33 mkdir(name, mode) today at 19:55:33 OSError: [Errno 30] Read-only file system: '/whoogle/app/static/build' ``` With benbusby/whoogle-search:0.5.4 everything works perfectly fine. **Deployment Method** - [ ] Heroku (one-click deploy) - [x] Docker - [ ] `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:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@s3rverro0m commented on GitHub (Jul 2, 2021):

I'm seeing the same exact issue after the last commit with Docker.

<!-- gh-comment-id:872652272 --> @s3rverro0m commented on GitHub (Jul 2, 2021): I'm seeing the same exact issue after the last commit with Docker.
Author
Owner

@SxthGear commented on GitHub (Jul 2, 2021):

Same issue here.

<!-- gh-comment-id:872662053 --> @SxthGear commented on GitHub (Jul 2, 2021): Same issue here.
Author
Owner

@clecle226 commented on GitHub (Jul 2, 2021):

while waiting for the bug to be resolved:
in docker-compose, replace:

image: benbusby/whoogle-search

to

image: benbusby/whoogle-search:0.5.4
<!-- gh-comment-id:872956457 --> @clecle226 commented on GitHub (Jul 2, 2021): while waiting for the bug to be resolved: in docker-compose, replace: ``` image: benbusby/whoogle-search ``` to ``` image: benbusby/whoogle-search:0.5.4 ```
Author
Owner

@benbusby commented on GitHub (Jul 2, 2021):

Should be fixed now on the latest/beta Docker tags.

<!-- gh-comment-id:873241507 --> @benbusby commented on GitHub (Jul 2, 2021): Should be fixed now on the latest/beta Docker tags.
Author
Owner

@s3rverro0m commented on GitHub (Jul 3, 2021):

@benbusby This is still not fixed for me. I even deleted the image and re-downloaded.

<!-- gh-comment-id:873474382 --> @s3rverro0m commented on GitHub (Jul 3, 2021): @benbusby This is still not fixed for me. I even deleted the image and re-downloaded.
Author
Owner

@FallenLeave91 commented on GitHub (Jul 3, 2021):

@r0arkin you have to edit the docker-compose.yml and remove the read only part.

<!-- gh-comment-id:873484214 --> @FallenLeave91 commented on GitHub (Jul 3, 2021): @r0arkin you have to edit the docker-compose.yml and remove the read only part.
Author
Owner

@benbusby commented on GitHub (Jul 6, 2021):

@r0arkin have you pulled latest changes from the repo? The images themselves are only part of the solution -- docker-compose.yml also needs to be updated. If you did pull and are using the latest changes, let me know and I can help debug further.

<!-- gh-comment-id:874935022 --> @benbusby commented on GitHub (Jul 6, 2021): @r0arkin have you pulled latest changes from the repo? The images themselves are only part of the solution -- docker-compose.yml also needs to be updated. If you did pull and are using the latest changes, let me know and I can help debug further.
Author
Owner

@s3rverro0m commented on GitHub (Jul 6, 2021):

@r0arkin have you pulled latest changes from the repo? The images themselves are only part of the solution -- docker-compose.yml also needs to be updated. If you did pull and are using the latest changes, let me know and I can help debug further.

I ended up removing the read only flag as @FallenLeave91 suggested and that worked. I forgot to reply. Thanks for the help!

<!-- gh-comment-id:874943754 --> @s3rverro0m commented on GitHub (Jul 6, 2021): > @r0arkin have you pulled latest changes from the repo? The images themselves are only part of the solution -- docker-compose.yml also needs to be updated. If you did pull and are using the latest changes, let me know and I can help debug further. I ended up removing the read only flag as @FallenLeave91 suggested and that worked. I forgot to reply. Thanks for the help!
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#244
No description provided.