[GH-ISSUE #2151] Server install.sh fails with infinite cat random #3277

Closed
opened 2026-03-14 07:01:41 +03:00 by kerem · 3 comments
Owner

Originally created by @davemc50 on GitHub (Feb 24, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2151

  • OS: Debian 12

  • RMM Version v0.20.1

  • Standard install

server install.sh
At the generate passwords section
cat /dev/urandom runs on forever, so the install stops at this point

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

Changing the first cat to head works around this issue.

Originally created by @davemc50 on GitHub (Feb 24, 2025). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2151 - OS: Debian 12 - RMM Version v0.20.1 - Standard install server install.sh At the generate passwords section cat /dev/urandom runs on forever, so the install stops at this point DJANGO_SEKRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 80 | head -n 1) Changing the first **cat** to **head** works around this issue.
kerem closed this issue 2026-03-14 07:01:46 +03:00
Author
Owner

@wh1te909 commented on GitHub (Feb 24, 2025):

is this on hyper-v?

<!-- gh-comment-id:2679615281 --> @wh1te909 commented on GitHub (Feb 24, 2025): is this on hyper-v?
Author
Owner

@davemc50 commented on GitHub (Feb 25, 2025):

Proxmox 8.3.1 using containers, with image debian-12-standard-12.7-1_amd64 upgraded to 12.9

<!-- gh-comment-id:2681058053 --> @davemc50 commented on GitHub (Feb 25, 2025): Proxmox 8.3.1 using containers, with image debian-12-standard-12.7-1_amd64 upgraded to 12.9
Author
Owner

@wh1te909 commented on GitHub (Feb 25, 2025):

got it, LXC is not officially supported which is why you're having so many issues with the installl script. please use a VM instead.

<!-- gh-comment-id:2681073010 --> @wh1te909 commented on GitHub (Feb 25, 2025): got it, LXC is not officially supported which is why you're having so many issues with the installl script. please use a VM instead.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/tacticalrmm#3277
No description provided.