How to automatically start RMA on Ubuntu when server starts

Remote Monitoring Agent for Linux, FreeBSD, and other UNIX-like platforms.
Post Reply
bilbo007
Posts: 6
Joined: Fri Jun 19, 2009 3:38 am

How to automatically start RMA on Ubuntu when server starts

Post by bilbo007 »

Hi,

I would like to write a script so that my Linux RMA starts automatically when I boot or reboot my Ubuntu server.

I read the following topic which was excellent http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=2245. When trying to use the chkconfig --add <scriptname> I recieve the error messages below. Does anyone know what might be causing the problem?

Thanks,


insserv: warning: script 'S01linux-restricted-modules-common' missing LSB tags and overrides
insserv: warning: script 'K01gdm' missing LSB tags and overrides
insserv: warning: script 'K20acpi-support' missing LSB tags and overrides
insserv: warning: script 'S10powernowd.early' missing LSB tags and overrides
insserv: warning: script 'S05vbesave' missing LSB tags and overrides
insserv: warning: script 'S28NetworkManager' missing LSB tags and overrides
insserv: warning: script 'S10xserver-xorg-input-wacom' missing LSB tags and overrides
insserv: warning: script 'S37udev-finish' missing LSB tags and overrides
insserv: warning: script 'S08loopback' missing LSB tags and overrides
insserv: warning: script 'S10udev' missing LSB tags and overrides
insserv: warning: script 'linux-restricted-modules-common' missing LSB tags and overrides
insserv: warning: script 'vbesave' missing LSB tags and overrides
insserv: script rma_start is not executable, skipped!
insserv: warning: script 'xserver-xorg-input-wacom' missing LSB tags and overrides
insserv: warning: script 'powernowd.early' missing LSB tags and overrides
insserv: warning: script 'NetworkManager' missing LSB tags and overrides
insserv: warning: script 'acpi-support' missing LSB tags and overrides
insserv: warning: script 'udev' missing LSB tags and overrides
insserv: warning: script 'gdm' missing LSB tags and overrides
insserv: warning: script 'loopback' missing LSB tags and overrides
insserv: warning: script 'udev-finish' missing LSB tags and overrides
insserv: There is a loop between service sysklogd and hwclock
insserv: loop involving service hwclock at depth 8
insserv: loop involving service sysklogd at depth 7
insserv: exiting without changing boot order!
Yoorix
Posts: 177
Joined: Wed Dec 14, 2005 8:28 am

Post by Yoorix »

I think, the following article might help: http://strabes.wordpress.com/2006/10/16 ... tu-dapper/

Regards,
Yoorix
bilbo007
Posts: 6
Joined: Fri Jun 19, 2009 3:38 am

Post by bilbo007 »

Thank you that was very helpful
Post Reply