8.12. Ranger (formerly XA Secure) Known Issues

  • BUG-28102: Update to headers needed for /etc/init.d/ranger-admin and /etc/init.d/ranger-usersyncscripts after Ranger install on Debian 6.

    Problem: The init scripts installed by Ranger for admin and usersync are missing a comment block at the beginning (details https://wiki.debian.org/LSBInitScripts/), resulting in error messages.

    Workaround: Add the following header to these scripts:

    ### BEGIN INIT INFO
    # Provides:          scriptname
    # Required-Start:    $remote_fs $syslog
    # Required-Stop:     $remote_fs $syslog
    # Default-Start:     2 3 4 5
    # Default-Stop:      0 1 6
    # Short-Description: Start daemon at boot time
    # Description:       Enable service provided by daemon.
    ### END INIT INFO