-
Notifications
You must be signed in to change notification settings - Fork 42
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
"panic: bytes must be at least 1 byte" when running docker image timescaledb:1.2.2-pg11 #48
Comments
It seems to be reading a bad value from your memory settings. So the question would be, what are the values of the following things if you
and
|
@RobAtticus thanks, but like I mentioned earlier, the container was exited immediately after Is this relevant to any docker settings that I can check? |
You can pass an environment variable Then you should be able to get into it and get those values |
@RobAtticus I did However this time the logs are different:
|
Sorry that's my bad, it should have been |
@RobAtticus thank you. I now get into the running container with
|
Thanks @corytu , I think I found the root cause of the problem and with our next release it should be fixed. For now, you can pass in |
I'm still facing this problem in a raspberry pi 4. Maybe re-open it? The
|
I am trying to install TimescaleDB with Docker. It works perfectly on MacOS Mojave 10.14.4, but on Ubuntu 14.04.6 LTS, Trusty Tahr, an error was raised. I found out how it happened, but have no idea why it happened and how to fix it.
However, the container was exited immediately afterwards. It seems like that error from this line of timescaledb-tune was triggered in the initiation process. I used
docker logs timescaledb
and found error logs like this:The text was updated successfully, but these errors were encountered: