Skip to content

DWSALT=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1) runs forevers #50

@XNinety9

Description

@XNinety9

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions