-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Rengine scans stuck at pending, whois doesn't works. make logs shows celery loop.
Thanks to Talanor from discord we were able to identify the issue. Running pip as root causing to crash existing system dependencies.
Removing the following line fixed the loop:
https://github.com/yogeshojha/rengine/blob/master/web/celery-entrypoint.sh#L81
Expected Behavior
Scans to work, loops in celery shouldn't happen.
celery-1 | Error: Invalid value for '-A' / '--app':
celery-1 | Unable to load celery application.
celery-1 | Module 'select' has no attribute 'epoll'
celery-1 | Usage: celery [OPTIONS] COMMAND [ARGS]...
celery-1 | Try 'celery --help' for help.
celery-1 |
celery-1 | Error: Invalid value for '-A' / '--app':
celery-1 | Unable to load celery application.
celery-1 | Module 'select' has no attribute 'epoll'
celery-1 | Usage: celery [OPTIONS] COMMAND [ARGS]...
celery-1 | Try 'celery --help' for help.
celery-1 |
celery-1 | Error: Invalid value for '-A' / '--app':
celery-1 | Unable to load celery application.
celery-1 | Module 'select' has no attribute 'epoll'
celery-1 | Usage: celery [OPTIONS] COMMAND [ARGS]...
celery-1 | Try 'celery --help' for help.
celery-1 |
celery-1 | Error: Invalid value for '-A' / '--app':
celery-1 | Unable to load celery application.
celery-1 | Module 'select' has no attribute 'epoll'
celery-1 | Usage: celery [OPTIONS] COMMAND [ARGS]...
celery-1 | Try 'celery --help' for help.
Steps To Reproduce
git clone https://github.com/yogeshojha/rengine.git
sudo ./install
Environment
- reNgine: 2.0.5
- OS: Raspberry Pi OS (bookworm), Fedora 40
- Python: 3.11.2
- Docker Engine: 26.1.1
- Docker Compose: 2.27.0
- Browser: Firefox, Chrome, Ungoogled Chromium
Anything else?
see also: #1234
Talanor, gianmarco112, shubhamvashist11 and born2los3built2win
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working