Hi.
I'm setting up Quickbox on a LXC container ran by Proxmox. Of course, I use Ubuntu 16.04.
The thing is, during deluge setup, this line runs forever:
DWSALT=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
Running
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1
in the Proxmox host successfuly returns a value. Doing the same in the container returns a value, but also loops forever.