Error when init database postgresql 10.10

Hi everyone. I have a problem when run command: sudo -su user_test ./pgsql/bin/initdb -D /example/folder
initdb (PostgreSQL) 10.10
OS: uname -a
Linux DL2100 3.10.38 #1 SMP Thu Aug 29 19:46:05 PDT 2019 Build-gitb1820a8 x86_64 GNU/Linux
I had researched many sources from the internet but don’t found a solution. I hope everyone could help me. Thanks.

creating subdirectories … ok
selecting default max_connections … 100
selecting default shared_buffers … 128MB
selecting default timezone … Europe/Helsinki
selecting dynamic shared memory implementation … posix
creating configuration files … ok
running bootstrap script … 2020-11-03 11:52:56.303 EET [3928] DEBUG: invoking IpcMemoryCreate(size=148545536)
2020-11-03 11:52:56.303 EET [3928] DEBUG: mmap(148897792) with MAP_HUGETLB failed, huge pages disabled: Cannot allocate memory
2020-11-03 11:52:56.315 EET [3928] DEBUG: SlruScanDirectory invoking callback on pg_notify/0000
2020-11-03 11:52:56.315 EET [3928] DEBUG: removing file “pg_notify/0000”
2020-11-03 11:52:56.316 EET [3928] DEBUG: dynamic shared memory system will support 288 segments
2020-11-03 11:52:56.316 EET [3928] DEBUG: created dynamic shared memory control segment 1852866650 (6928 bytes)
2020-11-03 11:52:56.319 EET [3928] PANIC: could not generate secret authorization token
Aborted
child process exited with exit code 134