mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #2151] Server install.sh fails with infinite cat random #3277
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3277
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @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.
@wh1te909 commented on GitHub (Feb 24, 2025):
is this on hyper-v?
@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
@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.