---------------------------------------------------------------------- ELOQUENCE B.08.20 - patch PE82-1505080 ---------------------------------------------------------------------- This patch fixes a defect of the Eloquence startup/shutdown function as released with Eloquence B.08.20 and enhances the scripts for Debian/Ubuntu versions using systemd. This patch will be integrated in the Eloquence B.08.20 release. Eloquence B.08.20 must be installed before applying this patch. Severity: PE82-1505080: BUG FIX Fixed problems: --------------- Platforms: Linux * RedHat/Fedora: Fix warning caused by undefined NETWORKING variable. # /etc/init.d/eloq82 status /etc/init.d/eloq82: line 28: [: =: unary operator expected eloqsd process is active (pid 1108) [ OK ] eloqdb[eloqdb] process is active (pid 1390) [ OK ] * Debian/Ubuntu: Fix systemd compatibility On Debian/Ubuntu versions using systemd (replacing init/upstart) the optional second argument of the eloq82 script was ignored, making it impossible to operate on selected components (e.g. only start/stop eloqsd or eloqdb or a named eloqdb or dbrepl instance). On systems other than RedHat or Debian this patch has no effect. Please note that installing this patch only updates the template scripts but not the installed system files. These need to be activated manually after the patch is installed from the template as described below: RedHat / Fedora: cp /opt/eloquence/8.2/newconfig/startup/redhat/eloquence \ /etc/init.d/eloq82 Debian / Ubuntu: cp /opt/eloquence/8.2/newconfig/startup/debian/eloquence \ /etc/init.d/eloq82 Installation: ------------- Linux: In order to install this patch, you need to unpack it with tar. Installation requires root privileges. cd /opt/eloquence/8.2 tar xzf /path/to/PE82-1505080-linux.tar.gz Files: newconfig/startup/redhat/eloquence newconfig/startup/debian/eloquence share/doc/PE82-1505080-README Please mind the special installation instructions to activate the patched files.