liftoff / GateOne

Gate One is an HTML5-powered terminal emulator and SSH client
http://liftoffsoftware.com/Products/GateOne
Other
6.28k stars 925 forks source link

Debian update-rc.d gateone defaults does not work #416

Open ghost opened 10 years ago

ghost commented 10 years ago

update-rc.d gateone defaults update-rc.d: using dependency based boot sequencing update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match gateone Default-Start values (3 4 5) update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match gateone Default-Stop values (0 1 2 6) insserv: warning: script 'additional_ips.sh' missing LSB tags and overrides

Is this a problem? Seems not to start after reboot.

tmikaeld commented 10 years ago

Running this seems to fix it:

ln -s /etc/init.d/gateone /etc/rc0.d/K01gateone ln -s /etc/init.d/gateone /etc/rc1.d/K01gateone ln -s /etc/init.d/gateone /etc/rc2.d/S20gateone ln -s /etc/init.d/gateone /etc/rc3.d/S20gateone ln -s /etc/init.d/gateone /etc/rc4.d/S20gateone ln -s /etc/init.d/gateone /etc/rc5.d/S20gateone ln -s /etc/init.d/gateone /etc/rc6.d/K01gateone

Some of the symlinks seemed to be missing.