[Bug 1459340] [NEW] Init-script has wrong path to binary

2015-05-27 Thread Achim Marikar
Public bug reported: The script /etc/init.d/rtpproxy contains "DAEMON=/usr/sbin/$NAME". But the binary is located in /usr/bin not /usr/sbin. The line should be changed to "DAEMON=/usr/bin/$NAME" or the debian package must install the binary to /usr/sbin. I'm using Ubuntu 14.04.2 LTS (Trusty) with

[Bug 1399103] [NEW] postins script in ocsinventory-server 2.0.5-1.1 contains wrong directory name

2014-12-04 Thread Achim Marikar
Public bug reported: The postinst contains an invalid directory. Apache 2.4 needs it's configurations in conf-enabled, not conf.d. so it is neccessary to link conf file to the right directory. I changed # link apache config files in apache's conf.d dir webserver="apache2" if [ -d /etc/$web

[Bug 1399103] Re: postins script in ocsinventory-server 2.0.5-1.1 contains wrong directory name

2014-12-04 Thread Achim Marikar
I forgott: The same must be done for ocsinventory-reports. Same changes, but use a2enconf ocsreports. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1399103 Title: postins script in ocsinventory-serv

[Bug 1227580] [NEW] Monitoring in Master state doesn't always work

2013-09-19 Thread Achim Marikar
Public bug reported: Hi There is a bug that master/slave resources are not always monitored. It is already fixed in pacemaker trunk, but not in libpengine3 1.1.6-2ubuntu3. I patched lib/pengine/unpack.c 1391c1391,1395 < } else if(safe_str_eq(task, CRMD_ACTION_START)) { --- > } else