Ubuntu Init Scripts on Repo Install

Started by pace, February 01, 2016, 10:48:34 PM

Previous topic - Next topic

pace

Hello everyone.  I am trying to install netxms-client from the repo onto Ubuntu 14.04.  It installs without errors, but it doesn't create init scripts.  I've hunted around for anything named "nxa*" on the system; I'm not finding the init scripts and I'm not finding any default configuration file.

Any ideas where these went?

/etc/apt/sources.list.d/netxms.list:

deb     "http://packages.netxms.org/debian" wheezy main


apt-cache show netxms-client:

Package: netxms-client
Source: netxms
Version: 2.0.1-1
Architecture: amd64
Maintainer: Alex Kirhenshtein <[email protected]>
Installed-Size: 125
Depends: netxms-base (= 2.0.1-1), libc6 (>= 2.4), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Section: admin
Priority: extra
Multi-Arch: same
Homepage: https://www.netxms.org/
Description: NetXMS command line client tools
<insert long description, indented with spaces>
Description-md5: 92922c31a143b4b6f839d97db1d7afe1
Filename: pool/wheezy/main/n/netxms/netxms-client_2.0.1-1_amd64.deb
MD5sum: 21cad36df0716cb7fe8acabd57336a3b
SHA1: 96507a939ae6a761bac39f0728ab0316cd08cfc2
SHA256: 73a24199edf7eaf725069deffab020a5d135943c3b9d1ee8485c54e552db9f45
Size: 45766



Thanks!
pace

pace

Problem was the I was trying to install "netxms-client" when I should have been installing "netxms-agent".  No idea what netxms-client is for, but it does install a few things (including netxms-base).  If it is just a remnant of something that isn't used, perhaps pulling it from the repo would prevent people like me (aka idiots) from using the wrong package...


pace

tomaskir

netxms-client contains CLI client tools (nxevent, nxalarm, etc.).
These are useful and as far as I know fully supported and maintained.

If you are new, I recommend watching the Video Tutorial series, you can find it stickied in General Support.

pace

Thanks tomaskir.  Actually, I'm trying to write a Chef cookbook for netxms right now and was stuck without the init scripts.  Now I am good :)  Will share with the Chef supermarket and drop a note here once it is fully baked...


pace