-
Notifications
You must be signed in to change notification settings - Fork 148
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
issue: warning "Cannot invoke 'uname` to get architecture type" emitted #104
Comments
Check to see if you can invoke the |
Same issue. uname and uname -a works fine in host machine |
Not sure if it's the same issue, but looks quite the same for me. Happens when trying to connect WebSocket
Right after that, main thread collapses
uname in host machine looks good as far as I can tell
Fresh setup with .env / Revolt.toml changes for external access via reverse proxy (curl and wscat from local machine directly provides the same results). Used mongo version (4.4 for older CPU as guide says). |
Yes, absolutely same issue (Ubuntu 24.04.1 LTS), old homelab Intel NUC with mongo 4.4. |
Same error here, on Synology DS918+. |
Same issue here.
|
I'm hosting on Linux/Ubuntu and ran into the same problem. The error message is created in the I was able to work around it by modifying my Specifically, I made this change to my BEFORE # API server (delta)
api:
image: ghcr.io/revoltchat/server:20240929-1 AFTER # API server (delta)
api:
build:
dockerfile_inline: |
FROM rust:1.77.2-slim-bookworm AS builder
FROM ghcr.io/revoltchat/server:20240929-1 AS target
COPY --from=builder /bin/uname /usr/bin/uname |
This is fixed in build 20241212-1 |
What happened?
I can't quite understand what the error is related to, I think I did everything according to the instructions :)
docker-compose logs api and minio/mc
The text was updated successfully, but these errors were encountered: