[GH-ISSUE #2660] postinst NEW_SECRET stuck on debian #6726

Open
opened 2026-04-20 17:18:24 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @pschonmann on GitHub (Apr 20, 2026).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2660

Pre-submission checklist

  • I have searched for existing open or closed issue reports with the same problem.

Description

This command stuck upgrade via dpkg -i

NEW_SECRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)

its print the secret and still waiting

time cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1
jSaN8JeqFf6spC5gYyOwux7jXjecMSaV


^C

real	0m6.058s
user	0m3.896s
sys	0m4.522s

Ive tested on Deb12 and 13

Vikunja Version

2.3.0

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

Please select

Screenshots

No response

Originally created by @pschonmann on GitHub (Apr 20, 2026). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2660 ### Pre-submission checklist - [x] I have searched for existing open or closed issue reports with the same problem. ### Description This command stuck upgrade via dpkg -i ``` NEW_SECRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1) ``` its print the secret and still waiting ``` time cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1 jSaN8JeqFf6spC5gYyOwux7jXjecMSaV ^C real 0m6.058s user 0m3.896s sys 0m4.522s ``` Ive tested on Deb12 and 13 ### Vikunja Version 2.3.0 ### Browser and version _No response_ ### Can you reproduce the bug on the Vikunja demo site? Please select ### Screenshots _No response_
GiteaMirror added the area/dockerconcern/performancearea/config labels 2026-04-20 17:18:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6726