On 2016-04-26 12:00, Bjoern Voigt wrote:
Per Jessen wrote:
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.
Something went wrong. Look: ### BEGIN INIT INFO # Provides: AltairLmxd # Required-Start: $remote_fs # Should-Start: $time # Required-Stop: $remote_fs # Should-Stop: $time # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Altair_Lmxd for Altair products # Description: Altair_Lmxd for Altair products ### END INIT INFO See? it should start on level 3 and 5. Please do: chkconfig altairlmxd off chkconfig altairlmxd on chkconfig altairlmxd It may be possible that you have to add a line: . /etc/rc.status just after the block I posted above, and try again. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)