Trying to run samba executables in foreground, by using -F (foreground) and -i (Interactive, log to STDOUT) flags. Doing so with nmbd and smbd works just find but trying it with winbindd gives the following erro $ winbindd -Fi ERROR: Can't log to stdout (-S) unless daemon is in foreground +(-F) or interactive (-i) Usage: winbindd [-?nDiFV] [-?|--help] [--usage] [-n|--no-caching] [-d|--debuglevel=DEBUGLEVEL] [--debug-stdout] [-s|--configfile=CONFIGFILE] [--option=name=value] [-l|--log-basename=LOGFILEBASE] [--leak-report] [--leak-report-full] [-D|--daemon] [-i|--interactive] [-F|--foreground] [--no-process-group] [-V|--version] Reproducible: Always Steps to Reproduce: 1. Run winbindd -Fi Actual Results: ERROR: Can't log to stdout (-S) unless daemon is in foreground +(-F) or interactive (-i) Usage: winbindd [-?nDiFV] [-?|--help] [--usage] [-n|--no-caching] [-d|--debuglevel=DEBUGLEVEL] [--debug-stdout] [-s|--configfile=CONFIGFILE] [--option=name=value] [-l|--log-basename=LOGFILEBASE] [--leak-report] [--leak-report-full] [-D|--daemon] [-i|--interactive] [-F|--foreground] [--no-process-group] [-V|--version] Expected Results: smbd version 4.15.4 started. Copyright Andrew Tridgell and the Samba Team 1992-2021 daemon_status: daemon 'winbindd' : Starting process ...