mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
issue: warning "Cannot invoke 'uname` to get architecture type" emitted #72
Reference in New Issue
Block a user
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 @MarioninD on GitHub (Oct 8, 2024).
Originally assigned to: @IAmTomahawkx on GitHub.
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
@JoCat commented on GitHub (Oct 9, 2024):
Check to see if you can invoke the
unamecommand on the system console@Sirse commented on GitHub (Oct 9, 2024):
Same issue. uname and uname -a works fine in host machine
@Deswolrd commented on GitHub (Oct 10, 2024):
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).
@Sirse commented on GitHub (Oct 10, 2024):
Yes, absolutely same issue (Ubuntu 24.04.1 LTS), old homelab Intel NUC with mongo 4.4.
@JVT038 commented on GitHub (Oct 13, 2024):
Same error here, on Synology DS918+.
@Macarthurval commented on GitHub (Oct 24, 2024):
Same issue here.
@brownian-motion commented on GitHub (Nov 10, 2024):
I'm hosting on Linux/Ubuntu and ran into the same problem.
The error message is created in the
os_infolibrary, when i tries to rununame: https://github.com/stanislav-tkach/os_info/blob/master/os_info/src/architecture.rs#L10Because the
revoltimage is stripped-down and has no executables, this library call fails to executeunameand fails.I was able to work around it by modifying my
compose.ymlto manually copyunamefrom the original image used to buildrevoltin the first place.Specifically, I made this change to my
compose.yml:BEFORE
AFTER
@IAmTomahawkx commented on GitHub (Dec 12, 2024):
This is fixed in build 20241212-1