You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Suse Linux Enterprise Server 11 SP3.
SLES 11 uses thte start-stop-daemon in Version version 0.3.1, 1996-07-19
This version doesnt support the flag --chuid and because of that the Spring Boot fails to start.
Output in /var/log/service.log:
start-stop-daemon: unrecognized option '--chuid'
Try `start-stop-daemon --help' for more information.
$ # start-stop-daemon --help
start-stop-daemon for Debian Linux - small and fast C version written by
Marek Michalkiewicz <[email protected]>, public domain.
version 0.3.1, 1996-07-19
Usage:
start-stop-daemon -S|--start options ... -- arguments ...
start-stop-daemon -K|--stop options ...
start-stop-daemon -H|--help
start-stop-daemon -V|--version
Options (at least one of --exec|--pidfile|--user is required):
-x|--exec <executable> program to start/check if it is running
-p|--pidfile <pid-file> pid file to check
-u|--user <username>|<uid> stop this user's processes
-n|--name <process-name> start/stop processes with this name
-s|--signal <signal> signal to send (default 15)
-t|--test test mode, don't do anything
-o|--oknodo exit status 0 (not 1) if nothing done
-q|--quiet | -v, --verbose
Exit status: 0 = done 1 = nothing done (=> 0 if --oknodo) 2 = trouble
The text was updated successfully, but these errors were encountered:
I have a Suse Linux Enterprise Server 11 SP3.
SLES 11 uses thte start-stop-daemon in Version version 0.3.1, 1996-07-19
This version doesnt support the flag --chuid and because of that the Spring Boot fails to start.
Output in /var/log/service.log:
Launch file:
/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script
Old start-stop-daemon help output.
The text was updated successfully, but these errors were encountered: