map_hash_bucket_size 32 vikunja/frontend:latest (2021-01-30) #1765

Closed
opened 2021-01-30 13:42:31 +00:00 by bochachaner · 7 comments

With the lastest docker image of i get the error message: could not build map_hash you should increase map_hash_bucket_size 32

sha256:1e1b2c20bd73c5eee22cc1a189a33377cb6f43ec9ba889189a2a34e9ae696c8c

vikunja/frontend:0.16 works like a charme :) Thanks!

With the lastest docker image of i get the error message: could not build map_hash you should increase map_hash_bucket_size 32 sha256:1e1b2c20bd73c5eee22cc1a189a33377cb6f43ec9ba889189a2a34e9ae696c8c vikunja/frontend:0.16 works like a charme :) Thanks!
Owner

Where do you get the error message? In the frontend? In the api container? In the logs? Can you reproduce it on try?

Where do you get the error message? In the frontend? In the api container? In the logs? Can you reproduce it on [try](https://try.vikunja.io)?
Author

i got the error message in the syslogs of the frontend docker container -> vikunja/frontend:latest

nginx: [emerg] could not build map_hash, you should increase map_hash_bucket_size: 32
usermod: no changes
2021/01/30 15:12:33 [emerg] 17#17: could not build map_hash, you should increase map_hash_bucket_size: 32
nginx: [emerg] could not build map_hash, you should increase map_hash_bucket_size: 32
usermod: no changes
2021/01/30 15:12:47 [emerg] 17#17: could not build map_hash, you should increase map_hash_bucket_size: 32
nginx: [emerg] could not build map_hash, you should increase map_hash_bucket_size: 32

if i use vikunja/frontend:0.16 via docker compose the frontend works. Also on some old containter. I only have the problem with the latest one.

i got the error message in the syslogs of the frontend docker container -> vikunja/frontend:latest ``` nginx: [emerg] could not build map_hash, you should increase map_hash_bucket_size: 32 usermod: no changes 2021/01/30 15:12:33 [emerg] 17#17: could not build map_hash, you should increase map_hash_bucket_size: 32 nginx: [emerg] could not build map_hash, you should increase map_hash_bucket_size: 32 usermod: no changes 2021/01/30 15:12:47 [emerg] 17#17: could not build map_hash, you should increase map_hash_bucket_size: 32 nginx: [emerg] could not build map_hash, you should increase map_hash_bucket_size: 32 ``` if i use vikunja/frontend:0.16 via docker compose the frontend works. Also on some old containter. I only have the problem with the latest one.
Owner

I couldn't reproduce this with docker pull vikunja/frontend && docker run -p 8888:80 vikunja/frontend (current latest, sha256:a21c97f30241ba388fcbfc6da7a4f9ac39ecec2ca46a91be988119450f86f6f1).

I'm even unable to pull the image on the hash you mentioned (tried on different machines)

$ docker pull vikunja/frontend@sha256:1e1b2c20bd73c5eee22cc1a189a33377cb6f43ec9ba889189a2a34e9ae696c8c
Error response from daemon: received unexpected HTTP status: 500 Internal Server Error

Could you try to pull the latest image again? Maybe it was a temporary issue?

I couldn't reproduce this with `docker pull vikunja/frontend && docker run -p 8888:80 vikunja/frontend` (current latest, `sha256:a21c97f30241ba388fcbfc6da7a4f9ac39ecec2ca46a91be988119450f86f6f1`). I'm even unable to pull the image on the hash you mentioned (tried on different machines) ``` $ docker pull vikunja/frontend@sha256:1e1b2c20bd73c5eee22cc1a189a33377cb6f43ec9ba889189a2a34e9ae696c8c Error response from daemon: received unexpected HTTP status: 500 Internal Server Error ``` Could you try to pull the latest image again? Maybe it was a temporary issue?
Author
raspberrypi:~/vikunja $ sudo docker inspect --format='{{index .RepoDigests 0}}' 1e1b2c20bd73
vikunja/frontend@sha256:a21c97f30241ba388fcbfc6da7a4f9ac39ecec2ca46a91be988119450f86f6f1
raspberrypi:~/vikunja $ sudo docker run -p 8888:80 vikunja/frontend
2021/01/30 16:20:49 [emerg] 22#22: could not build map_hash, you should increase map_hash_bucket_size: 32
nginx: [emerg] could not build map_hash, you should increase map_hash_bucket_size: 32
``` raspberrypi:~/vikunja $ sudo docker inspect --format='{{index .RepoDigests 0}}' 1e1b2c20bd73 vikunja/frontend@sha256:a21c97f30241ba388fcbfc6da7a4f9ac39ecec2ca46a91be988119450f86f6f1 raspberrypi:~/vikunja $ sudo docker run -p 8888:80 vikunja/frontend 2021/01/30 16:20:49 [emerg] 22#22: could not build map_hash, you should increase map_hash_bucket_size: 32 nginx: [emerg] could not build map_hash, you should increase map_hash_bucket_size: 32 ```
Owner

Ah you're on a pi - that could explain why I couldn't reproduce it on my machine. I'll check on an arm machine later.

Ah you're on a pi - that could explain why I couldn't reproduce it on my machine. I'll check on an arm machine later.
Owner

Can confirm this is an issue.

Can confirm this is an issue.
Owner

Should be fixed in e756178797 - please try again once there's a new release ready. (~30min)

Feel free to reopen if the issue persists.

Should be fixed in https://kolaente.dev/vikunja/frontend/commit/e75617879793d02ec7ee8ce02f0ff5a12e671a58 - please try again once there's a new release ready. (~30min) Feel free to reopen if the issue persists.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
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: vikunja/vikunja#1765
No description provided.