Per Jessen wrote:
Per Jessen wrote:
According to what Björn posted, the init script worked before the update, and the diff shows no significant changes. Anyway, Björn wanted to know how to debug this -
"systemctl status service" will tell you how systemd sees things. That ought to be a good place to start. for LSB services, "systemctl status" does not tell us if a service is enabled or disabled, so please also run "chkconfig altairlmxd". Sorry, I switched from Leap 42.1 to Tumbleweed because I currently can't test the Leap 42.1 server.
Directly after installation I have: # systemctl status altairlmxd ● altairlmxd.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) # chkconfig altairlmxd altairlmxd 5 After calling "systemctl enable": # systemctl enable altairlmxd altairlmxd.service is not a native service, redirecting to systemd-sysv-install Executing /usr/lib/systemd/systemd-sysv-install enable altairlmxd Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. If you want to list systemd services use 'systemctl list-unit-files'. To see services enabled on particular target use 'systemctl list-dependencies [target]'. altairlmxd 0:off 1:off 2:off 3:off 4:off 5:on 6:off # systemctl status altairlmxd ● altairlmxd.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) # chkconfig altairlmxd altairlmxd 5 The Leap 42.1 system runs without GUI (runlevel 3). But the license manager seems to run only at runlevel 5. Greetings, Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org