After latest update 12.2 of Altair license manager (a commercial third-party software) Systemd doesn't start the license manager service anymore. Setup: * openSUSE Leap 42.1 x86_64 * Altair License Manager-LMX-12.2 for RHEL 4,5,6 and SLES 10,11 on x86_64 processors (64-bit) (see https://connect.altair.com/CP/downloads.html) The license manager setup installs a traditional start/stop script /etc/init.d/altairlmxd (see copy here: http://paste.opensuse.org/30183920) The only change between the non-starting version 12.2 and the starting 12.1 script is the version number itself: diff --git a/init.d/altairlmxd b/init.d/altairlmxd index 9444f45..a62a0fe 100755 --- a/init.d/altairlmxd +++ b/init.d/altairlmxd @@ -18,11 +18,11 @@ ### END INIT INFO ALTAIR_LMX=1 -ALTAIR_LMX_DIR="/usr/local/altair/licensing12.1" +ALTAIR_LMX_DIR="/usr/local/altair/licensing12.2" export ALTAIR_LMX_DIR ##Add library path for license server 12.0 -LD_LIBRARY_PATH=/usr/local/altair/licensing12.1/bin +LD_LIBRARY_PATH=/usr/local/altair/licensing12.2/bin export LD_LIBRARY_PATH ### Uncomment and set to a username if you would like to run the license server I enabled the service after installation with "systemctl enable altairlmxd.service". Anyway, the service does not start automatically during boot. "journalctl -b" doesn't contain messages about "altairlmxd". "systemd-analyse blame" also has no messages. Manual starting with "systemctl enable altairlmxd.service". How I can debug this problem? Greetings, Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org