Drive_manager window not displayed

I experiment an issue using dietpi 10.3.3 as when I select dietpi-drive_manager, no window/ui appears but the command is well launched as the ps command can show it.

I cannot even use ctrl-c to leave/exit and I must then kill the iTerm2 terminal from my mac access it.

Is there a bug ?

root@DietPi:~# ps -ef | grep drive_manager
root 11135 1 0 10:02 ? 00:00:00 /bin/bash /boot/dietpi/dietpi-drive_manager

You have probably set up a network share but it’s not reachable, but the script tries to reach it.
It should time out after some time and then the TUI will show up.

Correct. As my external USB HD was not plugged, this is why that was hanging. I plugged it again and now was able to get immediately

root@DietPi:~# dietpi-drive_manager
[ INFO ] DietPi-Drive_Manager | Detecting drives, please wait...
[ INFO ] DietPi-Drive_Manager |  - Detected mounted physical drive: /dev/mmcblk2p1 > /
[ INFO ] DietPi-Drive_Manager |  - Detected mounted physical drive: /dev/nvme0n1 > /mnt/dabou
[ INFO ] DietPi-Drive_Manager |  - Detected mounted physical drive: /dev/sda1 > /mnt/dabou-ext
[ INFO ] DietPi-Drive_Manager |  - Detected unmounted drive: /dev/zram0
[  OK  ] DietPi-Drive_Manager | systemctl daemon-reload
[ INFO ] DietPi-Drive_Manager | Checking for required APT packages: e2fsprogs e2fsprogs e2fsprogs

usually there should be a timeout for 90s if I’m not mistaken.